VPP-1430: remove unnecessary padding
[vpp.git] / test / test_sctp.py
index f77b9dc..4d04aa0 100644 (file)
@@ -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" +