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 <marco.varlese@suse.com>
This commit is contained in:

committed by
Damjan Marion

parent
06fda9cea9
commit
29d22c5206
@ -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" +
|
||||
|
Reference in New Issue
Block a user