This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch 4.11
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.11 by this push:
     new a84f7df  marvin: add missing default test data (#3055)
a84f7df is described below

commit a84f7dfde9d06e858db3151ca6fc10b1aaf231b0
Author: Rohit Yadav <[email protected]>
AuthorDate: Wed Nov 28 00:17:13 2018 +0530

    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 <[email protected]>
---
 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 11595e4..b8ebcb6 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",

Reply via email to