aboutsummaryrefslogtreecommitdiffstats
path: root/test/asf/test_tls.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/asf/test_tls.py')
-rw-r--r--test/asf/test_tls.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/asf/test_tls.py b/test/asf/test_tls.py
index 89ee4501126..e70c63d9a32 100644
--- a/test/asf/test_tls.py
+++ b/test/asf/test_tls.py
@@ -129,7 +129,7 @@ class TestTLS(VppTestCase):
# Start builtin server and client
uri = "tls://" + self.loop0.local_ip4 + "/1234"
error = self.vapi.cli(
- "test echo server appns 0 fifo-size 4 tls-engine 1 uri " + uri
+ "test echo server appns 0 fifo-size 4k tls-engine 1 uri " + uri
)
if error:
self.logger.critical(error)
@@ -137,7 +137,7 @@ class TestTLS(VppTestCase):
error = self.vapi.cli(
"test echo client mbytes 10 appns 1 "
- "fifo-size 4 no-output test-bytes "
+ "fifo-size 4k test-bytes "
"tls-engine 1 "
"syn-timeout 2 uri " + uri
)