Updated Branches: refs/heads/master e8ea6b1ab -> e14f355a0
Reduced resource usage in vpc test cases 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/e14f355a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e14f355a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e14f355a Branch: refs/heads/master Commit: e14f355a0bfd7d76ff953e39e1c5b4fee597f917 Parents: e8ea6b1 Author: rayeesn <[email protected]> Authored: Sat Jun 29 15:07:15 2013 -0700 Committer: Prasanna Santhanam <[email protected]> Committed: Sun Jun 30 11:15:32 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_vpc_network_lbrules.py | 4 ++-- test/integration/component/test_vpc_network_pfrules.py | 4 ++-- test/integration/component/test_vpc_network_staticnatrule.py | 4 ++-- test/integration/component/test_vpc_routers.py | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e14f355a/test/integration/component/test_vpc_network_lbrules.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_vpc_network_lbrules.py b/test/integration/component/test_vpc_network_lbrules.py index b0357fa..865cf0e 100644 --- a/test/integration/component/test_vpc_network_lbrules.py +++ b/test/integration/component/test_vpc_network_lbrules.py @@ -65,8 +65,8 @@ class Services: "name": "Tiny Instance", "displaytext": "Tiny Instance", "cpunumber": 1, - "cpuspeed": 1000, - "memory": 512, + "cpuspeed": 100, + "memory": 128, }, "network_offering": { "name": 'VPC Network offering', http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e14f355a/test/integration/component/test_vpc_network_pfrules.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_vpc_network_pfrules.py b/test/integration/component/test_vpc_network_pfrules.py index b478b6a..ad7bbae 100644 --- a/test/integration/component/test_vpc_network_pfrules.py +++ b/test/integration/component/test_vpc_network_pfrules.py @@ -62,8 +62,8 @@ class Services: "name": "Tiny Instance", "displaytext": "Tiny Instance", "cpunumber": 1, - "cpuspeed": 1000, - "memory": 512, + "cpuspeed": 100, + "memory": 128, }, "network_offering": { "name": 'VPC Network offering', http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e14f355a/test/integration/component/test_vpc_network_staticnatrule.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_vpc_network_staticnatrule.py b/test/integration/component/test_vpc_network_staticnatrule.py index c5d9e57..1410f5e 100644 --- a/test/integration/component/test_vpc_network_staticnatrule.py +++ b/test/integration/component/test_vpc_network_staticnatrule.py @@ -61,8 +61,8 @@ class Services: "name": "Tiny Instance", "displaytext": "Tiny Instance", "cpunumber": 1, - "cpuspeed": 1000, - "memory": 512, + "cpuspeed": 100, + "memory": 128, }, "network_offering": { "name": 'VPC Network offering', http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e14f355a/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 a8559e5..043a01b 100644 --- a/test/integration/component/test_vpc_routers.py +++ b/test/integration/component/test_vpc_routers.py @@ -49,7 +49,7 @@ class Services: "displaytext": "Tiny Instance", "cpunumber": 1, "cpuspeed": 100, - "memory": 64, + "memory": 128, }, "service_offering_new": { "name": "Small Instance",
