mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
cmds is not a list. just regular string to ssh
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
181567ba74
commit
2af6db24ed
@ -747,7 +747,7 @@ class TestVMLifeCycle(cloudstackTestCase):
|
||||
self.fail("SSH failed for virtual machine: %s - %s" %
|
||||
(self.virtual_machine.ipaddress, e))
|
||||
|
||||
cmds = [ "mkdir -p %s" % self.services["mount_dir"] ]
|
||||
cmds = "mkdir -p %s" % self.services["mount_dir"]
|
||||
self.assert_(ssh_client.execute(cmds) == [], "mkdir failed within guest")
|
||||
|
||||
for diskdevice in self.services["diskdevice"]:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user