From 4df55f199ed41429292d12dd669379dcc836787b Mon Sep 17 00:00:00 2001 From: sailajamada Date: Mon, 20 Apr 2015 17:21:42 +0530 Subject: [PATCH] Test data file update with Interop config changes --- tools/marvin/marvin/config/test_data.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/marvin/marvin/config/test_data.py b/tools/marvin/marvin/config/test_data.py index dc103383e5c..e7244ac63a3 100644 --- a/tools/marvin/marvin/config/test_data.py +++ b/tools/marvin/marvin/config/test_data.py @@ -133,6 +133,13 @@ test_data = { "cpuspeed": 100, "memory": 512, }, + "large": { + "name": "LargeInstance", + "displaytext": "LargeInstance", + "cpunumber": 1, + "cpuspeed": 500, + "memory": 2048, + }, "hasmall": { "name": "HA Small Instance", "displaytext": "HA Small Instance",