Renaming TesDedicateVlanRange -> TestDedicateVlanRange

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Prasanna Santhanam 2013-05-07 15:28:43 +05:30
parent 808b49b216
commit 887f405ce3

View File

@ -44,15 +44,15 @@ class Services:
"password": "password", "password": "password",
}, },
"name": "testphysicalnetwork", "name": "testphysicalnetwork",
"vlan": "2118-2120", "vlan": "118-120",
} }
class TesDedicateGuestVlanRange(cloudstackTestCase): class TestDedicateGuestVlanRange(cloudstackTestCase):
@classmethod @classmethod
def setUpClass(cls): def setUpClass(cls):
cls.api_client = super(TesDedicateGuestVlanRange, cls).getClsTestClient().getApiClient() cls.api_client = super(TestDedicateGuestVlanRange, cls).getClsTestClient().getApiClient()
cls.services = Services().services cls.services = Services().services
# Get Zone, Domain # Get Zone, Domain
cls.domain = get_domain(cls.api_client, cls.services) cls.domain = get_domain(cls.api_client, cls.services)