This is an automated email from the ASF dual-hosted git repository.

dmeden 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 269082da1 autest - Minor fix on the verifier_client test ext to allow 
setting only the http3 ports. (#9517)
269082da1 is described below

commit 269082da16acb39eff01cce60734d632765a06ac
Author: Damian Meden <[email protected]>
AuthorDate: Mon Mar 13 18:38:01 2023 +0000

    autest - Minor fix on the verifier_client test ext to allow setting only 
the http3 ports. (#9517)
---
 tests/gold_tests/autest-site/verifier_client.test.ext | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/gold_tests/autest-site/verifier_client.test.ext 
b/tests/gold_tests/autest-site/verifier_client.test.ext
index 52d676a5c..dc9c34b7d 100755
--- a/tests/gold_tests/autest-site/verifier_client.test.ext
+++ b/tests/gold_tests/autest-site/verifier_client.test.ext
@@ -48,8 +48,8 @@ def _configure_client(obj, process, name, replay_path, 
http_ports=None,
     process.Env['PATH'] = bin_path + os.pathsep + process.ComposeEnv()['PATH']
     process.Setup.Copy(process.Variables.VerifierBinPath, bin_path, 
CopyLogic.SoftFiles)
 
-    if http_ports is None and https_ports is None:
-        raise ValueError("http_ports and/or https_ports must be supplied.")
+    if http_ports is None and https_ports is None and http3_ports is None:
+        raise ValueError("At least one of the following [http_ports, 
https_ports, http3_ports] must be supplied.")
 
     # Configure the verifier-client command line arguments.
     command = "verifier-client run "

Reply via email to