BUG-ID:CLOUDSTACK-9829:update the smoketest for rootvolume to implement full clone as well diskcontroller logic

This commit is contained in:
cloudsadhu 2017-04-05 16:58:51 +05:30
parent 9a5b6d46fa
commit 5539ff8a9f
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ class TestDeployVmRootSize(cloudstackTestCase):
cls.mgtSvrDetails["mgtSvrIp"],
22,
cls.mgtSvrDetails["user"],
cls.mgtSvrDetails["password"]
cls.mgtSvrDetails["passwd"]
)
command = "service cloudstack-management stop"
sshClient.execute(command)