X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftest_data%2Fhoneycomb%2Fplugin_acl.py;h=aeb55307de643fd0985477040e1624ed90204a99;hp=9741da8fde80231fdefd34824a6cb173f743b8cd;hb=b1ae6610f5cccfc89234c6a58db63c62026640fe;hpb=15b51f686ef338bad639ba6fb7d0332958285539 diff --git a/resources/test_data/honeycomb/plugin_acl.py b/resources/test_data/honeycomb/plugin_acl.py index 9741da8fde..aeb55307de 100644 --- a/resources/test_data/honeycomb/plugin_acl.py +++ b/resources/test_data/honeycomb/plugin_acl.py @@ -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,8 +486,7 @@ def get_variables(test_case, name): } }, "actions": { - # TODO: will be renamed in HC2VPP-57 - "vpp-acl:permit": {} + "vpp-acl:permit-and-reflect": ["null"] }, }, ]} @@ -508,7 +507,7 @@ def get_variables(test_case, name): } }, "actions": { - "deny": {} + "deny": ["null"] } } ]}