diff options
author | Marco Varlese <marco.varlese@suse.com> | 2018-09-27 16:43:57 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-10-01 09:41:57 +0000 |
commit | 9382673d93d94f10348d61b7e7e7375883f74f5e (patch) | |
tree | 648577d22625e3c3ea615cde980e2f9616bfbb4f /test | |
parent | 2e2372117d35191a0e6c096c5f989930de6e12b1 (diff) |
SCTP: fix overflow issue with timestamp
Change-Id: I03bb47a2baa4375b7bf9347d95c4cc8de37fe510
Signed-off-by: Marco Varlese <marco.varlese@suse.com>
Diffstat (limited to 'test')
-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 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" + |