Merge "compute: Move device tagging tests to use wait_until=SSHABLE"

This commit is contained in:
Zuul 2022-03-04 06:45:40 +00:00 committed by Gerrit Code Review
commit 24417d018d

View File

@ -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'),