mirror of https://github.com/apache/cloudstack.git
Re-enabling fixed test cases
Conflicts: test/integration/smoke/test_scale_vm.py
This commit is contained in:
parent
c468228fe8
commit
83f2bb5ac7
|
|
@ -78,7 +78,7 @@ class TestDedicateGuestVlanRange(cloudstackTestCase):
|
|||
raise Exception("Warning: Exception during cleanup : %s" % e)
|
||||
return
|
||||
|
||||
@attr(tags=["advanced", "guestvlanrange", "dedicate", "release"], BugId="CLOUDSTACK-6738", required_hardware="false")
|
||||
@attr(tags=["advanced", "guestvlanrange", "dedicate", "release"], required_hardware="false")
|
||||
def test_dedicateGuestVlanRange(self):
|
||||
"""Test guest vlan range dedication
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ class TestUpdatePhysicalNetwork(cloudstackTestCase):
|
|||
raise Exception("Failed to set non contiguous vlan ids to test. Free some ids from \
|
||||
from existing physical networks at ends")
|
||||
|
||||
@attr(tags = ["advanced"], BugId="CLOUDSTACK-6776", required_hardware="false")
|
||||
@attr(tags = ["advanced"], required_hardware="false")
|
||||
def test_extendPhysicalNetworkVlan(self):
|
||||
"""
|
||||
Test to update a physical network and extend its vlan
|
||||
|
|
|
|||
|
|
@ -102,6 +102,7 @@ class TestScaleVm(cloudstackTestCase):
|
|||
cleanup_resources(self.apiclient, self.cleanup)
|
||||
return
|
||||
|
||||
@attr(hypervisor="xenserver")
|
||||
@attr(tags=["advanced", "basic"], required_hardware="true")
|
||||
def test_01_scale_vm(self):
|
||||
"""Test scale virtual machine
|
||||
|
|
|
|||
Loading…
Reference in New Issue