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",