summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-04-30 12:50:36 +0000
committerGerrit Code Review <review@openstack.org>2023-04-30 12:50:36 +0000
commitcb008e2167826ad0950b4fd694f344c639413c91 (patch)
tree5a9f4c335ddd58fa8473aa27dacdd40e958d63d3
parent9f0eed289437456a56ff78a3e6d36ac584f934bf (diff)
parent04d352458ec18df138847a2b0f4e58f1e857b8b0 (diff)
downloadtempest-cb008e2167826ad0950b4fd694f344c639413c91.tar.gz
Merge "Wait until SSHABLE in volumes_extend test"
-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'])