tls: fix dtls with no workers

Type: fix

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: Iecc33fda7f28c037289775ffe0525a50f89a2b8c
This commit is contained in:
Florin Coras
2021-05-18 00:28:59 -07:00
committed by Dave Barach
parent a48dffeed3
commit fb50bc31bf
5 changed files with 24 additions and 12 deletions

View File

@ -466,9 +466,9 @@ class VCLThruHostStackDTLS(VCLTestCase):
self.thru_host_stack_setup()
self.client_uni_dir_dtls_timeout = 20
self.server_dtls_args = ["-p dtls", self.server_port]
self.server_dtls_args = ["-p", "dtls", self.server_port]
self.client_uni_dir_dtls_test_args = ["-N", "1000", "-U", "-X",
"-p dtls", "-T 1400",
"-p", "dtls", "-T 1400",
self.loop0.local_ip4,
self.server_port]