From 2c08e30a493cb520eb478795bbc5d5d4935dd59b Mon Sep 17 00:00:00 2001 From: Chandan Purushothama Date: Wed, 12 Nov 2014 14:32:00 -0800 Subject: [PATCH] CLOUDSTACK-7894 : Fixed the script test_vm_passwdenabled.py - Test Cases failing on Simulator as Testcases try to ssh to the VMs Signed-off-by: SrikanteswaraRao Talluri --- test/integration/component/test_vm_passwdenabled.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_vm_passwdenabled.py b/test/integration/component/test_vm_passwdenabled.py index 0a1082a0a0d..1b556da298d 100644 --- a/test/integration/component/test_vm_passwdenabled.py +++ b/test/integration/component/test_vm_passwdenabled.py @@ -241,7 +241,7 @@ class TestVMPasswordEnabled(cloudstackTestCase): cleanup_resources(self.apiclient, self.cleanup) return - @attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg"]) + @attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="true") def test_11_get_vm_password(self): """Test get VM password for password enabled template"""