This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 9.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/9.1.x by this push:
new c773d3a Updating to AuTest 1.10.0 (#7682)
c773d3a is described below
commit c773d3a75e6883d456572700c919fdd1ebf7f9fe
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(