Open test_create_too_many_instances

With https://review.openstack.org/#/c/331323 merges,it is time to
open this test.

Change-Id: I508b5fbb0ca5ac331a60b310002098f42c903616
This commit is contained in:
jiansong 2016-12-18 22:22:59 -08:00 committed by jian.song
parent efd2ad9ee9
commit ab64b3a16b

View File

@ -282,8 +282,6 @@ class CreateInstanceQuotaTest(unittest.TestCase):
self.test_info.user.tenant_id, quota_dict)
def test_create_too_many_instances(self):
raise SkipTest(
"Skipping until https://review.openstack.org/#/c/331323 merges")
instance_quota = 0
quota_dict = {'instances': instance_quota}
new_quotas = dbaas_admin.quota.update(self.test_info.user.tenant_id,