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", ]