The purpose of this series is to help automate ACL library functional testing using test-acl app. First patch adds into test-acl ability to skip comment/empty lines. Second patch adds script for automate testing. Sample input files are also provided.
v2: - Added ability to skip comment/empty lines - Fixed check-spdx-tag.sh complains (Thomas) Konstantin Ananyev (2): app/acl: allow comment and empty lines app/acl: add script for automate testing app/test-acl/input/acl1v4_5_rule | 7 +++ app/test-acl/input/acl1v4_5_trace | 7 +++ app/test-acl/input/acl1v6_1_rule | 3 + app/test-acl/input/acl1v6_1_trace | 4 ++ app/test-acl/main.c | 51 ++++++++++++++--- app/test-acl/test-acl.sh | 94 +++++++++++++++++++++++++++++++ 6 files changed, 157 insertions(+), 9 deletions(-) create mode 100644 app/test-acl/input/acl1v4_5_rule create mode 100644 app/test-acl/input/acl1v4_5_trace create mode 100644 app/test-acl/input/acl1v6_1_rule create mode 100644 app/test-acl/input/acl1v6_1_trace create mode 100644 app/test-acl/test-acl.sh -- 2.26.3