This is an automated email from the ASF dual-hosted git repository. zwoop pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit 61677f261d1c1170ccdff473dedeeb431745f0fc Author: Brian Neradt <[email protected]> AuthorDate: Mon Apr 5 17:08:47 2021 -0500 Updating to AuTest 1.10.0 (#7682) This new release supports case-insensitive gold files. We intend to use this for HTTP/2 curl AuTest gold files which, depending upon the version of curl, may or may not lowercase field names. (cherry picked from commit 4c882701eac237614aea24485da4233a7aed99ce) --- tests/Pipfile | 2 +- tests/gold_tests/autest-site/init.cli.ext | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Pipfile b/tests/Pipfile index a41b53b..321872e 100644 --- a/tests/Pipfile +++ b/tests/Pipfile @@ -26,7 +26,7 @@ pyflakes = "*" [packages] # Keep init.cli.ext updated with this required autest version. -autest = "==1.8.1" +autest = "==1.10.0" traffic-replay = "*" # this should install TRLib, MicroServer, MicroDNS, Traffic-Replay hyper = "*" diff --git a/tests/gold_tests/autest-site/init.cli.ext b/tests/gold_tests/autest-site/init.cli.ext index 505d63e..cf48e0d 100644 --- a/tests/gold_tests/autest-site/init.cli.ext +++ b/tests/gold_tests/autest-site/init.cli.ext @@ -23,7 +23,7 @@ if sys.version_info < (3, 6, 0): host.WriteError( "You need python 3.6 or later to run these tests\n", show_stack=False) -needed_autest_version = "1.8.1" +needed_autest_version = "1.10.0" found_autest_version = AuTestVersion() if AuTestVersion() < needed_autest_version: host.WriteError(
