From 5539ff8a9fc585d3b7f9569834898582571aecf6 Mon Sep 17 00:00:00 2001 From: cloudsadhu Date: Wed, 5 Apr 2017 16:58:51 +0530 Subject: [PATCH] BUG-ID:CLOUDSTACK-9829:update the smoketest for rootvolume to implement full clone as well diskcontroller logic --- test/integration/smoke/test_deploy_vm_root_resize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/smoke/test_deploy_vm_root_resize.py b/test/integration/smoke/test_deploy_vm_root_resize.py index faaadc67ae4..30a1a94e6f2 100755 --- a/test/integration/smoke/test_deploy_vm_root_resize.py +++ b/test/integration/smoke/test_deploy_vm_root_resize.py @@ -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)