You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by rr...@apache.org on 2020/05/29 19:07:17 UTC

[trafficserver] branch master updated (0eed3a6 -> f73afd8)

This is an automated email from the ASF dual-hosted git repository.

rrm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 0eed3a6  Add CSV output as an optional format for stats_over_http (#6818)
     add f73afd8  Adding a basic ip_allow test.

No new revisions were added by this update.

Summary of changes:
 .../uri_signing => ip_allow}/gold/200.gold         |   2 +
 tests/gold_tests/ip_allow/gold/403.gold            |   5 +
 tests/gold_tests/ip_allow/gold/403_h2.gold         |   5 +
 tests/gold_tests/ip_allow/ip_allow.test.py         | 179 +++++++++++++++++++++
 .../{tls_hooks => ip_allow}/ssl/server.key         |   0
 .../ssl/server.pem                                 |   0
 6 files changed, 191 insertions(+)
 copy tests/gold_tests/{pluginTest/uri_signing => ip_allow}/gold/200.gold (51%)
 create mode 100644 tests/gold_tests/ip_allow/gold/403.gold
 create mode 100644 tests/gold_tests/ip_allow/gold/403_h2.gold
 create mode 100644 tests/gold_tests/ip_allow/ip_allow.test.py
 copy tests/gold_tests/{tls_hooks => ip_allow}/ssl/server.key (100%)
 copy tests/gold_tests/{pluginTest/server_push_preload => ip_allow}/ssl/server.pem (100%)