summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Smith <dansmith@redhat.com>2023-04-28 12:55:23 -0700
committerDan Smith <dansmith@redhat.com>2023-04-28 12:55:42 -0700
commit04d352458ec18df138847a2b0f4e58f1e857b8b0 (patch)
tree808e0f5d5fc256b308a38d8198373dbe39f55670
parente64f4c2b07e048ea77d08a29b7afbd17448abc32 (diff)
downloadtempest-04d352458ec18df138847a2b0f4e58f1e857b8b0.tar.gz
Wait until SSHABLE in volumes_extend test
Change-Id: Id6f4f7dd842cf7f578c37a64ee5c9f46c0a893f2
-rw-r--r--tempest/api/volume/test_volumes_extend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tempest/api/volume/test_volumes_extend.py b/tempest/api/volume/test_volumes_extend.py
index fcbc98205..906697999 100644
--- a/tempest/api/volume/test_volumes_extend.py
+++ b/tempest/api/volume/test_volumes_extend.py
@@ -114,7 +114,7 @@ class BaseVolumesExtendAttachedTest(base.BaseVolumeTest):
if the action on the server fails.
"""
# Create a test server. Will be automatically cleaned up on teardown.
- server = self.create_server()
+ server = self.create_server(wait_until='SSHABLE')
# Attach the volume to the server and wait for the volume status to be
# "in-use".
self.attach_volume(server['id'], volume['id'])