Updated Branches: refs/heads/4.2 544d1594f -> ed76e8a61
CLOUDSTACK-4686: Fixed volume limit for domain Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ed76e8a6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ed76e8a6 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ed76e8a6 Branch: refs/heads/4.2 Commit: ed76e8a610c66724c2b5f5c9a29bbbd3a2503e98 Parents: 544d159 Author: Girish Shilamkar <[email protected]> Authored: Wed Nov 6 12:26:37 2013 +0530 Committer: Girish Shilamkar <[email protected]> Committed: Wed Nov 6 12:26:37 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_resource_limits.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ed76e8a6/test/integration/component/test_resource_limits.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_resource_limits.py b/test/integration/component/test_resource_limits.py index 833723c..377aa74 100644 --- a/test/integration/component/test_resource_limits.py +++ b/test/integration/component/test_resource_limits.py @@ -1185,7 +1185,7 @@ class TestResourceLimitsDomain(cloudstackTestCase): self.apiclient, 2, # Volume domainid=self.account.domainid, - max=2 + max=1 ) self.debug("Deploying VM for account: %s" % self.account.name)
