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
This commit is contained in:
Marcus Sorensen 2013-01-16 10:30:31 -07:00
parent 310d35f88e
commit 4f479e2b23
5 changed files with 5 additions and 5 deletions

View File

@ -41,7 +41,7 @@ class Services:
"displaytext": "Tiny Instance",
"cpunumber": 1,
"cpuspeed": 100, # in MHz
"memory": 64, # In MBs
"memory": 128, # In MBs
},
"virtual_machine":
{

View File

@ -39,7 +39,7 @@ class Services:
"displaytext": "Service Offering",
"cpunumber": 1,
"cpuspeed": 100, # MHz
"memory": 64, # in MBs
"memory": 128, # in MBs
},
}

View File

@ -52,7 +52,7 @@ class Services:
"displaytext": "Tiny Instance",
"cpunumber": 1,
"cpuspeed": 100, # in MHz
"memory": 64, # In MBs
"memory": 128, # In MBs
},
"disk_offering": {
"displaytext": "Small",

View File

@ -80,7 +80,7 @@ class Services:
"displaytext": "Tiny Instance",
"cpunumber": 1,
"cpuspeed": 100, # in MHz
"memory": 64, # In MBs
"memory": 128, # In MBs
},
"small":
{

View File

@ -53,7 +53,7 @@ class Services:
"displaytext": "Tiny Instance",
"cpunumber": 1,
"cpuspeed": 100, # in MHz
"memory": 64, # In MBs
"memory": 128, # In MBs
},
"disk_offering": {
"displaytext": "Small",