Renaming TesDedicateVlanRange -> TestDedicateVlanRange Signed-off-by: Prasanna Santhanam <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/887f405c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/887f405c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/887f405c Branch: refs/heads/marvin_refactor Commit: 887f405ce3b02abef807e7dc8b40cbc4f33ae5bd Parents: 808b49b Author: Prasanna Santhanam <[email protected]> Authored: Tue May 7 15:28:43 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Tue May 7 15:29:10 2013 +0530 ---------------------------------------------------------------------- test/integration/smoke/test_guest_vlan_range.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/887f405c/test/integration/smoke/test_guest_vlan_range.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_guest_vlan_range.py b/test/integration/smoke/test_guest_vlan_range.py index 01cd68c..1723477 100644 --- a/test/integration/smoke/test_guest_vlan_range.py +++ b/test/integration/smoke/test_guest_vlan_range.py @@ -44,15 +44,15 @@ class Services: "password": "password", }, "name": "testphysicalnetwork", - "vlan": "2118-2120", + "vlan": "118-120", } -class TesDedicateGuestVlanRange(cloudstackTestCase): +class TestDedicateGuestVlanRange(cloudstackTestCase): @classmethod def setUpClass(cls): - cls.api_client = super(TesDedicateGuestVlanRange, cls).getClsTestClient().getApiClient() + cls.api_client = super(TestDedicateGuestVlanRange, cls).getClsTestClient().getApiClient() cls.services = Services().services # Get Zone, Domain cls.domain = get_domain(cls.api_client, cls.services)
