From 02031aba6997c559cb1a3913a8fc211063fc8d7d Mon Sep 17 00:00:00 2001 From: SrikanteswaraRao Talluri Date: Thu, 16 Apr 2015 22:42:31 +0530 Subject: [PATCH] fixed the tags in the testpaths --- test/integration/testpaths/testpath_stopped_vm.py | 10 +++++----- test/integration/testpaths/testpath_vmlc.py | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/test/integration/testpaths/testpath_stopped_vm.py b/test/integration/testpaths/testpath_stopped_vm.py index 01f8a2697f7..54f4025b8bb 100644 --- a/test/integration/testpaths/testpath_stopped_vm.py +++ b/test/integration/testpaths/testpath_stopped_vm.py @@ -373,7 +373,7 @@ class TestAdvancedZoneStoppedVM(cloudstackTestCase): self.assertTrue(response[0], response[1]) return - @attr(tags=["advanced", "basic"], required_hardware="False") + @attr(tags=["advanced", "basic"], required_hardware="false") def test_03_pt_deploy_vm_with_startvm_false(self): """ Positive test for stopped VM test path - T2 @@ -415,7 +415,7 @@ class TestAdvancedZoneStoppedVM(cloudstackTestCase): self.assertTrue(response[0], response[1]) return - @attr(tags=["advanced", "basic"], required_hardware="False") + @attr(tags=["advanced", "basic"], required_hardware="false") def test_04_pt_startvm_false_attach_disk(self): """ Positive test for stopped VM test path - T3 and variant, T9 @@ -554,7 +554,7 @@ class TestAdvancedZoneStoppedVM(cloudstackTestCase): ) return - @attr(tags=["advanced", "basic"], required_hardware="False") + @attr(tags=["advanced", "basic"], required_hardware="false") def test_05_pt_startvm_false_attach_disk_change_SO(self): """ Positive test for stopped VM test path - T4 @@ -888,7 +888,7 @@ class TestAdvancedZoneStoppedVM(cloudstackTestCase): ) return - @attr(tags=["advanced", "basic"], required_hardware="False") + @attr(tags=["advanced", "basic"], required_hardware="false") def test_09_pt_destroy_stopped_vm(self): """ Positive test for stopped VM test path - T11 @@ -939,7 +939,7 @@ class TestAdvancedZoneStoppedVM(cloudstackTestCase): self.assertEqual(response[0], PASS, response[1]) return - @attr(tags=["advanced", "basic"], required_hardware="False") + @attr(tags=["advanced", "basic"], required_hardware="false") def test_10_max_account_limit(self): """ Positive test for stopped VM test path - T12 diff --git a/test/integration/testpaths/testpath_vmlc.py b/test/integration/testpaths/testpath_vmlc.py index df743f89990..52fbab52a98 100644 --- a/test/integration/testpaths/testpath_vmlc.py +++ b/test/integration/testpaths/testpath_vmlc.py @@ -316,7 +316,7 @@ class TestPathVMLC(cloudstackTestCase): raise Exception("Warning: Exception during cleanup : %s" % e) return - @attr(tags=["advanced"], required_hardware="False") + @attr(tags=["advanced"], required_hardware="false") @data(ISOLATED_NETWORK, VPC_NETWORK) def test_01_positive_tests_vm_operations_advanced_zone(self, value): """ Positive tests for VMLC test path - Advanced Zone @@ -508,7 +508,7 @@ class TestPathVMLC(cloudstackTestCase): self.fail("Exception while SSHing to VM: %s" % e) return - @attr(tags=["advanced"], required_hardware="False") + @attr(tags=["advanced"], required_hardware="false") def test_01_positive_tests_vm_deploy_shared_nw(self): """ Positive tests for VMLC test path - Advanced Zone in Shared Network @@ -560,7 +560,7 @@ class TestPathVMLC(cloudstackTestCase): ) return - @attr(tags=["basic"], required_hardware="False") + @attr(tags=["basic"], required_hardware="false") def test_01_positive_tests_vm_operations_basic_zone(self): """ Positive tests for VMLC test path - Basic Zone @@ -722,7 +722,7 @@ class TestPathVMLC(cloudstackTestCase): self.fail("Exception while SSHing to VM: %s" % e) return - @attr(tags=["advanced"], required_hardware="False") + @attr(tags=["advanced"], required_hardware="false") @data(ISOLATED_NETWORK, SHARED_NETWORK, VPC_NETWORK) def test_02_negative_tests_destroy_VM_operations_advanced_zone( self, @@ -774,7 +774,7 @@ class TestPathVMLC(cloudstackTestCase): return - @attr(tags=["basic"], required_hardware="False") + @attr(tags=["basic"], required_hardware="false") def test_02_negative_tests_destroy_VM_operations_basic_zone(self): """ Negative tests for VMLC test path - destroy VM @@ -817,7 +817,7 @@ class TestPathVMLC(cloudstackTestCase): return - @attr(tags=["advanced"], required_hardware="False") + @attr(tags=["advanced"], required_hardware="false") @data(ISOLATED_NETWORK, SHARED_NETWORK, VPC_NETWORK) def test_03_negative_tests_expunge_VM_operations_advanced_zone( self, @@ -875,7 +875,7 @@ class TestPathVMLC(cloudstackTestCase): return - @attr(tags=["basic"], required_hardware="False") + @attr(tags=["basic"], required_hardware="false") def test_03_negative_tests_expunge_VM_operations_basic_zone(self): """ Negative tests for VMLC test path - expunge VM