mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Test runs against 3.0 version
This commit is contained in:
parent
9011f6297f
commit
40d7e124a7
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user