commit | 0609c519242da66ca11f6d9ae961bea81a9bc56c | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Wed Mar 16 15:08:50 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Wed Mar 16 15:08:50 2016 +0000 |
tree | 5c6a25da31d0b5a5d061d51c3c9d20e0f6ca8365 | |
parent | d6957907bd8be83fb87eb526650ae69b9a77da84 [diff] | |
parent | 6ff10c7563360c73c00b354668b3f8a86b6354c6 [diff] |
Merge "Check share-network in 'share create' API"
diff --git a/manila_tempest_tests/tests/api/admin/test_quotas_negative.py b/manila_tempest_tests/tests/api/admin/test_quotas_negative.py index 985bef4..d5452ed 100644 --- a/manila_tempest_tests/tests/api/admin/test_quotas_negative.py +++ b/manila_tempest_tests/tests/api/admin/test_quotas_negative.py
@@ -102,7 +102,7 @@ # try schedule share with size, bigger than gigabytes quota self.assertRaises(lib_exc.OverLimit, - self.shares_client.create_share, + self.create_share, size=overquota) @test.attr(type=["gate", "smoke", "negative"])