From ed76e8a610c66724c2b5f5c9a29bbbd3a2503e98 Mon Sep 17 00:00:00 2001 From: Girish Shilamkar Date: Wed, 6 Nov 2013 12:26:37 +0530 Subject: [PATCH] CLOUDSTACK-4686: Fixed volume limit for domain --- test/integration/component/test_resource_limits.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_resource_limits.py b/test/integration/component/test_resource_limits.py index 833723cb3ea..377aa7463b1 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)