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
This commit is contained in:
Lee Yarwood 2021-11-12 13:01:11 +00:00 committed by Martin Kopec
parent d548e7a8fb
commit 9ba15f64bc

View File

@ -212,7 +212,7 @@ class TaggedBootDevicesTest(DeviceTaggingBase):
server = self.create_test_server( server = self.create_test_server(
validatable=True, validatable=True,
wait_until='ACTIVE', wait_until='SSHABLE',
validation_resources=validation_resources, validation_resources=validation_resources,
config_drive=config_drive_enabled, config_drive=config_drive_enabled,
name=data_utils.rand_name('device-tagging-server'), name=data_utils.rand_name('device-tagging-server'),