mirror of https://github.com/apache/cloudstack.git
bug-id:correcting few more errors in testpaths reviewed-by: self
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
parent
ba9c4cfa81
commit
ff4f31c4ea
|
|
@ -662,6 +662,7 @@ class TestAdvancedZoneStoppedVM(cloudstackTestCase):
|
|||
# 3. Register an ISO and attach it to the VM
|
||||
# 4. Verify that ISO is attached to the VM
|
||||
"""
|
||||
|
||||
if self.hypervisor.lower() in ['lxc']:
|
||||
self.skipTest(
|
||||
"feature is not supported in %s" %
|
||||
|
|
@ -727,6 +728,10 @@ class TestAdvancedZoneStoppedVM(cloudstackTestCase):
|
|||
# 4. Verify that ISO is attached to the VM
|
||||
"""
|
||||
|
||||
if self.hypervisor.lower() in ['lxc']:
|
||||
self.skipTest(
|
||||
"feature is not supported in %s" %
|
||||
self.hypervisor)
|
||||
|
||||
# Create VM in account
|
||||
virtual_machine = VirtualMachine.create(
|
||||
|
|
|
|||
|
|
@ -230,7 +230,7 @@ class TestPathVolume(cloudstackTestCase):
|
|||
def setUp(self):
|
||||
self.apiclient = self.testClient.getApiClient()
|
||||
self.dbclient = self.testClient.getDbConnection()
|
||||
if self.unsupportedHypervisor or self.insuffPools:
|
||||
if self.unsupportedHypervisor or self.insuffStorage:
|
||||
self.skipTest("Skipping test because of insuff resources\
|
||||
%s" % self.hypervisor)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue