1. 09 Sep, 2021 6 commits
  2. 07 Sep, 2021 1 commit
  3. 06 Sep, 2021 1 commit
  4. 05 Sep, 2021 1 commit
  5. 03 Sep, 2021 5 commits
  6. 02 Sep, 2021 1 commit
  7. 31 Aug, 2021 3 commits
  8. 30 Aug, 2021 2 commits
  9. 27 Aug, 2021 2 commits
  10. 26 Aug, 2021 1 commit
  11. 24 Aug, 2021 2 commits
    • Artom Lifshitz's avatar
      Add reboot_server() helper · ea2b59ce
      Artom Lifshitz authored
      The new helper waits for the server to become ACTIVE again after the
      reboot. This saves us a few lines of code in various tests, and is
      also useful for the whitebox-tempest-plugin (see dependant patch).
      
      Change-Id: I5c89983de0cbdae91c868fc3fefdc45b9a96fa68
      ea2b59ce
    • Zuul's avatar
      Merge "Add loggable resource client" · b316b884
      Zuul authored
      b316b884
  12. 23 Aug, 2021 1 commit
  13. 19 Aug, 2021 2 commits
  14. 17 Aug, 2021 2 commits
  15. 16 Aug, 2021 2 commits
  16. 11 Aug, 2021 1 commit
  17. 10 Aug, 2021 1 commit
  18. 09 Aug, 2021 3 commits
  19. 06 Aug, 2021 1 commit
    • Lee Yarwood's avatar
      compute: Rework attach_volume waiters and cleanup · 1bd60594
      Lee Yarwood authored
      This change reworks both the waiters while attaching a volume *and* the
      ordering of the waiters when detaching.
      
      This is done to ensure the wait_for_volume_attachment_remove_from_server
      waiter is called first as this  uses the servers client and is able to
      dump the contents of the instance console when we hit a timeout.  The
      contents of the instance console being incredibly useful to debug issues
      within the guestOS when detaching devices as seen in bug #.
      
      The wait_for_volume_attachment_remove_from_server waiter is also
      extended to ignore missing Nova volume attachments as this can easily
      happen if tests have manually detached volumes ahead of the cleanups
      being called.
      
      TODOs are also left to move away from using the volume status to
      determine when a given volume has been attached and instead use the
      state of volume attachments both in Nova and Cinder.
      
      Related-Bug: #1931702
      Change-Id: I8f7986dc6d8689d569b7fba74cca38de4236c6d6
      1bd60594
  20. 04 Aug, 2021 1 commit
    • Huy Tran's avatar
      Changes to ensure delete_containers is done at class level tear down · 3c7159d2
      Huy Tran authored
        Invoking delete containers at test level tearDown caused:
      1) unnecessary requests are being sent again in the tearDown for
      the subsequent methods,
      2) possible race condition can happen between methods during the
      tearDown.
      
      Closes-Bug: #1938593
      
      Change-Id: I24087607a9f0129b7b3d21473196fab1b5f08cd4
      3c7159d2
  21. 30 Jul, 2021 1 commit