Skip to content

Commit 4f479e2

Browse files
author
Marcus Sorensen
committed
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
1 parent 310d35f commit 4f479e2

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

test/integration/smoke/test_routers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self):
4141
"displaytext": "Tiny Instance",
4242
"cpunumber": 1,
4343
"cpuspeed": 100, # in MHz
44-
"memory": 64, # In MBs
44+
"memory": 128, # In MBs
4545
},
4646
"virtual_machine":
4747
{

test/integration/smoke/test_service_offerings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __init__(self):
3939
"displaytext": "Service Offering",
4040
"cpunumber": 1,
4141
"cpuspeed": 100, # MHz
42-
"memory": 64, # in MBs
42+
"memory": 128, # in MBs
4343
},
4444
}
4545

test/integration/smoke/test_templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __init__(self):
5252
"displaytext": "Tiny Instance",
5353
"cpunumber": 1,
5454
"cpuspeed": 100, # in MHz
55-
"memory": 64, # In MBs
55+
"memory": 128, # In MBs
5656
},
5757
"disk_offering": {
5858
"displaytext": "Small",

test/integration/smoke/test_vm_life_cycle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def __init__(self):
8080
"displaytext": "Tiny Instance",
8181
"cpunumber": 1,
8282
"cpuspeed": 100, # in MHz
83-
"memory": 64, # In MBs
83+
"memory": 128, # In MBs
8484
},
8585
"small":
8686
{

test/integration/smoke/test_volumes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def __init__(self):
5353
"displaytext": "Tiny Instance",
5454
"cpunumber": 1,
5555
"cpuspeed": 100, # in MHz
56-
"memory": 64, # In MBs
56+
"memory": 128, # In MBs
5757
},
5858
"disk_offering": {
5959
"displaytext": "Small",

0 commit comments

Comments
 (0)