Updated Branches: refs/heads/master 0a3329731 -> c5e1c4725
CLOUDSTACK-4747: Rename testcase name to use lesser characters Renamed testcase name and also initialised _cleanup so that it does not break on non-NS Cloudstack setup. Signed-off-by: venkataswamybabu budumuru <venkataswamybabu.budum...@citrix.com> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c5e1c472 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c5e1c472 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c5e1c472 Branch: refs/heads/master Commit: c5e1c4725c3658cae967c63cbae0ffe598f227ef Parents: 0a33297 Author: Girish Shilamkar <gir...@clogeny.com> Authored: Tue Oct 8 23:43:05 2013 -0400 Committer: venkataswamybabu budumuru <venkataswamybabu.budum...@citrix.com> Committed: Thu Oct 17 15:23:56 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_netscaler_nw_off.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c5e1c472/test/integration/component/test_netscaler_nw_off.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_netscaler_nw_off.py b/test/integration/component/test_netscaler_nw_off.py index 3139257..b94d47e 100644 --- a/test/integration/component/test_netscaler_nw_off.py +++ b/test/integration/component/test_netscaler_nw_off.py @@ -2359,11 +2359,10 @@ class TestNOWithNetscaler(cloudstackTestCase): cls.services["virtual_machine"]["zoneid"] = cls.zone.id cls.services["virtual_machine"]["template"] = cls.template.id + cls._cleanup = [] try: cls.netscaler = add_netscaler(cls.api_client, cls.zone.id, cls.services["netscaler_1"]) - cls._cleanup = [ - cls.netscaler - ] + cls._cleanup.append(cls.netscaler) cls.service_offering = ServiceOffering.create( cls.api_client, cls.services["service_offering"] @@ -2403,7 +2402,7 @@ class TestNOWithNetscaler(cloudstackTestCase): return @attr(tags = ["advancedns"]) - def test_01_network_off_without_conserve_mode(self): + def test_01_netoff_without_conserve_mode(self): """Test Nw off with Conserve mode off, VR-All services, LB-netscaler """ @@ -2672,7 +2671,7 @@ class TestNOWithNetscaler(cloudstackTestCase): return @attr(tags = ["advancedns"]) - def test_02_network_off_with_conserve_mode_netscaler(self): + def test_02_net_off_conserve_mode_ns(self): """Test NW off with Conserve mode ON, LB-Netscaler and VR-All services """