From a84f7dfde9d06e858db3151ca6fc10b1aaf231b0 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Wed, 28 Nov 2018 00:17:13 +0530 Subject: [PATCH] marvin: add missing default test data (#3055) This add missing test data for one of the keys for a recently added migration test. Signed-off-by: Rohit Yadav --- tools/marvin/marvin/config/test_data.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/marvin/marvin/config/test_data.py b/tools/marvin/marvin/config/test_data.py index 11595e4a26f..b8ebcb6cbaf 100644 --- a/tools/marvin/marvin/config/test_data.py +++ b/tools/marvin/marvin/config/test_data.py @@ -473,6 +473,12 @@ test_data = { "supportedservices": "Dhcp,Dns,SourceNat,PortForwarding,Vpn,Lb,UserData,StaticNat,NetworkACL" }, + "vpc_offering_reduced": { + "name": "VPC reduced off", + "displaytext": "VPC reduced off", + "supportedservices": + "Dhcp,Dns,SourceNat,UserData,StaticNat,NetworkACL" + }, "vpc_offering_multi_lb": { "name": "VPC offering with multiple Lb service providers", "displaytext": "VPC offering with multiple Lb service providers",