diff options
author | selias <samelias@cisco.com> | 2016-12-01 10:11:53 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-02-15 09:34:10 +0000 |
commit | 005e7e00d0e9b9d4c0796c998b88d639ee316033 (patch) | |
tree | c5fb57ec19aa6414122385d81934f9c2ea9b91c0 /resources/templates | |
parent | 4e249c36f388a3c030ba83bd3aed8b38ebf54af4 (diff) |
HC Test: ACL updates
- update low level ACL based on yang model changes
- remove ietf-ACL test suite and test data and keywords
- add ACL-plugin test suite, test data and keywords
The ietf model of ACLs is no longer supported in Honeycomb. It has
been replaced by the ACL plugin.
Change-Id: Ic2c2a3e11c9717d1d3885275f6b868a0098343f9
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/templates')
-rw-r--r-- | resources/templates/honeycomb/config_plugin_acl.url (renamed from resources/templates/honeycomb/config_ietf_classify_chain.url) | 0 | ||||
-rw-r--r-- | resources/templates/vat/acl_plugin/acl_dump.vat | 1 | ||||
-rw-r--r-- | resources/templates/vat/acl_plugin/acl_interface_dump.vat | 1 |
3 files changed, 2 insertions, 0 deletions
diff --git a/resources/templates/honeycomb/config_ietf_classify_chain.url b/resources/templates/honeycomb/config_plugin_acl.url index 79a9670f44..79a9670f44 100644 --- a/resources/templates/honeycomb/config_ietf_classify_chain.url +++ b/resources/templates/honeycomb/config_plugin_acl.url diff --git a/resources/templates/vat/acl_plugin/acl_dump.vat b/resources/templates/vat/acl_plugin/acl_dump.vat new file mode 100644 index 0000000000..f24fc99005 --- /dev/null +++ b/resources/templates/vat/acl_plugin/acl_dump.vat @@ -0,0 +1 @@ +acl_dump
\ No newline at end of file diff --git a/resources/templates/vat/acl_plugin/acl_interface_dump.vat b/resources/templates/vat/acl_plugin/acl_interface_dump.vat new file mode 100644 index 0000000000..83da2e86dd --- /dev/null +++ b/resources/templates/vat/acl_plugin/acl_interface_dump.vat @@ -0,0 +1 @@ +acl_interface_list_dump
\ No newline at end of file |