From 64bef80efeb0c63b1d11396480767ed3f6fc9789 Mon Sep 17 00:00:00 2001 From: Brian Neradt Date: Fri, 3 Jun 2022 01:10:35 +0000 Subject: [PATCH] Upgrade to Proxy Verifier 2.4.0. Proxy Verifier version 2.4.0 adds the ability to verify HTTP body content. This will be very helpful for many tests, such as alternate verification. --- tests/prepare_proxy_verifier.sh | 2 +- tests/proxy-verifier-version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/prepare_proxy_verifier.sh b/tests/prepare_proxy_verifier.sh index e1ddf994809..bb3bf768851 100755 --- a/tests/prepare_proxy_verifier.sh +++ b/tests/prepare_proxy_verifier.sh @@ -27,7 +27,7 @@ pv_dir="${pv_name}-${pv_version}" pv_tar_filename="${pv_dir}.tar.gz" pv_tar="${pv_top_dir}/${pv_tar_filename}" pv_tar_url="https://ci.trafficserver.apache.org/bintray/${pv_tar_filename}" -expected_sha1="6452445f2e53be13000d044696eeac2c362d8aa3" +expected_sha1="4ca407c3f8d7cabca20b7f41d19b2c62a091c3ff" pv_client="${bin_dir}/verifier-client" pv_server="${bin_dir}/verifier-server" TAR=${TAR:-tar} diff --git a/tests/proxy-verifier-version.txt b/tests/proxy-verifier-version.txt index fac9fc04e2d..8721bbc46ad 100644 --- a/tests/proxy-verifier-version.txt +++ b/tests/proxy-verifier-version.txt @@ -1 +1 @@ -v2.3.3 +v2.4.0