mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Removed 'BugId' tag from tests for fixed bugs
This commit is contained in:
parent
c68325deb1
commit
23f5772c30
@ -119,7 +119,7 @@ class TestDeployvGPUenabledVM(cloudstackTestCase):
|
|||||||
self.account
|
self.account
|
||||||
]
|
]
|
||||||
|
|
||||||
@attr(tags = ['advanced', 'basic', 'vgpu'], required_hardware="true", BugId="CLOUDSTACK-6876")
|
@attr(tags = ['advanced', 'basic', 'vgpu'], required_hardware="true")
|
||||||
def test_deploy_vgpu_enabled_vm(self):
|
def test_deploy_vgpu_enabled_vm(self):
|
||||||
"""Test Deploy Virtual Machine
|
"""Test Deploy Virtual Machine
|
||||||
|
|
||||||
|
|||||||
@ -232,7 +232,7 @@ class TestDeployVM(cloudstackTestCase):
|
|||||||
else:
|
else:
|
||||||
self.debug("test 01 does not support hypervisor type " + self.hypervisor);
|
self.debug("test 01 does not support hypervisor type " + self.hypervisor);
|
||||||
|
|
||||||
@attr(tags = ['advanced', 'basic', 'sg'], required_hardware="true", BugId="6984")
|
@attr(tags = ['advanced', 'basic', 'sg'], required_hardware="true", BugId="CLOUDSTACK-6984")
|
||||||
def test_02_deploy_vm_root_resize(self):
|
def test_02_deploy_vm_root_resize(self):
|
||||||
"""Test proper failure to deploy virtual machine with rootdisksize less than template size
|
"""Test proper failure to deploy virtual machine with rootdisksize less than template size
|
||||||
"""
|
"""
|
||||||
|
|||||||
@ -215,6 +215,7 @@ class TestDeployVM(cloudstackTestCase):
|
|||||||
domainid=self.domain.id
|
domainid=self.domain.id
|
||||||
)
|
)
|
||||||
self.cleanup.append(account)
|
self.cleanup.append(account)
|
||||||
|
|
||||||
virtual_machine1 = VirtualMachine.create(
|
virtual_machine1 = VirtualMachine.create(
|
||||||
self.apiclient,
|
self.apiclient,
|
||||||
self.services["small"],
|
self.services["small"],
|
||||||
@ -222,7 +223,6 @@ class TestDeployVM(cloudstackTestCase):
|
|||||||
domainid=account.domainid,
|
domainid=account.domainid,
|
||||||
serviceofferingid=self.service_offering.id
|
serviceofferingid=self.service_offering.id
|
||||||
)
|
)
|
||||||
|
|
||||||
virtual_machine2 = VirtualMachine.create(
|
virtual_machine2 = VirtualMachine.create(
|
||||||
self.apiclient,
|
self.apiclient,
|
||||||
self.services["small"],
|
self.services["small"],
|
||||||
@ -360,7 +360,7 @@ class TestVMLifeCycle(cloudstackTestCase):
|
|||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
@attr(tags = ["devcloud", "advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="false", BugId="6984")
|
@attr(tags = ["devcloud", "advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="false", BugId="CLOUDSTACK-6984")
|
||||||
def test_01_stop_vm(self):
|
def test_01_stop_vm(self):
|
||||||
"""Test Stop Virtual Machine
|
"""Test Stop Virtual Machine
|
||||||
"""
|
"""
|
||||||
@ -604,7 +604,7 @@ class TestVMLifeCycle(cloudstackTestCase):
|
|||||||
|
|
||||||
@attr(configuration = "expunge.interval")
|
@attr(configuration = "expunge.interval")
|
||||||
@attr(configuration = "expunge.delay")
|
@attr(configuration = "expunge.delay")
|
||||||
@attr(tags = ["devcloud", "advanced", "advancedns", "smoke", "basic", "sg"],BugId="CLOUDSTACK-6708", required_hardware="false")
|
@attr(tags = ["devcloud", "advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="false")
|
||||||
def test_09_expunge_vm(self):
|
def test_09_expunge_vm(self):
|
||||||
"""Test destroy(expunge) Virtual Machine
|
"""Test destroy(expunge) Virtual Machine
|
||||||
"""
|
"""
|
||||||
@ -649,7 +649,7 @@ class TestVMLifeCycle(cloudstackTestCase):
|
|||||||
self.assertEqual(list_vm_response,None,"Check Expunged virtual machine is in listVirtualMachines response")
|
self.assertEqual(list_vm_response,None,"Check Expunged virtual machine is in listVirtualMachines response")
|
||||||
return
|
return
|
||||||
|
|
||||||
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="true", BugId="CLOUDSTACK-6985")
|
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="true")
|
||||||
def test_10_attachAndDetach_iso(self):
|
def test_10_attachAndDetach_iso(self):
|
||||||
"""Test for attach and detach ISO to virtual machine"""
|
"""Test for attach and detach ISO to virtual machine"""
|
||||||
|
|
||||||
|
|||||||
@ -600,7 +600,7 @@ class TestVolumes(cloudstackTestCase):
|
|||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
@attr(tags = ["advanced", "advancedns", "smoke", "basic"], required_hardware="true", BugId="CLOUDSTACK-6985")
|
@attr(tags = ["advanced", "advancedns", "smoke", "basic"], required_hardware="true")
|
||||||
def test_08_resize_volume(self):
|
def test_08_resize_volume(self):
|
||||||
"""Test resize a volume"""
|
"""Test resize a volume"""
|
||||||
# Verify the size is the new size is what we wanted it to be.
|
# Verify the size is the new size is what we wanted it to be.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user