sctp: https://jira.fd.io/browse/VPP-1396 36/14436/2
authorMarco Varlese <marco.varlese@suse.com>
Thu, 23 Aug 2018 12:38:57 +0000 (14:38 +0200)
committerFlorin Coras <florin.coras@gmail.com>
Thu, 23 Aug 2018 16:19:54 +0000 (16:19 +0000)
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>
test/test_sctp.py

index 9396f05..4d04aa0 100644 (file)
@@ -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" +