Skip to content

Commit 83f2bb5

Browse files
author
Girish Shilamkar
committed
Re-enabling fixed test cases
Conflicts: test/integration/smoke/test_scale_vm.py
1 parent c468228 commit 83f2bb5

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

test/integration/smoke/test_guest_vlan_range.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def tearDown(self):
7878
raise Exception("Warning: Exception during cleanup : %s" % e)
7979
return
8080

81-
@attr(tags=["advanced", "guestvlanrange", "dedicate", "release"], BugId="CLOUDSTACK-6738", required_hardware="false")
81+
@attr(tags=["advanced", "guestvlanrange", "dedicate", "release"], required_hardware="false")
8282
def test_dedicateGuestVlanRange(self):
8383
"""Test guest vlan range dedication
8484
"""

test/integration/smoke/test_non_contigiousvlan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def setUp(self):
3838
raise Exception("Failed to set non contiguous vlan ids to test. Free some ids from \
3939
from existing physical networks at ends")
4040

41-
@attr(tags = ["advanced"], BugId="CLOUDSTACK-6776", required_hardware="false")
41+
@attr(tags = ["advanced"], required_hardware="false")
4242
def test_extendPhysicalNetworkVlan(self):
4343
"""
4444
Test to update a physical network and extend its vlan

test/integration/smoke/test_scale_vm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def tearDown(self):
102102
cleanup_resources(self.apiclient, self.cleanup)
103103
return
104104

105+
@attr(hypervisor="xenserver")
105106
@attr(tags=["advanced", "basic"], required_hardware="true")
106107
def test_01_scale_vm(self):
107108
"""Test scale virtual machine

0 commit comments

Comments
 (0)