From c8b91f1b72d228b9979bdd38d62138eb84cb69c3 Mon Sep 17 00:00:00 2001 From: Girish Shilamkar Date: Mon, 28 Oct 2013 11:36:20 +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)