Skip to content

Commit 887f405

Browse files
author
Prasanna Santhanam
committed
Renaming TesDedicateVlanRange -> TestDedicateVlanRange
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
1 parent 808b49b commit 887f405

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/integration/smoke/test_guest_vlan_range.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ def __init__(self):
4444
"password": "password",
4545
},
4646
"name": "testphysicalnetwork",
47-
"vlan": "2118-2120",
47+
"vlan": "118-120",
4848
}
4949

5050

51-
class TesDedicateGuestVlanRange(cloudstackTestCase):
51+
class TestDedicateGuestVlanRange(cloudstackTestCase):
5252

5353
@classmethod
5454
def setUpClass(cls):
55-
cls.api_client = super(TesDedicateGuestVlanRange, cls).getClsTestClient().getApiClient()
55+
cls.api_client = super(TestDedicateGuestVlanRange, cls).getClsTestClient().getApiClient()
5656
cls.services = Services().services
5757
# Get Zone, Domain
5858
cls.domain = get_domain(cls.api_client, cls.services)

0 commit comments

Comments
 (0)