We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808b49b commit 887f405Copy full SHA for 887f405
1 file changed
test/integration/smoke/test_guest_vlan_range.py
@@ -44,15 +44,15 @@ def __init__(self):
44
"password": "password",
45
},
46
"name": "testphysicalnetwork",
47
- "vlan": "2118-2120",
+ "vlan": "118-120",
48
}
49
50
51
-class TesDedicateGuestVlanRange(cloudstackTestCase):
+class TestDedicateGuestVlanRange(cloudstackTestCase):
52
53
@classmethod
54
def setUpClass(cls):
55
- cls.api_client = super(TesDedicateGuestVlanRange, cls).getClsTestClient().getApiClient()
+ cls.api_client = super(TestDedicateGuestVlanRange, cls).getClsTestClient().getApiClient()
56
cls.services = Services().services
57
# Get Zone, Domain
58
cls.domain = get_domain(cls.api_client, cls.services)
0 commit comments