Merge "Remove skipping flavor_access_add/remove related tests"

This commit is contained in:
Jenkins 2014-08-12 04:13:15 +00:00 committed by Gerrit Code Review
commit a8d3318fe0
2 changed files with 0 additions and 6 deletions

View File

@ -38,7 +38,6 @@ class FlavorsAccessV3Test(base.BaseV3ComputeAdminTest):
cls.vcpus = 1
cls.disk = 10
@test.skip_because(bug='1265416')
@test.attr(type='gate')
def test_flavor_access_list_with_private_flavor(self):
# Test to list flavor access successfully by querying private flavor
@ -58,7 +57,6 @@ class FlavorsAccessV3Test(base.BaseV3ComputeAdminTest):
self.assertEqual(str(new_flavor_id), str(first_flavor['flavor_id']))
self.assertEqual(self.adm_tenant_id, first_flavor['tenant_id'])
@test.skip_because(bug='1265416')
@test.attr(type='gate')
def test_flavor_access_add_remove(self):
# Test to add and remove flavor access to a given tenant.

View File

@ -55,7 +55,6 @@ class FlavorsAccessNegativeV3Test(base.BaseV3ComputeAdminTest):
self.client.list_flavor_access,
new_flavor_id)
@test.skip_because(bug='1265416')
@test.attr(type=['negative', 'gate'])
def test_flavor_non_admin_add(self):
# Test to add flavor access as a user without admin privileges.
@ -72,7 +71,6 @@ class FlavorsAccessNegativeV3Test(base.BaseV3ComputeAdminTest):
new_flavor['id'],
self.tenant_id)
@test.skip_because(bug='1265416')
@test.attr(type=['negative', 'gate'])
def test_flavor_non_admin_remove(self):
# Test to remove flavor access as a user without admin privileges.
@ -93,7 +91,6 @@ class FlavorsAccessNegativeV3Test(base.BaseV3ComputeAdminTest):
new_flavor['id'],
self.tenant_id)
@test.skip_because(bug='1265416')
@test.attr(type=['negative', 'gate'])
def test_add_flavor_access_duplicate(self):
# Create a new flavor.
@ -118,7 +115,6 @@ class FlavorsAccessNegativeV3Test(base.BaseV3ComputeAdminTest):
new_flavor['id'],
self.tenant_id)
@test.skip_because(bug='1265416')
@test.attr(type=['negative', 'gate'])
def test_remove_flavor_access_not_found(self):
# Create a new flavor.