From 9ba15f64bca77f8d23b1e322a7a6b23c71a2d9d6 Mon Sep 17 00:00:00 2001 From: Lee Yarwood Date: Fri, 12 Nov 2021 13:01:11 +0000 Subject: [PATCH] compute: Move device tagging tests to use wait_until=SSHABLE Waiting until the test instance is SSH-able before continuing the test will help us avoid failures to detach a volume from server, more info in the related bug. Related-Bug: #1960346 Change-Id: Id5496572ce6cef06e71bae1a1040b274bacf4f79 --- tempest/api/compute/servers/test_device_tagging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempest/api/compute/servers/test_device_tagging.py b/tempest/api/compute/servers/test_device_tagging.py index f5c9080baa..d099fcefde 100644 --- a/tempest/api/compute/servers/test_device_tagging.py +++ b/tempest/api/compute/servers/test_device_tagging.py @@ -212,7 +212,7 @@ class TaggedBootDevicesTest(DeviceTaggingBase): server = self.create_test_server( validatable=True, - wait_until='ACTIVE', + wait_until='SSHABLE', validation_resources=validation_resources, config_drive=config_drive_enabled, name=data_utils.rand_name('device-tagging-server'),