Merge "Fix share network id in tempest test"

This commit is contained in:
Jenkins 2014-11-11 22:55:06 +00:00 committed by Gerrit Code Review
commit 09e68138f5

View File

@ -100,7 +100,7 @@ class SecServicesMappingNegativeTest(base.BaseSharesTest):
self.assertIn(int(resp["status"]), test.HTTP_SUCCESS) self.assertIn(int(resp["status"]), test.HTTP_SUCCESS)
self.assertRaises(exceptions.Unauthorized, self.assertRaises(exceptions.Unauthorized,
self.cl.remove_sec_service_from_share_network, self.cl.remove_sec_service_from_share_network,
self.shares_client.share_network_id, fresh_sn["id"],
self.ss["id"]) self.ss["id"])
@test.attr(type=["gate", "smoke", "negative"]) @test.attr(type=["gate", "smoke", "negative"])