From 7791454516a00ddf02ec1703cca57d5f94f90e35 Mon Sep 17 00:00:00 2001 From: rayeesn Date: Sat, 29 Jun 2013 15:07:15 -0700 Subject: [PATCH] Reduced resource usage in vpc test cases Signed-off-by: Prasanna Santhanam (cherry picked from commit e14f355a0bfd7d76ff953e39e1c5b4fee597f917) --- 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(-) diff --git a/test/integration/component/test_vpc_network_lbrules.py b/test/integration/component/test_vpc_network_lbrules.py index b0357fa8de1..865cf0e2a78 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', diff --git a/test/integration/component/test_vpc_network_pfrules.py b/test/integration/component/test_vpc_network_pfrules.py index b478b6a1780..ad7bbae7fe7 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', diff --git a/test/integration/component/test_vpc_network_staticnatrule.py b/test/integration/component/test_vpc_network_staticnatrule.py index c5d9e57434d..1410f5e50c5 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', diff --git a/test/integration/component/test_vpc_routers.py b/test/integration/component/test_vpc_routers.py index a8559e5cc6c..043a01b63c5 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",