HC Tests: adapt hc2vpp tests to oxygen bump(HONEYCOMB-424) 61/10961/2
authorMarek Gradzki <mgradzki@cisco.com>
Mon, 5 Mar 2018 15:21:04 +0000 (16:21 +0100)
committerMarek Gradzki <mgradzki@cisco.com>
Thu, 5 Apr 2018 16:29:04 +0000 (16:29 +0000)
Requires https://gerrit.fd.io/r/#/c/10376/
and
https://gerrit.fd.io/r/#/c/10643/

Change-Id: I32c81ddf4377f598c359bff278b34a76b9309a28
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
resources/test_data/honeycomb/plugin_acl.py

index 06c7cc3..aeb5530 100644 (file)
@@ -170,7 +170,7 @@ def get_variables(test_case, name):
                             }
                         },
                         "actions": {
-                            "deny": {}
+                            "deny": ["null"]
                         }
                     },
                     {
@@ -184,7 +184,7 @@ def get_variables(test_case, name):
                             }
                         },
                         "actions": {
-                            "permit": {}
+                            "permit": ["null"]
                         }
                     },
                 ]}
@@ -222,7 +222,7 @@ def get_variables(test_case, name):
                             }
                         },
                         "actions": {
-                            "deny": {}
+                            "deny": ["null"]
                         },
                     },
                     {
@@ -234,7 +234,7 @@ def get_variables(test_case, name):
                             }
                         },
                         "actions": {
-                            "permit": {}
+                            "permit": ["null"]
                         }
                     }
                 ]}
@@ -272,7 +272,7 @@ def get_variables(test_case, name):
                             }
                         },
                         "actions": {
-                            "deny": {}
+                            "deny": ["null"]
                         }
                     },
                     {
@@ -284,7 +284,7 @@ def get_variables(test_case, name):
                             }
                         },
                         "actions": {
-                            "permit": {}
+                            "permit": ["null"]
                         }
                     }
                 ]}
@@ -318,7 +318,7 @@ def get_variables(test_case, name):
                         }
                     },
                     "actions": {
-                        "deny": {}
+                        "deny": ["null"]
                     },
                 },
                     {
@@ -330,7 +330,7 @@ def get_variables(test_case, name):
                             }
                         },
                         "actions": {
-                            "permit": {}
+                            "permit": ["null"]
                         }
                     }
                 ]}
@@ -363,7 +363,7 @@ def get_variables(test_case, name):
                         }
                     },
                     "actions": {
-                        "deny": {}
+                        "deny": ["null"]
                     },
                 },
                     {
@@ -375,7 +375,7 @@ def get_variables(test_case, name):
                             }
                         },
                         "actions": {
-                            "permit": {}
+                            "permit": ["null"]
                         }
                     }
                 ]}
@@ -405,7 +405,7 @@ def get_variables(test_case, name):
                             }
                         },
                         "actions": {
-                            "deny": {}
+                            "deny": ["null"]
                         },
                     },
                     {
@@ -417,7 +417,7 @@ def get_variables(test_case, name):
                             }
                         },
                         "actions": {
-                            "permit": {}
+                            "permit": ["null"]
                         }
                     }
                 ]}
@@ -447,7 +447,7 @@ def get_variables(test_case, name):
                             }
                         },
                         "actions": {
-                            "deny": {}
+                            "deny": ["null"]
                         },
                     },
                     {
@@ -459,7 +459,7 @@ def get_variables(test_case, name):
                             }
                         },
                         "actions": {
-                            "permit": {}
+                            "permit": ["null"]
                         }
                     }
                 ]}
@@ -486,7 +486,7 @@ def get_variables(test_case, name):
                             }
                         },
                         "actions": {
-                            "vpp-acl:permit-and-reflect": {}
+                            "vpp-acl:permit-and-reflect": ["null"]
                         },
                     },
                 ]}
@@ -507,7 +507,7 @@ def get_variables(test_case, name):
                             }
                         },
                         "actions": {
-                            "deny": {}
+                            "deny": ["null"]
                         }
                     }
                 ]}