mirror of https://github.com/apache/cloudstack.git
fix macchinina template specificied for vmware in Marvin tests
- Fix macchnina template url - Fix a variable scope issue Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
47104cf2b3
commit
99da5338ff
|
|
@ -254,7 +254,7 @@ class Services:
|
|||
"format": "ova",
|
||||
"hypervisor": "vmware",
|
||||
"ostype": "Other PV (64-bit)",
|
||||
"url": "http://dl.openvm.eu/cloudstack/macchinina/x86_64/macchinina-vmware.vmdk.bz2",
|
||||
"url": "http://dl.openvm.eu/cloudstack/macchinina/x86_64/macchinina-vmware.ova",
|
||||
"requireshvm": "True",
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -253,7 +253,7 @@ class Services:
|
|||
"format": "ova",
|
||||
"hypervisor": "vmware",
|
||||
"ostype": "Other PV (64-bit)",
|
||||
"url": "http://dl.openvm.eu/cloudstack/macchinina/x86_64/macchinina-vmware.vmdk.bz2",
|
||||
"url": "http://dl.openvm.eu/cloudstack/macchinina/x86_64/macchinina-vmware.ova",
|
||||
"requireshvm": "True",
|
||||
}
|
||||
}
|
||||
|
|
@ -320,6 +320,7 @@ class TestVpcRemoteAccessVpn(cloudstackTestCase):
|
|||
self.assert_(vpcOffering is not None and len(
|
||||
vpcOffering) > 0, "No VPC offerings found")
|
||||
|
||||
vpc = None
|
||||
try:
|
||||
vpc = VPC.create(
|
||||
apiclient=self.apiclient,
|
||||
|
|
|
|||
Loading…
Reference in New Issue