summaryrefslogtreecommitdiffstats
path: root/test/test_sctp.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_sctp.py')
-rw-r--r--test/test_sctp.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_sctp.py b/test/test_sctp.py
index e4f0bd97416..f30feda111a 100644
--- a/test/test_sctp.py
+++ b/test/test_sctp.py
@@ -62,13 +62,13 @@ class TestSCTP(VppTestCase):
# Start builtin server and client
uri = "sctp://" + self.loop0.local_ip4 + "/1234"
- error = self.vapi.cli("test echo server appns 0 fifo-size 4 uri " +
- uri)
+ error = self.vapi.cli("test echo server appns 0 fifo-size 4 " +
+ "no-echo uri " + uri)
if error:
self.logger.critical(error)
self.assertEqual(error.find("failed"), -1)
- error = self.vapi.cli("test echo client mbytes 10" +
+ error = self.vapi.cli("test echo client mbytes 10 no-return " +
" appns 1" +
" fifo-size 4" +
" no-output test-bytes syn-timeout 3" +