aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Varlese <marco.varlese@suse.com>2018-08-23 14:38:57 +0200
committerDamjan Marion <dmarion@me.com>2018-09-05 16:54:05 +0000
commiteabe79ca28d3ed78d082bf0a5266dbc5289c3e8d (patch)
tree7c925412cce14e66fea413aab5fc81f505b6ba4d
parent9a9ab594e88d325d2c006845f9cc1f5e47d4d015 (diff)
sctp: reduce the number of clients and mbytes (VPP-1396)
Reducing the number of clients and mbytes transferred to make the test a functional test rather than a stress one. Change-Id: I715ab5db087b96c40da37d4221f3030b10519fd0 Signed-off-by: Marco Varlese <marco.varlese@suse.com> (cherry picked from commit 038d2614bffae707582703f116e52c516f51b26b)
-rw-r--r--test/test_sctp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_sctp.py b/test/test_sctp.py
index 9396f0514f3..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 nclients 2 mbytes 100" +
+ error = self.vapi.cli("test echo client mbytes 10" +
" appns 1" +
" fifo-size 4" +
" no-output test-bytes syn-timeout 3" +