Skip to content

Commit a84f7df

Browse files
authored
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 <rohit.yadav@shapeblue.com>
1 parent 411f368 commit a84f7df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/marvin/marvin/config/test_data.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,12 @@
473473
"supportedservices":
474474
"Dhcp,Dns,SourceNat,PortForwarding,Vpn,Lb,UserData,StaticNat,NetworkACL"
475475
},
476+
"vpc_offering_reduced": {
477+
"name": "VPC reduced off",
478+
"displaytext": "VPC reduced off",
479+
"supportedservices":
480+
"Dhcp,Dns,SourceNat,UserData,StaticNat,NetworkACL"
481+
},
476482
"vpc_offering_multi_lb": {
477483
"name": "VPC offering with multiple Lb service providers",
478484
"displaytext": "VPC offering with multiple Lb service providers",

0 commit comments

Comments
 (0)