This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 5577a3f338 Update autest to the latest 1.10.4 (#10105)
5577a3f338 is described below
commit 5577a3f338d9e3becf02049bbfa4629b4795585c
Author: Brian Neradt <[email protected]>
AuthorDate: Thu Jul 27 21:04:15 2023 -0500
Update autest to the latest 1.10.4 (#10105)
This updates autest to the latest version, currently 1.10.4. This should
have no behavioral changes for ATS.
---
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 2b650ffc4c..0681a891e1 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.10.3"
+autest = "==1.10.4"
traffic-replay = "*" # this should install TRLib, MicroServer, MicroDNS,
Traffic-Replay
h2 = "*"
diff --git a/tests/gold_tests/autest-site/init.cli.ext
b/tests/gold_tests/autest-site/init.cli.ext
index 1b133eeb75..b2eacd7d17 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.10.3"
+needed_autest_version = "1.10.4"
found_autest_version = AuTestVersion()
if AuTestVersion() < needed_autest_version:
host.WriteError(