summaryrefslogtreecommitdiff
path: root/tempest/api/volume/test_volumes_actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'tempest/api/volume/test_volumes_actions.py')
-rw-r--r--tempest/api/volume/test_volumes_actions.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tempest/api/volume/test_volumes_actions.py b/tempest/api/volume/test_volumes_actions.py
index 3de5021b3..1872ec7c3 100644
--- a/tempest/api/volume/test_volumes_actions.py
+++ b/tempest/api/volume/test_volumes_actions.py
@@ -36,9 +36,7 @@ class VolumesV2ActionsTest(base.BaseVolumeTest):
# Create a test shared instance
srv_name = data_utils.rand_name(cls.__name__ + '-Instance')
- cls.server = cls.servers_client.create_server(srv_name,
- cls.image_ref,
- cls.flavor_ref)
+ cls.server = cls.create_server(srv_name)
cls.servers_client.wait_for_server_status(cls.server['id'], 'ACTIVE')
# Create a test shared volume for attach/detach tests