Merge "Remove unused global variable"
This commit is contained in:
commit
5aadcaf4ca
@ -25,8 +25,6 @@ CONF = config.CONF
|
||||
|
||||
|
||||
class ServersWithSpecificFlavorTestJSON(base.BaseV2ComputeAdminTest):
|
||||
disk_config = 'AUTO'
|
||||
|
||||
@classmethod
|
||||
def setup_credentials(cls):
|
||||
cls.prepare_instance_network()
|
||||
|
@ -33,8 +33,6 @@ LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class ServerActionsTestJSON(base.BaseV2ComputeTest):
|
||||
run_ssh = CONF.validation.run_validation
|
||||
|
||||
def setUp(self):
|
||||
# NOTE(afazekas): Normally we use the same server with all test cases,
|
||||
# but if it has an issue, we build a new one
|
||||
|
@ -20,7 +20,6 @@ from tempest.lib import exceptions as lib_exc
|
||||
|
||||
|
||||
class DomainsNegativeTestJSON(base.BaseIdentityV3AdminTest):
|
||||
_interface = 'json'
|
||||
|
||||
@decorators.attr(type=['negative', 'gate'])
|
||||
@decorators.idempotent_id('1f3fbff5-4e44-400d-9ca1-d953f05f609b')
|
||||
|
Loading…
x
Reference in New Issue
Block a user