hsa: unify echo test setup
[vpp.git] / test / asf / test_tls.py
index 89ee450..e70c63d 100644 (file)
@@ -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
         )