From 96c2ee2d2cfca459cbc6bef9ba57b51097e97709 Mon Sep 17 00:00:00 2001 From: Damian Meden Date: Mon, 13 Mar 2023 17:48:59 +0000 Subject: [PATCH] autest - Minor fix on the verifier_client test ext to allow setting only the http3 ports. --- 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 52d676a5cd3..dc9c34b7d85 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 "