You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by sa...@apache.org on 2014/07/25 19:36:41 UTC

git commit: updated refs/heads/master to 1c925ed

Repository: cloudstack
Updated Branches:
  refs/heads/master 4046b19a6 -> 1c925ede3


Fixing vGPU script


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1c925ede
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1c925ede
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1c925ede

Branch: refs/heads/master
Commit: 1c925ede378fb6e41e5a1cb95d2c1d1bbcc42b74
Parents: 4046b19
Author: sailajamada <sa...@citrix.com>
Authored: Fri Jul 25 22:59:20 2014 +0530
Committer: sailajamada <sa...@citrix.com>
Committed: Fri Jul 25 22:59:20 2014 +0530

----------------------------------------------------------------------
 test/integration/smoke/test_deploy_vgpu_enabled_vm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1c925ede/test/integration/smoke/test_deploy_vgpu_enabled_vm.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_deploy_vgpu_enabled_vm.py b/test/integration/smoke/test_deploy_vgpu_enabled_vm.py
index aca5971..59f6969 100644
--- a/test/integration/smoke/test_deploy_vgpu_enabled_vm.py
+++ b/test/integration/smoke/test_deploy_vgpu_enabled_vm.py
@@ -57,7 +57,7 @@ class TestDeployvGPUenabledVM(cloudstackTestCase):
              gpuhosts=0
              for ghost in hosts :
                     if ghost.hypervisorversion >= "6.2.0":
-                       sshClient = SshClient(host=ghost.ipaddress, port=22, user='root',passwd=self.testdata["xen_host_password"]) 
+                       sshClient = SshClient(host=ghost.ipaddress, port=22, user='root',passwd=self.testdata["host_password"]) 
                        if ghost.hypervisorversion == "6.2.0":
                           res = sshClient.execute("xe patch-list uuid=0850b186-4d47-11e3-a720-001b2151a503")
                           if len(res) == 0: