Disabling more tempest tests

Gate broke again because of a Keystone dependency

Change-Id: Ia196bf6a0f46223e84986ac5ca32fb23325aac47
This commit is contained in:
Tim Hinrichs 2015-08-24 13:56:40 -07:00
parent 8eff132ee3
commit 79b15b0b22
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,7 @@ class TestKeystoneV2Driver(manager_congress.ScenarioPolicyBase):
cls.datasource_id = manager_congress.get_datasource_id(
cls.admin_manager.congress_client, 'keystone')
@decorators.skip_because(bug='1486246')
@test.attr(type='smoke')
def test_keystone_users_table(self):
user_schema = (
@ -86,6 +87,7 @@ class TestKeystoneV2Driver(manager_congress.ScenarioPolicyBase):
raise exceptions.TimeoutException("Data did not converge in time "
"or failure in server")
@decorators.skip_because(bug='1486246')
@test.attr(type='smoke')
def test_keystone_roles_table(self):
role_schema = (
@ -121,6 +123,7 @@ class TestKeystoneV2Driver(manager_congress.ScenarioPolicyBase):
raise exceptions.TimeoutException("Data did not converge in time "
"or failure in server")
@decorators.skip_because(bug='1486246')
@test.attr(type='smoke')
def test_keystone_tenants_table(self):
tenant_schema = (