From bcf328833a84f1d490a774edb63af3e301cf0f5a Mon Sep 17 00:00:00 2001 From: Chandan Purushothama Date: Wed, 12 Nov 2014 18:37:35 -0800 Subject: [PATCH] CLOUDSTACK-7895 : Fixed the script test_security_groups.py - Test Cases failing on Simulator as Testcases try to ssh to the VMs Signed-off-by: SrikanteswaraRao Talluri --- test/integration/component/test_security_groups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_security_groups.py b/test/integration/component/test_security_groups.py index ba276935791..89317f43736 100644 --- a/test/integration/component/test_security_groups.py +++ b/test/integration/component/test_security_groups.py @@ -749,7 +749,7 @@ class TestDhcpOnlyRouter(cloudstackTestCase): return - @attr(tags = ["sg", "eip", "basic"]) + @attr(tags = ["sg", "eip", "basic"], required_hardware="true") def test_01_dhcpOnlyRouter(self): """Test router services for user account """