Updated Branches: refs/heads/4.2 219b3eb0d -> 8d1425dd2
TestVMLifeCycleSharedNwVPC need to disable since its failing, netscaler configuration need to change Signed-off-by: Edison Su <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8d1425dd Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8d1425dd Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8d1425dd Branch: refs/heads/4.2 Commit: 8d1425dd26a57afd3c450c3f662e74608d5827c2 Parents: 219b3eb Author: Rayees Namathponnan <[email protected]> Authored: Fri Aug 9 17:50:09 2013 -0700 Committer: Edison Su <[email protected]> Committed: Fri Aug 9 19:43:07 2013 -0700 ---------------------------------------------------------------------- test/integration/component/test_netscaler_configs.py | 4 ++-- test/integration/component/test_vpc_vm_life_cycle.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8d1425dd/test/integration/component/test_netscaler_configs.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_netscaler_configs.py b/test/integration/component/test_netscaler_configs.py index 3cde40e..bcea254 100644 --- a/test/integration/component/test_netscaler_configs.py +++ b/test/integration/component/test_netscaler_configs.py @@ -66,7 +66,7 @@ class Services: "username": 'nsroot', "password": 'nsroot', "networkdevicetype": 'NetscalerVPXLoadBalancer', - "publicinterface": '1/1', + "publicinterface": '0/1', "privateinterface": '1/1', "numretries": 2, "lbdevicededicated": False, @@ -78,7 +78,7 @@ class Services: "username": 'nsroot', "password": 'nsroot', "networkdevicetype": 'NetscalerVPXLoadBalancer', - "publicinterface": '1/1', + "publicinterface": '0/1', "privateinterface": '1/1', "numretries": 2, "lbdevicededicated": True, http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8d1425dd/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 0c5dd2f..33f08e2 100644 --- a/test/integration/component/test_vpc_vm_life_cycle.py +++ b/test/integration/component/test_vpc_vm_life_cycle.py @@ -190,6 +190,7 @@ class Services: } [email protected]("skipped - Test case need to enable after fixing the issues") class TestVMLifeCycleVPC(cloudstackTestCase): @classmethod
