summaryrefslogtreecommitdiff
path: root/tempest/api/compute/admin/test_flavors_access.py
diff options
context:
space:
mode:
authorSean Dague <sean@dague.net>2015-04-27 08:49:03 -0400
committerSean Dague <sean@dague.net>2015-04-27 09:13:25 -0400
commit1b05daaf2add62dc79335e3c559aac3c5482268f (patch)
tree1a965f7d66afa23cdb095c115642daec96a100f9 /tempest/api/compute/admin/test_flavors_access.py
parent0bc11890ce146e998d77df007c70505b60634e72 (diff)
downloadtempest-1b05daaf2add62dc79335e3c559aac3c5482268f.tar.gz
remove gate tag (part 1)
This removes all bare gate attribute tags from functions, the gate tag was a never fully implemented idea in the past, and it's existence in the code mostly just confuses people. Change-Id: I462ca7a8cadeb5013e2bce44ed1e69bcf8f9d968
Diffstat (limited to 'tempest/api/compute/admin/test_flavors_access.py')
-rw-r--r--tempest/api/compute/admin/test_flavors_access.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tempest/api/compute/admin/test_flavors_access.py b/tempest/api/compute/admin/test_flavors_access.py
index b7edcab75..61d3dc690 100644
--- a/tempest/api/compute/admin/test_flavors_access.py
+++ b/tempest/api/compute/admin/test_flavors_access.py
@@ -51,7 +51,6 @@ class FlavorsAccessTestJSON(base.BaseV2ComputeAdminTest):
cls.vcpus = 1
cls.disk = 10
- @test.attr(type='gate')
@test.idempotent_id('ea2c2211-29fa-4db9-97c3-906d36fad3e0')
def test_flavor_access_list_with_private_flavor(self):
# Test to make sure that list flavor access on a newly created
@@ -67,7 +66,6 @@ class FlavorsAccessTestJSON(base.BaseV2ComputeAdminTest):
flavor_access = self.client.list_flavor_access(new_flavor_id)
self.assertEqual(len(flavor_access), 0, str(flavor_access))
- @test.attr(type='gate')
@test.idempotent_id('59e622f6-bdf6-45e3-8ba8-fedad905a6b4')
def test_flavor_access_add_remove(self):
# Test to add and remove flavor access to a given tenant.