File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ services:
4141 - SSLKEYLOGFILE=/logs/keys.log
4242 - QLOGDIR=/logs/qlog/
4343 - TESTCASE=$TESTCASE_SERVER
44- - VERSION=$VERSION
4544 depends_on :
4645 - sim
4746 cap_add :
@@ -70,7 +69,6 @@ services:
7069 - QLOGDIR=/logs/qlog/
7170 - TESTCASE=$TESTCASE_CLIENT
7271 - REQUESTS=$REQUESTS
73- - VERSION=$VERSION
7472 depends_on :
7573 - sim
7674 cap_add :
Original file line number Diff line number Diff line change @@ -10,6 +10,5 @@ SERVER_PARAMS=""
1010SSLKEYLOGFILE = " "
1111TESTCASE_CLIENT = " "
1212TESTCASE_SERVER = " "
13- VERSION = " "
1413WWW = " "
1514WAITFORSERVER = " "
Original file line number Diff line number Diff line change @@ -414,7 +414,6 @@ def _run_test(
414414 "CLIENT=" + self ._implementations [client ]["image" ] + " "
415415 "SERVER=" + self ._implementations [server ]["image" ] + " "
416416 'REQUESTS="' + reqs + '" '
417- 'VERSION="' + testcases .QUIC_VERSION + '" '
418417 ).format (testcase .scenario ())
419418 params += " " .join (testcase .additional_envs ())
420419 containers = "sim client server " + " " .join (testcase .additional_containers ())
You can’t perform that action at this time.
0 commit comments