You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by we...@apache.org on 2013/06/10 19:27:19 UTC

[25/50] [abbrv] git commit: updated refs/heads/disk_io_throttling to 8b8a0d3

Unskip all skipped tests

Signed-off-by: Prasanna Santhanam <ts...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8bc72ad5
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8bc72ad5
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8bc72ad5

Branch: refs/heads/disk_io_throttling
Commit: 8bc72ad55c76635939f463185291b0c283b57858
Parents: 91edeb4
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Sat Jun 8 20:22:16 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Mon Jun 10 10:04:52 2013 +0530

----------------------------------------------------------------------
 test/integration/component/test_accounts.py           | 4 ----
 test/integration/component/test_egress_rules.py       | 1 -
 test/integration/component/test_eip_elb.py            | 6 ------
 test/integration/component/test_netscaler_lb.py       | 1 -
 test/integration/component/test_network_offering.py   | 1 -
 test/integration/component/test_project_configs.py    | 2 --
 test/integration/component/test_project_limits.py     | 1 -
 test/integration/component/test_projects.py           | 1 -
 test/integration/component/test_tags.py               | 2 --
 test/integration/component/test_templates.py          | 1 -
 test/integration/component/test_vm_passwdenabled.py   | 1 -
 test/integration/component/test_vpc.py                | 1 -
 test/integration/component/test_vpc_network.py        | 4 ----
 test/integration/component/test_vpc_offerings.py      | 2 --
 test/integration/component/test_vpc_routers.py        | 4 ----
 test/integration/component/test_vpc_vm_life_cycle.py  | 9 ---------
 test/integration/component/test_vpc_vms_deployment.py | 1 -
 17 files changed, 42 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8bc72ad5/test/integration/component/test_accounts.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_accounts.py b/test/integration/component/test_accounts.py
index a25e636..3f106c3 100644
--- a/test/integration/component/test_accounts.py
+++ b/test/integration/component/test_accounts.py
@@ -385,7 +385,6 @@ class TestRemoveUserFromAccount(cloudstackTestCase):
                             )
         return
 
-    @unittest.skip("Open Questions")
     @attr(tags=["advanced", "basic", "eip", "advancedns", "sg"])
     def test_02_remove_all_users(self):
         """Test Remove both users from the account
@@ -712,7 +711,6 @@ class TestServiceOfferingSiblings(cloudstackTestCase):
         return
 
 
-@unittest.skip("Open Questions")
 class TestServiceOfferingHierarchy(cloudstackTestCase):
 
     @classmethod
@@ -841,7 +839,6 @@ class TestServiceOfferingHierarchy(cloudstackTestCase):
         return
 
 
-@unittest.skip("Open Questions")
 class TesttemplateHierarchy(cloudstackTestCase):
 
     @classmethod
@@ -1441,7 +1438,6 @@ class TestUserDetails(cloudstackTestCase):
                          )
         return
 
-@unittest.skip("Login API response returns nothing")
 class TestUserLogin(cloudstackTestCase):
 
     @classmethod

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8bc72ad5/test/integration/component/test_egress_rules.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_egress_rules.py b/test/integration/component/test_egress_rules.py
index 607bac8..c8b3eee 100644
--- a/test/integration/component/test_egress_rules.py
+++ b/test/integration/component/test_egress_rules.py
@@ -1966,7 +1966,6 @@ class TestStartStopVMWithEgressRule(cloudstackTestCase):
         return
 
 
-@unittest.skip("Valid bug- ID: CS-12647")
 class TestInvalidParametersForEgress(cloudstackTestCase):
 
     def setUp(self):

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8bc72ad5/test/integration/component/test_eip_elb.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_eip_elb.py b/test/integration/component/test_eip_elb.py
index 14af4a3..42a5148 100644
--- a/test/integration/component/test_eip_elb.py
+++ b/test/integration/component/test_eip_elb.py
@@ -182,7 +182,6 @@ class TestEIP(cloudstackTestCase):
     
 
     @attr(tags = ["eip"])
-    @unittest.skip("skipped - Framework DB Exception")
     def test_01_eip_by_deploying_instance(self):
         """Test EIP by deploying an instance
         """
@@ -350,7 +349,6 @@ class TestEIP(cloudstackTestCase):
         return
 
     @attr(tags = ["eip"])
-    @unittest.skip("skipped - Framework DB Exception")
     def test_02_acquire_ip_enable_static_nat(self):
         """Test associate new IP and enable static NAT for new IP and the VM
         """
@@ -495,7 +493,6 @@ class TestEIP(cloudstackTestCase):
         return
 
     @attr(tags = ["eip"])
-    @unittest.skip("skipped - Framework DB Exception")
     def test_03_disable_static_nat(self):
         """Test disable static NAT and release EIP acquired
         """
@@ -695,7 +692,6 @@ class TestEIP(cloudstackTestCase):
         return
 
     @attr(tags = ["eip"])
-    @unittest.skip("skipped - Framework DB Exception")
     def test_04_disable_static_nat_system(self):
         """Test disable static NAT with system = True
         """
@@ -765,7 +761,6 @@ class TestEIP(cloudstackTestCase):
         return
 
     @attr(tags = ["eip"])
-    @unittest.skip("skipped - Framework DB Exception")
     def test_05_destroy_instance(self):
         """Test EIO after destroying instance
         """
@@ -1406,7 +1401,6 @@ class TestELB(cloudstackTestCase):
         return
     
     @attr(tags = ["eip"])
-    @unittest.skip("valid bug : http://bugs.cloudstack.org/browse/CS-15077 : ListPublicIPAddress failing")
     def test_04_delete_lb_on_eip(self):
         """Test delete LB rule generated on EIP
         """

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8bc72ad5/test/integration/component/test_netscaler_lb.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_netscaler_lb.py b/test/integration/component/test_netscaler_lb.py
index 80b3f0b..1988897 100644
--- a/test/integration/component/test_netscaler_lb.py
+++ b/test/integration/component/test_netscaler_lb.py
@@ -2132,7 +2132,6 @@ class TestLoadBalancingRule(cloudstackTestCase):
         return
 
 
-@unittest.skip("Questions - How to verify after changing public/private ports?")
 class TestDeleteCreateLBRule(cloudstackTestCase):
 
     @classmethod

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8bc72ad5/test/integration/component/test_network_offering.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_network_offering.py b/test/integration/component/test_network_offering.py
index b51d0e4..a3e87f6 100644
--- a/test/integration/component/test_network_offering.py
+++ b/test/integration/component/test_network_offering.py
@@ -1816,7 +1816,6 @@ class TestNetworkUpgrade(cloudstackTestCase):
         return
 
 
-@unittest.skip("Skipped since shared network requires StartIp/endIp/gateway/netmask")
 class TestSharedNetworkWithoutIp(cloudstackTestCase):
 
     @classmethod

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8bc72ad5/test/integration/component/test_project_configs.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_project_configs.py b/test/integration/component/test_project_configs.py
index 1eef123..6416497 100644
--- a/test/integration/component/test_project_configs.py
+++ b/test/integration/component/test_project_configs.py
@@ -343,7 +343,6 @@ class TestProjectCreationNegative(cloudstackTestCase):
 
     @attr(configuration = "allow.user.create.projects")
     @attr(tags = ["advanced", "basic", "sg", "eip", "advancedns", "simulator"])
-    @unittest.skip("Known bug-able to create project as a domain user")
     def test_user_project_creation(self):
         """Test create project as a domain admin and domain user
         """
@@ -1299,7 +1298,6 @@ class TestProjectInviteTimeout(cloudstackTestCase):
                             )
         return
 
-    @unittest.skip("Requires SMPT configs")
     def test_09_invite_to_project_by_email(self):
         """Test invite user to project by email"""
         

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8bc72ad5/test/integration/component/test_project_limits.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_project_limits.py b/test/integration/component/test_project_limits.py
index af99717..6e3f41d 100644
--- a/test/integration/component/test_project_limits.py
+++ b/test/integration/component/test_project_limits.py
@@ -328,7 +328,6 @@ class TestProjectLimits(cloudstackTestCase):
         return
 
     @attr(tags=["advanced", "basic", "sg", "eip", "advancedns", "simulator"])
-    @unittest.skip("No provision for updating resource limits from account through API")
     def test_02_project_limits_normal_user(self):
         """ Test project limits
         """

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8bc72ad5/test/integration/component/test_projects.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_projects.py b/test/integration/component/test_projects.py
index e1975cf..5f37f96 100644
--- a/test/integration/component/test_projects.py
+++ b/test/integration/component/test_projects.py
@@ -559,7 +559,6 @@ class TestDeleteAccountWithProject(cloudstackTestCase):
         return
 
 
-@unittest.skip("Deleting domain doesn't cleanup account")
 class TestDeleteDomainWithProject(cloudstackTestCase):
 
     @classmethod

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8bc72ad5/test/integration/component/test_tags.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_tags.py b/test/integration/component/test_tags.py
index 992ca1d..52df6da 100644
--- a/test/integration/component/test_tags.py
+++ b/test/integration/component/test_tags.py
@@ -690,7 +690,6 @@ class TestResourceTags(cloudstackTestCase):
         return
 
     @attr(tags=["advanced"])
-    @unittest.skip("Not supported in 3.0.5")
     def test_04_vpn_tag(self):
         """ Test Create tag on vpn and remove the vpn
         """
@@ -1421,7 +1420,6 @@ class TestResourceTags(cloudstackTestCase):
         return
 
     @attr(tags=["basic", "sg"])
-    @unittest.skip("skip")
     def test_11_migrate_tagged_vm_del(self):
         """ Test migration of a tagged vm and delete the tag
         """

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8bc72ad5/test/integration/component/test_templates.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_templates.py b/test/integration/component/test_templates.py
index 65beabf..e4599d4 100644
--- a/test/integration/component/test_templates.py
+++ b/test/integration/component/test_templates.py
@@ -99,7 +99,6 @@ class Services:
                      }
 
 
-@unittest.skip("Open questions")
 class TestCreateTemplate(cloudstackTestCase):
 
     def setUp(self):

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8bc72ad5/test/integration/component/test_vm_passwdenabled.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_vm_passwdenabled.py b/test/integration/component/test_vm_passwdenabled.py
index e22a1a0..ebe32c8 100644
--- a/test/integration/component/test_vm_passwdenabled.py
+++ b/test/integration/component/test_vm_passwdenabled.py
@@ -69,7 +69,6 @@ class Services:
             # CentOS 5.3 (64-bit)
         }
 
-@unittest.skip("Additional test")
 class TestVMPasswordEnabled(cloudstackTestCase):
 
     @classmethod

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8bc72ad5/test/integration/component/test_vpc.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_vpc.py b/test/integration/component/test_vpc.py
index 7dbe7c4..3fc0cc5 100644
--- a/test/integration/component/test_vpc.py
+++ b/test/integration/component/test_vpc.py
@@ -2474,7 +2474,6 @@ class TestVPC(cloudstackTestCase):
              "Updation of VPC display text failed.")
 
 
-@unittest.skip("Skip")    
 class TestVPCHostMaintenance(cloudstackTestCase):
 
     @classmethod

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8bc72ad5/test/integration/component/test_vpc_network.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_vpc_network.py b/test/integration/component/test_vpc_network.py
index c0c393c..c321103 100644
--- a/test/integration/component/test_vpc_network.py
+++ b/test/integration/component/test_vpc_network.py
@@ -459,7 +459,6 @@ class TestVPCNetwork(cloudstackTestCase):
                                 )
         return
 
-    @unittest.skip("Skip - Requires netscaler setup")
     @attr(tags=["netscaler", "intervlan"])
     def test_03_create_network_netscaler(self):
         """ Test create network using netscaler for LB
@@ -707,7 +706,6 @@ class TestVPCNetwork(cloudstackTestCase):
         return
 
     @attr(tags=["advanced", "intervlan"])
-    @unittest.skip("Skipping - able to create network with RvR")
     def test_06_create_network_with_rvr(self):
         """ Test create network with eredundant router capability
         """
@@ -1038,7 +1036,6 @@ class TestVPCNetwork(cloudstackTestCase):
         "Network creation failed as VPC support nw with conserve mode OFF")
         return
 
-@unittest.skip("tested")
 class TestVPCNetworkRanges(cloudstackTestCase):
 
     @classmethod
@@ -1670,7 +1667,6 @@ class TestVPCNetworkUpgrade(cloudstackTestCase):
         return
 
     @attr(tags=["advanced", "intervlan"])
-    @unittest.skip("Error while NW upgrade - Failed to implement network (with specified id) elements and resources as a part of network update")
     def test_01_network_services_upgrade(self):
         """ Test update Network that is part of a VPC to a network offering
             that has more services.

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8bc72ad5/test/integration/component/test_vpc_offerings.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_vpc_offerings.py b/test/integration/component/test_vpc_offerings.py
index 4b98775..a111d7d 100644
--- a/test/integration/component/test_vpc_offerings.py
+++ b/test/integration/component/test_vpc_offerings.py
@@ -278,7 +278,6 @@ class TestVPCOffering(cloudstackTestCase):
         return
 
     @attr(tags=["advanced", "intervlan"])
-    @unittest.skip("Skipping - Issue: Deleting account doesn't clean VPC")
     def test_02_deploy_vms_in_vpc_nw(self):
         """Test deploy virtual machines in VPC networks"""
 
@@ -897,7 +896,6 @@ class TestVPCOffering(cloudstackTestCase):
         return
 
     @attr(tags=["advanced", "intervlan"])
-    @unittest.skip("Skipping - API should not allow to create VPC offering without SourceNAT, Firewall")
     def test_06_vpc_off_invalid_services(self):
         """Test VPC offering with invalid services"""
 

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8bc72ad5/test/integration/component/test_vpc_routers.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_vpc_routers.py b/test/integration/component/test_vpc_routers.py
index 7dc95e8..a8559e5 100644
--- a/test/integration/component/test_vpc_routers.py
+++ b/test/integration/component/test_vpc_routers.py
@@ -509,7 +509,6 @@ class TestVPCRoutersBasic(cloudstackTestCase):
                          )
         return
 
-    @unittest.skip("Needs hosts")
     @attr(tags=["advanced", "intervlan"])
     def test_04_migrate_router_after_creating_vpc(self):
         """ Test migration of router to another host after creating VPC """
@@ -531,7 +530,6 @@ class TestVPCRoutersBasic(cloudstackTestCase):
         self.migrate_router(routers[0])
     	return
 
-    @unittest.skip("Fails")
     @attr(tags=["advanced", "intervlan"])
     def test_05_change_service_offerring_vpc(self):
 	""" Tests to change service offering of the Router after 
@@ -1236,7 +1234,6 @@ class TestVPCRouterOneNetwork(cloudstackTestCase):
                          )
         return
 
-    @unittest.skip("Untested - hosts not available")
     @attr(tags=["advanced", "intervlan"])
     def test_04_migrate_router_after_addition_of_one_guest_network(self):
 	""" Test migrate of router after addition of one guest network
@@ -1280,7 +1277,6 @@ class TestVPCRouterOneNetwork(cloudstackTestCase):
         self.migrate_router(routers[0])
     	return
 
-    @unittest.skip("Fails")
     @attr(tags=["advanced", "intervlan"])
     def test_05_chg_srv_off_router_after_addition_of_one_guest_network(self):
 	""" Test to change service offering of router after addition of one guest network

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8bc72ad5/test/integration/component/test_vpc_vm_life_cycle.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_vpc_vm_life_cycle.py b/test/integration/component/test_vpc_vm_life_cycle.py
index 7658beb..44f7288 100644
--- a/test/integration/component/test_vpc_vm_life_cycle.py
+++ b/test/integration/component/test_vpc_vm_life_cycle.py
@@ -2464,7 +2464,6 @@ class TestVMLifeCycleStoppedVPCVR(cloudstackTestCase):
                          )
         return
 
-    @unittest.skip("Skipping - Not able to SSH if VPCVR is stopped")
     @attr(tags=["advanced", "intervlan"])
     def test_03_start_instance_in_network(self):
         """ Test start an instance in VPC networks
@@ -2488,7 +2487,6 @@ class TestVMLifeCycleStoppedVPCVR(cloudstackTestCase):
         self.validate_network_rules()
         return
 
-    @unittest.skip("Skipping - Not able to SSH if VPCVR is stopped")
     @attr(tags=["advanced", "intervlan"])
     def test_04_reboot_instance_in_network(self):
         """ Test reboot an instance in VPC networks
@@ -2516,7 +2514,6 @@ class TestVMLifeCycleStoppedVPCVR(cloudstackTestCase):
         self.validate_network_rules()
         return
 
-    @unittest.skip("Skipping - Not able to SSH if VPCVR is stopped")
     @attr(tags=["advanced", "intervlan"])
     def test_05_destroy_instance_in_network(self):
         """ Test destroy an instance in VPC networks
@@ -2562,7 +2559,6 @@ class TestVMLifeCycleStoppedVPCVR(cloudstackTestCase):
                          )
         return
 
-    @unittest.skip("Skipping - Not able to SSH if VPCVR is stopped")
     @attr(tags=["advanced", "intervlan"])
     def test_06_recover_instance_in_network(self):
         """ Test recover an instance in VPC networks
@@ -2594,7 +2590,6 @@ class TestVMLifeCycleStoppedVPCVR(cloudstackTestCase):
         self.validate_network_rules()
         return
 
-    @unittest.skip("Skipping - Not able to SSH if VPCVR is stopped")
     @attr(tags=["advanced", "intervlan"])
     def test_07_migrate_instance_in_network(self):
         """ Test migrate an instance in VPC networks
@@ -2645,7 +2640,6 @@ class TestVMLifeCycleStoppedVPCVR(cloudstackTestCase):
         self.validate_network_rules()
         return
 
-    @unittest.skip("Skipping - Not able to SSH if VPCVR is stopped")
     @attr(tags=["advanced", "intervlan"])
     def test_08_user_data(self):
         """ Test user data in virtual machines
@@ -2700,7 +2694,6 @@ class TestVMLifeCycleStoppedVPCVR(cloudstackTestCase):
                         )
         return
 
-    @unittest.skip("Skipping - Not able to SSH if VPCVR is stopped")
     @attr(tags=["advanced", "intervlan"])
     def test_09_meta_data(self):
         """ Test meta data in virtual machines
@@ -2754,7 +2747,6 @@ class TestVMLifeCycleStoppedVPCVR(cloudstackTestCase):
                         )
         return
 
-    @unittest.skip("Skipping - Not able to SSH if VPCVR is stopped")
     @attr(tags=["advanced", "intervlan"])
     def test_10_expunge_instance_in_network(self):
         """ Test expunge an instance in VPC networks
@@ -2812,7 +2804,6 @@ class TestVMLifeCycleStoppedVPCVR(cloudstackTestCase):
         return
 
 
-@unittest.skip("Skip - Requires Tagged hosts setup")
 class TestVMLifeCycleDiffHosts(cloudstackTestCase):
 
     @classmethod

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8bc72ad5/test/integration/component/test_vpc_vms_deployment.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_vpc_vms_deployment.py b/test/integration/component/test_vpc_vms_deployment.py
index c49ef45..c599d96 100644
--- a/test/integration/component/test_vpc_vms_deployment.py
+++ b/test/integration/component/test_vpc_vms_deployment.py
@@ -1721,7 +1721,6 @@ class TestVMDeployVPC(cloudstackTestCase):
         return
 
     @attr(tags=["advanced", "intervlan"])
-    @unittest.skip("Not tested")
     def test_07_delete_network_with_rules(self):
         """ Test delete network that has PF/staticNat/LB rules/Network Acl
         """