Repository: cloudstack Updated Branches: refs/heads/master fa4cc856a -> 4bfb7f20c
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 <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2c08e30a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2c08e30a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2c08e30a Branch: refs/heads/master Commit: 2c08e30a493cb520eb478795bbc5d5d4935dd59b Parents: bcf3288 Author: Chandan Purushothama <[email protected]> Authored: Wed Nov 12 14:32:00 2014 -0800 Committer: SrikanteswaraRao Talluri <[email protected]> Committed: Thu Nov 13 18:10:44 2014 +0530 ---------------------------------------------------------------------- test/integration/component/test_vm_passwdenabled.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2c08e30a/test/integration/component/test_vm_passwdenabled.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_vm_passwdenabled.py b/test/integration/component/test_vm_passwdenabled.py index 0a1082a..1b556da 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"""
