From 29d22c52061df519c22b1bb58afe461d107899e2 Mon Sep 17 00:00:00 2001 From: Marco Varlese Date: Thu, 4 Oct 2018 11:52:44 +0200 Subject: VPP-1430: remove unnecessary padding A copy/paste mistake caused to add padding to the buffer used to send data. Change-Id: I04d8dfec4ae195927be1675c5ce8b30230d5b376 Signed-off-by: Marco Varlese --- test/test_sctp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_sctp.py') 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" + -- cgit 1.2.3-korg