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)