aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/test_sctp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_sctp.py b/test/test_sctp.py
index 9396f0514f3..4d04aa06828 100644
--- a/test/test_sctp.py
+++ b/test/test_sctp.py
@@ -68,7 +68,7 @@ class TestSCTP(VppTestCase):
self.logger.critical(error)
self.assertEqual(error.find("failed"), -1)
- error = self.vapi.cli("test echo client nclients 2 mbytes 100" +
+ error = self.vapi.cli("test echo client mbytes 10" +
" appns 1" +
" fifo-size 4" +
" no-output test-bytes syn-timeout 3" +