tls: fix dtls with no workers
Type: fix Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: Iecc33fda7f28c037289775ffe0525a50f89a2b8c
This commit is contained in:

committed by
Dave Barach

parent
a48dffeed3
commit
fb50bc31bf
@ -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]
|
||||
|
||||
|
Reference in New Issue
Block a user