From 885431864ce6099ebb71c6cf4775d6acd63001f7 Mon Sep 17 00:00:00 2001 From: sailajamada Date: Mon, 1 Sep 2014 22:21:36 +0530 Subject: [PATCH] vGPU automation changes removing the host password --- test/integration/component/test_deploy_vgpu_vm.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/integration/component/test_deploy_vgpu_vm.py b/test/integration/component/test_deploy_vgpu_vm.py index d79048d949d..534a7e3d33c 100644 --- a/test/integration/component/test_deploy_vgpu_vm.py +++ b/test/integration/component/test_deploy_vgpu_vm.py @@ -73,8 +73,8 @@ class TestvGPUWindowsVm(cloudstackTestCase): for ghost in hosts : if ghost.hypervisorversion >= "6.2.0": - #sshClient = SshClient(host=ghost.ipaddress, port=22, user='root',passwd="freebsd") - sshClient = SshClient(host=ghost.ipaddress, port=22, user='root',passwd="freebsd") + #sshClient = SshClient(host=ghost.ipaddress, port=22, user='root',passwd="host_password") + sshClient = SshClient(host=ghost.ipaddress, port=22, user='root',passwd="host_password") if ghost.hypervisorversion == "6.2.0": res = len(sshClient.execute("xe patch-list uuid=0850b186-4d47-11e3-a720-001b2151a503")) @@ -341,7 +341,7 @@ class TestvGPUWindowsVm(cloudstackTestCase): self.apiclient, id=hostid ) - ssh_client = SshClient(host=vgpu_host[0].ipaddress, port=22, user='root',passwd="freebsd") + ssh_client = SshClient(host=vgpu_host[0].ipaddress, port=22, user='root',passwd="host_password") """ Get vGPU type model """ @@ -775,7 +775,7 @@ class TestvGPUWindowsVm(cloudstackTestCase): hypervisor="XenServer" ) - sshClient1 = SshClient(host=lhosts[0].ipaddress, port=22, user='root',passwd="freebsd") + sshClient1 = SshClient(host=lhosts[0].ipaddress, port=22, user='root',passwd="host_password") totalxenhosts=len(sshClient1.execute("xe host-list | grep uuid")) for hostlist in lhosts: