diff options
author | selias <samelias@cisco.com> | 2017-06-20 14:07:30 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-06-22 08:52:44 +0000 |
commit | c0c0360d6abd72e5d82000a77f0cb728f2e0b99b (patch) | |
tree | 59840329a4d6a4efbbb4dd77bea6ee5fe83939a0 /resources/test_data/honeycomb/plugin_acl.py | |
parent | b9edc2d34cf5148684b9a8d49b965756c289fcdb (diff) |
HC Test: update ACL plugin test data
Reflexive ACL name changed in https://gerrit.fd.io/r/7153
Change-Id: I59afa91a1e170eb05d643ae41d46d757f047bacb
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/test_data/honeycomb/plugin_acl.py')
-rw-r--r-- | resources/test_data/honeycomb/plugin_acl.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/test_data/honeycomb/plugin_acl.py b/resources/test_data/honeycomb/plugin_acl.py index 9741da8fde..06c7cc3451 100644 --- a/resources/test_data/honeycomb/plugin_acl.py +++ b/resources/test_data/honeycomb/plugin_acl.py @@ -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": {} }, }, ]} |