Make test_tagged_attachment wait for SSHABLE

This test is failing very often, make it wait for the server being
started, this has helped for a lot of other volume related tests, too.

Signed-off-by: Dr. Jens Harbott <harbott@osism.tech>
Change-Id: Ic2b162b0cd4db04dd0f6c47de815e72888d04998
This commit is contained in:
Dr. Jens Harbott 2022-03-27 10:13:16 +02:00
parent e74b7e2cf5
commit a91c6dbc04

View File

@ -402,7 +402,7 @@ class TaggedAttachmentsTest(DeviceTaggingBase):
config_drive=config_drive_enabled,
name=data_utils.rand_name('device-tagging-server'),
networks=[{'uuid': self.get_tenant_network()['id']}],
wait_until='ACTIVE')
wait_until='SSHABLE')
self.addCleanup(self.delete_server, server['id'])
# NOTE(mgoddard): Get detailed server to ensure addresses are present