Skip to content

Commit d0f806b

Browse files
author
SrikanteswaraRao Talluri
committed
CLOUDSTACK-6760: skipping unsupported scale VM test on KVM
1 parent 2218053 commit d0f806b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/integration/smoke/test_scale_vm.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ def setUpClass(cls):
3434
testClient = super(TestScaleVm, cls).getClsTestClient()
3535
cls.apiclient = testClient.getApiClient()
3636
cls.services = testClient.getParsedTestDataConfig()
37+
cls.hypervisor = cls.testClient.getHypervisorInfo()
38+
if cls.hypervisor.lower() == 'kvm':
39+
raise unittest.SkipTest("ScaleVM is not supported on KVM. Hence, skipping the test")
3740

3841
# Get Zone, Domain and templates
3942
domain = get_domain(cls.apiclient)

0 commit comments

Comments
 (0)