remove local path in cloud-set-guest-password script

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 2d4e17e8d4)
This commit is contained in:
Prasanna Santhanam 2013-08-07 14:47:50 +05:30
parent fb58addc35
commit 03439e497e
1 changed files with 1 additions and 1 deletions

View File

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