From 03439e497e6c8b8fd8871dd5de1a6720d1a3a34d Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Wed, 7 Aug 2013 14:47:50 +0530 Subject: [PATCH] remove local path in cloud-set-guest-password script Signed-off-by: Prasanna Santhanam (cherry picked from commit 2d4e17e8d4c25775448af7f76b4eb61e4e56bf3f) --- 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 116c27c9dc3..586f311a077 100644 --- a/test/integration/component/test_vm_passwdenabled.py +++ b/test/integration/component/test_vm_passwdenabled.py @@ -152,7 +152,7 @@ class TestVMPasswordEnabled(cloudstackTestCase): #chkconfig --add cloud-set-guest-password cmds = [ - "cd /etc/init.d;wget http://10.147.40.145/cloud-set-guest-password", + "cd /etc/init.d;wget http://people.apache.org/~tsp/cloud-set-guest-password", "chmod +x /etc/init.d/cloud-set-guest-password", "chkconfig --add cloud-set-guest-password", ]