This is an automated email from the ASF dual-hosted git repository.
maskit pushed a change to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 483f84ea4a Fix intercept plugin ignoring ACL (#12077)
add 0f5598a058 ACL combination tests for 9.2.x (#12079)
No new revisions were added by this update.
Summary of changes:
tests/Pipfile | 1 +
tests/autest.sh | 1 +
tests/gold_tests/remap/all_acl_combinations.py | 134 ++++++++++++
.../base.replay.yaml} | 52 +++--
tests/gold_tests/remap/deactivate_ip_allow.py | 104 ++++++++++
.../gold_tests/remap/named_filter_combinations.py | 42 ++++
tests/gold_tests/remap/remap_acl.test.py | 226 +++++++++++++++++++++
7 files changed, 540 insertions(+), 20 deletions(-)
create mode 100644 tests/gold_tests/remap/all_acl_combinations.py
copy
tests/gold_tests/{pluginTest/multiplexer/replays/multiplexer_copy_skip_post.replay.yaml
=> remap/base.replay.yaml} (61%)
create mode 100644 tests/gold_tests/remap/deactivate_ip_allow.py
create mode 100644 tests/gold_tests/remap/named_filter_combinations.py
create mode 100644 tests/gold_tests/remap/remap_acl.test.py