diff options
Diffstat (limited to 'test/test_sctp.py')
-rw-r--r-- | test/test_sctp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_sctp.py b/test/test_sctp.py index f77b9dc7a48..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 mbytes 1" + + error = self.vapi.cli("test echo client mbytes 10" + " appns 1" + " fifo-size 4" + " no-output test-bytes syn-timeout 3" + |