Summary: Modifying integration tests to use 128MB service offerings
Detail: The default devcloud tiny template is set up via devcloud.sql to have
at least 100MB RAM, changing the tests as well. This will also allow the builtin
devcloud-kvm tiny template to work for tests as it requires a bit more.
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1358357431 -0700
diff --git a/test/integration/smoke/test_routers.py b/test/integration/smoke/test_routers.py
index 93dc760..435c7e4 100644
--- a/test/integration/smoke/test_routers.py
+++ b/test/integration/smoke/test_routers.py
@@ -41,7 +41,7 @@
"displaytext": "Tiny Instance",
"cpunumber": 1,
"cpuspeed": 100, # in MHz
- "memory": 64, # In MBs
+ "memory": 128, # In MBs
},
"virtual_machine":
{
diff --git a/test/integration/smoke/test_service_offerings.py b/test/integration/smoke/test_service_offerings.py
index 3a8a9e1..7f4d130 100644
--- a/test/integration/smoke/test_service_offerings.py
+++ b/test/integration/smoke/test_service_offerings.py
@@ -39,7 +39,7 @@
"displaytext": "Service Offering",
"cpunumber": 1,
"cpuspeed": 100, # MHz
- "memory": 64, # in MBs
+ "memory": 128, # in MBs
},
}
diff --git a/test/integration/smoke/test_templates.py b/test/integration/smoke/test_templates.py
index d450a5d..663b174 100644
--- a/test/integration/smoke/test_templates.py
+++ b/test/integration/smoke/test_templates.py
@@ -52,7 +52,7 @@
"displaytext": "Tiny Instance",
"cpunumber": 1,
"cpuspeed": 100, # in MHz
- "memory": 64, # In MBs
+ "memory": 128, # In MBs
},
"disk_offering": {
"displaytext": "Small",
diff --git a/test/integration/smoke/test_vm_life_cycle.py b/test/integration/smoke/test_vm_life_cycle.py
index f6fe4e0..0bd4f95 100644
--- a/test/integration/smoke/test_vm_life_cycle.py
+++ b/test/integration/smoke/test_vm_life_cycle.py
@@ -80,7 +80,7 @@
"displaytext": "Tiny Instance",
"cpunumber": 1,
"cpuspeed": 100, # in MHz
- "memory": 64, # In MBs
+ "memory": 128, # In MBs
},
"small":
{
diff --git a/test/integration/smoke/test_volumes.py b/test/integration/smoke/test_volumes.py
index 2d0cd49..3fe68ec 100644
--- a/test/integration/smoke/test_volumes.py
+++ b/test/integration/smoke/test_volumes.py
@@ -53,7 +53,7 @@
"displaytext": "Tiny Instance",
"cpunumber": 1,
"cpuspeed": 100, # in MHz
- "memory": 64, # In MBs
+ "memory": 128, # In MBs
},
"disk_offering": {
"displaytext": "Small",