This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new ac64d8383f 10.1.x: Fix cripts autest (#12765)
ac64d8383f is described below
commit ac64d8383f8a8ad847a9681ece84fa31a5d1410e
Author: Chris McFarlen <[email protected]>
AuthorDate: Wed Dec 17 09:07:07 2025 -0600
10.1.x: Fix cripts autest (#12765)
---
tests/gold_tests/cripts/cripts.test.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/gold_tests/cripts/cripts.test.py
b/tests/gold_tests/cripts/cripts.test.py
index c72f8c2ccc..bfe50ce4f2 100644
--- a/tests/gold_tests/cripts/cripts.test.py
+++ b/tests/gold_tests/cripts/cripts.test.py
@@ -95,8 +95,8 @@ class CriptsBasicTest:
def runCertsTest(self):
tr = Test.AddTestRun('Exercise Cripts certificate introspection.')
tr.MakeCurlCommand(
- f'-v --http1.1 -k -H "Host:
www.example.com:{self.ts.Variables.ssl_port}"
https://127.0.0.1:{self.ts.Variables.ssl_port}'
- )
+ f'-v --http1.1 -k -H "Host:
www.example.com:{self.ts.Variables.ssl_port}"
https://127.0.0.1:{self.ts.Variables.ssl_port}',
+ ts=self.ts)
tr.Processes.Default.ReturnCode = 0
tr.Processes.Default.Streams.stderr = "gold/certs_cript.gold"
tr.StillRunningAfter = self.server