From 29e309839d7e33c8de3e7840b355ac41ead2ca5a Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Fri, 5 Feb 2021 15:58:45 +0530 Subject: [PATCH] test: hardware required for changeserviceoffering (#4650) Signed-off-by: Abhishek Kumar --- test/integration/component/test_mm_domain_limits.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_mm_domain_limits.py b/test/integration/component/test_mm_domain_limits.py index 51e92ce67f1..795055eca6f 100644 --- a/test/integration/component/test_mm_domain_limits.py +++ b/test/integration/component/test_mm_domain_limits.py @@ -210,7 +210,7 @@ class TestDomainMemoryLimits(cloudstackTestCase): domainid=self.child_do_admin_2.domainid) return - @attr(tags=["advanced", "advancedns","simulator"], required_hardware="false") + @attr(tags=["advanced", "advancedns","simulator"], required_hardware="true") def test_01_change_service_offering(self): """Test Deploy VM with specified RAM & verify the usage"""