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 <tall...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/aed6e95e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/aed6e95e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/aed6e95e Branch: refs/heads/statscollector-graphite Commit: aed6e95e5d17b2348d1f45f6319445360d3c6361 Parents: b00f144 Author: Chandan Purushothama <chandan.purushoth...@citrix.com> Authored: Fri Nov 7 15:32:45 2014 -0800 Committer: SrikanteswaraRao Talluri <tall...@apache.org> Committed: Mon Nov 10 16:32:39 2014 +0530 ---------------------------------------------------------------------- test/integration/component/test_vpc_vms_deployment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/aed6e95e/test/integration/component/test_vpc_vms_deployment.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_vpc_vms_deployment.py b/test/integration/component/test_vpc_vms_deployment.py index e61b2f8..f8aa556 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