mirror of https://github.com/apache/cloudstack.git
Fixed Regression issues mentioned in following test failures
integration.smoke.test_iso - CLOUDSTACK-6774, CLOUDSTACK-6769 integration.smoke.test_non_contigiousvlan - CLOUDSTACK-6776 integration.smoke.test_primary_storage - CLOUDSTACK-6770 integration.smoke.test_secondary_storage – CLOUDSTACK-6777, CLOUDSTACK-6773 integration.smoke.test_scale_vm - CLOUDSTACK-6768 Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
This commit is contained in:
parent
24ef79aef8
commit
2a28a3c5a4
|
|
@ -75,7 +75,7 @@ class TestCreateIso(cloudstackTestCase):
|
|||
|
||||
return
|
||||
|
||||
@attr(tags = ["advanced", "basic", "eip", "sg", "advancedns", "smoke", "selfservice"])
|
||||
@attr(tags = ["advanced", "basic", "eip", "sg", "advancedns", "smoke", "selfservice"], BugId="CLOUDSTACK-6769, CLOUDSTACK-6774")
|
||||
def test_01_create_iso(self):
|
||||
"""Test create public & private ISO
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ class Services():
|
|||
}
|
||||
|
||||
|
||||
@attr(tags = ["simulator", "advanced", "selfservice"])
|
||||
@attr(tags = ["simulator", "advanced", "selfservice"], BugId="CLOUDSTACK-6776")
|
||||
class TestUpdatePhysicalNetwork(cloudstackTestCase):
|
||||
"""
|
||||
Test to extend physical network vlan range
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ class TestPrimaryStorageServices(cloudstackTestCase):
|
|||
raise Exception("Warning: Exception during cleanup : %s" % e)
|
||||
return
|
||||
|
||||
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg", "selfservice"])
|
||||
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg", "selfservice"], BugId="CLOUDSTACK-6770")
|
||||
def test_01_primary_storage_nfs(self):
|
||||
"""Test primary storage pools - XEN, KVM, VMWare
|
||||
"""
|
||||
|
|
@ -144,7 +144,7 @@ class TestPrimaryStorageServices(cloudstackTestCase):
|
|||
return
|
||||
|
||||
|
||||
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg", "selfservice"])
|
||||
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg", "selfservice"], BugId="CLOUDSTACK-6770")
|
||||
def test_01_primary_storage_iscsi(self):
|
||||
"""Test primary storage pools - XEN, KVM, VMWare
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ class TestScaleVm(cloudstackTestCase):
|
|||
return
|
||||
|
||||
@attr(hypervisor="xenserver")
|
||||
@attr(tags=["advanced", "basic", "provisioning"])
|
||||
@attr(tags=["advanced", "basic", "provisioning"], BugId="CLOUDSTACK-6768")
|
||||
def test_01_scale_vm(self):
|
||||
"""Test scale virtual machine
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -160,7 +160,7 @@ class TestSecStorageServices(cloudstackTestCase):
|
|||
)
|
||||
return
|
||||
|
||||
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "eip", "sg", "selfservice"])
|
||||
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "eip", "sg", "selfservice"], BugId="CLOUDSTACK-6773, CLOUDSTACK-6777")
|
||||
def test_02_sys_template_ready(self):
|
||||
"""Test system templates are ready
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue