mirror of https://github.com/apache/cloudstack.git
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:
parent
fb58addc35
commit
03439e497e
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue