commit | 2b3885f585d768cb3fc94f70b28649cd790c1ca2 | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.opendev.org> | Sun Jan 19 16:51:48 2020 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Sun Jan 19 16:51:48 2020 +0000 |
tree | 7176788a2c614e6a08678e50b3970601df66ca9a | |
parent | 277f4bfbc545ef05a9fc54b2e2520e74015190be [diff] | |
parent | 1f546532c32a1cade765685eaac180c57258f352 [diff] |
Merge "Create default network for more compute tests"
diff --git a/tempest/api/compute/servers/test_instance_actions.py b/tempest/api/compute/servers/test_instance_actions.py index 9f7e2d1..00837eb 100644 --- a/tempest/api/compute/servers/test_instance_actions.py +++ b/tempest/api/compute/servers/test_instance_actions.py
@@ -55,6 +55,7 @@ class InstanceActionsV221TestJSON(base.BaseV2ComputeTest): + create_default_network = True min_microversion = '2.21' max_microversion = 'latest'
diff --git a/tempest/api/compute/servers/test_server_password.py b/tempest/api/compute/servers/test_server_password.py index e6a668a..7b31ede 100644 --- a/tempest/api/compute/servers/test_server_password.py +++ b/tempest/api/compute/servers/test_server_password.py
@@ -19,6 +19,7 @@ class ServerPasswordTestJSON(base.BaseV2ComputeTest): + create_default_network = True @classmethod def resource_setup(cls):
diff --git a/tempest/api/compute/volumes/test_attach_volume.py b/tempest/api/compute/volumes/test_attach_volume.py index 92524fc..bee2b7b 100644 --- a/tempest/api/compute/volumes/test_attach_volume.py +++ b/tempest/api/compute/volumes/test_attach_volume.py
@@ -28,6 +28,7 @@ class BaseAttachVolumeTest(base.BaseV2ComputeTest): """Base class for the attach volume tests in this module.""" + create_default_network = True @classmethod def skip_checks(cls):
diff --git a/tempest/api/compute/volumes/test_attach_volume_negative.py b/tempest/api/compute/volumes/test_attach_volume_negative.py index 6d08f90..9a506af 100644 --- a/tempest/api/compute/volumes/test_attach_volume_negative.py +++ b/tempest/api/compute/volumes/test_attach_volume_negative.py
@@ -21,6 +21,7 @@ class AttachVolumeNegativeTest(base.BaseV2ComputeTest): + create_default_network = True @classmethod def skip_checks(cls):