From 40d7e124a7af9369adcb92faddc7163feb3c1122 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Mon, 2 Apr 2012 18:00:02 +0530 Subject: [PATCH] Test runs against 3.0 version --- tools/testClient/demo/testSshDeployVM.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testClient/demo/testSshDeployVM.py b/tools/testClient/demo/testSshDeployVM.py index 6f74dc6eec7..12b92109929 100644 --- a/tools/testClient/demo/testSshDeployVM.py +++ b/tools/testClient/demo/testSshDeployVM.py @@ -86,7 +86,7 @@ class TestDeployVm(cloudstackTestCase): deployVmCmd.zoneid = 1 deployVmCmd.account = self.acct.account deployVmCmd.domainid = self.acct.domainid - deployVmCmd.templateid = 2 + deployVmCmd.templateid = 5 #CentOS 5.6 builtin deployVmCmd.serviceofferingid = 1 deployVmResponse = self.apiClient.deployVirtualMachine(deployVmCmd)