mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Adding the 'advanced' attribute for test_public_ip_range
Fixing typo in class name. Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
55c384651a
commit
218d26be60
@ -52,11 +52,11 @@ class Services:
|
||||
"vlan": "4444",
|
||||
}
|
||||
|
||||
class TesDedicatePublicIPRange(cloudstackTestCase):
|
||||
class TestDedicatePublicIPRange(cloudstackTestCase):
|
||||
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
cls.api_client = super(TesDedicatePublicIPRange, cls).getClsTestClient().getApiClient()
|
||||
cls.api_client = super(TestDedicatePublicIPRange, cls).getClsTestClient().getApiClient()
|
||||
cls.services = Services().services
|
||||
# Get Zone, Domain
|
||||
cls.domain = get_domain(cls.api_client, cls.services)
|
||||
@ -96,7 +96,7 @@ class TesDedicatePublicIPRange(cloudstackTestCase):
|
||||
raise Exception("Warning: Exception during cleanup : %s" % e)
|
||||
return
|
||||
|
||||
@attr(tags = ["simulator", "publiciprange", "dedicate", "release"])
|
||||
@attr(tags = ["simulator", "advanced", "publiciprange", "dedicate", "release"])
|
||||
def test_dedicatePublicIpRange(self):
|
||||
"""Test public IP range dedication
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user