python-openstackclient/openstackclient/tests/functional
Dean Troyer 1a0bef2b46 More state handling in volume transfer requests functional tests
Using addCleanup() for removing the pending volume transfer request
has no way to wait for the volume status to become available before
cleaning up the volume and gets racy when the tests are run with
slow performance in the volume backend.  So we pause at the end of
the test after either accepting the transfer request or explicitly
deleting it so the cleanup can delete the volume.

Change-Id: I04862069cab28bc76eeafd60ba32be646f478d86
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2019-02-06 15:40:25 -06:00
..
common Add command to show all service versions 2018-07-23 16:58:30 -05:00
compute Replace assertEqual(True/False, expr) with assertTrue/assertFalse 2018-11-14 14:50:05 +08:00
examples move all functional tests to tests module 2016-09-09 03:29:47 +00:00
identity Use os-cloud instead of OS env vars for functional tests 2019-01-10 14:21:03 +00:00
image Fix broken gate jobs 2018-08-07 09:32:00 +00:00
network Replace assertEqual(True/False, expr) with assertTrue/assertFalse 2018-11-14 14:50:05 +08:00
object Clean up W503 and E402 pep8 errors 2018-04-15 12:23:06 +09:00
volume More state handling in volume transfer requests functional tests 2019-02-06 15:40:25 -06:00
__init__.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00
base.py Use os-cloud instead of OS env vars for functional tests 2019-01-10 14:21:03 +00:00