From 9382673d93d94f10348d61b7e7e7375883f74f5e Mon Sep 17 00:00:00 2001 From: Marco Varlese Date: Thu, 27 Sep 2018 16:43:57 +0200 Subject: SCTP: fix overflow issue with timestamp Change-Id: I03bb47a2baa4375b7bf9347d95c4cc8de37fe510 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 4d04aa06828..f77b9dc7a48 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 10" + + error = self.vapi.cli("test echo client mbytes 1" + " appns 1" + " fifo-size 4" + " no-output test-bytes syn-timeout 3" + -- cgit 1.2.3-korg