VCL: add TLS opt to socket_test.sh

- add TLS transport opt to socket_test.sh
- resolve clash in vcl_test* args with
  socket_test.sh opts

Change-Id: I952d5b64942664bc3af1098f67445e0f4b93ab32
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
This commit is contained in:
Dave Wallace
2019-03-25 19:34:50 -04:00
parent ddd98f3483
commit 03dd90adfe
4 changed files with 11 additions and 11 deletions

View File

@ -418,8 +418,8 @@ class VCLThruHostStackTLS(VCLTestCase):
self.thru_host_stack_setup()
self.client_uni_dir_tls_timeout = 20
self.server_tls_args = ["-S", self.server_port]
self.client_uni_dir_tls_test_args = ["-N", "1000", "-U", "-X", "-S",
self.server_tls_args = ["-L", self.server_port]
self.client_uni_dir_tls_test_args = ["-N", "1000", "-U", "-X", "-L",
self.loop0.local_ip4,
self.server_port]