Merge "Create default network for more compute tests"

This commit is contained in:
Zuul 2020-01-19 16:51:48 +00:00 committed by Gerrit Code Review
commit 2b3885f585
4 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,7 @@ class InstanceActionsTestJSON(base.BaseV2ComputeTest):
class InstanceActionsV221TestJSON(base.BaseV2ComputeTest):
create_default_network = True
min_microversion = '2.21'
max_microversion = 'latest'

View File

@ -19,6 +19,7 @@ from tempest.lib import decorators
class ServerPasswordTestJSON(base.BaseV2ComputeTest):
create_default_network = True
@classmethod
def resource_setup(cls):

View File

@ -28,6 +28,7 @@ CONF = config.CONF
class BaseAttachVolumeTest(base.BaseV2ComputeTest):
"""Base class for the attach volume tests in this module."""
create_default_network = True
@classmethod
def skip_checks(cls):

View File

@ -21,6 +21,7 @@ CONF = config.CONF
class AttachVolumeNegativeTest(base.BaseV2ComputeTest):
create_default_network = True
@classmethod
def skip_checks(cls):