From d3d9d9763710f18f67442ce820087e55ad73f525 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Sat, 24 Nov 2018 15:06:35 +0530 Subject: [PATCH] marvin: add missing default test data 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 11595e4a26f8..b8ebcb6cbaf3 100644 --- a/tools/marvin/marvin/config/test_data.py +++ b/tools/marvin/marvin/config/test_data.py @@ -473,6 +473,12 @@ "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",