From f78defda0fa1c07d440b484c414b16a09e58433a Mon Sep 17 00:00:00 2001 From: Chandan Purushothama Date: Fri, 7 Nov 2014 15:32:45 -0800 Subject: [PATCH] CLOUDSTACK-7863: Fix the script 'test_vpc_vms_deployment.py' - Test Cases failing on Simulator as Testcases try to ssh to the VMs Signed-off-by: SrikanteswaraRao Talluri --- test/integration/component/test_vpc_vms_deployment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/component/test_vpc_vms_deployment.py b/test/integration/component/test_vpc_vms_deployment.py index e61b2f80f0c..f8aa556fea2 100644 --- a/test/integration/component/test_vpc_vms_deployment.py +++ b/test/integration/component/test_vpc_vms_deployment.py @@ -1798,7 +1798,7 @@ class TestVMDeployVPC(cloudstackTestCase): ) return - @attr(tags=["advanced", "intervlan"], required_hardware="false") + @attr(tags=["advanced", "intervlan"], required_hardware="true") def test_07_delete_network_with_rules(self): """ Test delete network that has PF/staticNat/LB rules/Network Acl """ @@ -2352,7 +2352,7 @@ class TestVMDeployVPC(cloudstackTestCase): ) return - @attr(tags=["advanced", "intervlan"], required_hardware="false") + @attr(tags=["advanced", "intervlan"], required_hardware="true") def test_08_ip_reallocation_CS5986(self): """ @Desc: Test to verify dnsmasq dhcp conflict issue due to /ect/hosts not getting udpated