From 131d80d461b8f67ed47e8713fbe03e2076fcad12 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Thu, 4 Feb 2021 16:18:32 +0530 Subject: [PATCH] test: hardware required for changeserviceoffering 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 51e92ce67f18..795055eca6fc 100644 --- a/test/integration/component/test_mm_domain_limits.py +++ b/test/integration/component/test_mm_domain_limits.py @@ -210,7 +210,7 @@ def setupAccounts(self): 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"""