Skip to content

Commit fef55ac

Browse files
author
Girish Shilamkar
committed
CLOUDSTACK-6914: Disabling few failing BVTs
1 parent 5da2e98 commit fef55ac

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

test/integration/smoke/test_deploy_vm_root_resize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def test_01_deploy_vm_root_resize(self):
230230
else:
231231
self.debug("test 01 does not support hypervisor type " + self.hypervisor);
232232

233-
@attr(tags = ['advanced', 'basic', 'sg'], required_hardware="true")
233+
@attr(tags = ['advanced', 'basic', 'sg'], required_hardware="true", BugId="CLOUDSTACK-6985")
234234
def test_02_deploy_vm_root_resize(self):
235235
"""Test proper failure to deploy virtual machine with rootdisksize less than template size
236236
"""

test/integration/smoke/test_network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ def setUp(self):
779779
def tearDown(self):
780780
cleanup_resources(self.apiclient, self.cleanup)
781781

782-
@attr(tags = ["advanced", "advancedns", "smoke"], required_hardware="false")
782+
@attr(tags = ["advanced", "advancedns", "smoke"], required_hardware="false", BugId="CLOUDSTACK-6984")
783783
def test_releaseIP(self):
784784
"""Test for release public IP address"""
785785

test/integration/smoke/test_vm_life_cycle.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def tearDown(self):
304304
return
305305

306306

307-
@attr(tags = ["devcloud", "advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="false")
307+
@attr(tags = ["devcloud", "advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="false", BugId="CLOUDSTACK-6984")
308308
def test_01_stop_vm(self):
309309
"""Test Stop Virtual Machine
310310
"""
@@ -593,7 +593,7 @@ def test_09_expunge_vm(self):
593593
self.assertEqual(list_vm_response,None,"Check Expunged virtual machine is in listVirtualMachines response")
594594
return
595595

596-
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="true")
596+
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="true", BugId="CLOUDSTACK-6985")
597597
def test_10_attachAndDetach_iso(self):
598598
"""Test for attach and detach ISO to virtual machine"""
599599

test/integration/smoke/test_volumes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ def test_07_resize_fail(self):
625625
return
626626

627627

628-
@attr(tags = ["advanced", "advancedns", "smoke", "basic"], required_hardware="true")
628+
@attr(tags = ["advanced", "advancedns", "smoke", "basic"], required_hardware="true", BugId="CLOUDSTACK-6985")
629629
def test_08_resize_volume(self):
630630
"""Test resize a volume"""
631631
# Verify the size is the new size is what we wanted it to be.

0 commit comments

Comments
 (0)