X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_sctp.py;h=e4f0bd97416c4096383772f36f4a79339c93e724;hb=ffba3c3;hp=a2f5e6a45da2545bd2b43a61fc2320dc9020b311;hpb=4399c2eb848b79762ff52a95fa5d9fab222c73bd;p=vpp.git diff --git a/test/test_sctp.py b/test/test_sctp.py index a2f5e6a45da..e4f0bd97416 100644 --- a/test/test_sctp.py +++ b/test/test_sctp.py @@ -16,7 +16,7 @@ class TestSCTP(VppTestCase): def setUp(self): super(TestSCTP, self).setUp() self.vapi.session_enable_disable(is_enabled=1) - self.create_loopback_interfaces(range(2)) + self.create_loopback_interfaces(2) table_id = 0 @@ -68,9 +68,11 @@ class TestSCTP(VppTestCase): self.logger.critical(error) self.assertEqual(error.find("failed"), -1) - error = self.vapi.cli("test echo client mbytes 10 appns 1" + + error = self.vapi.cli("test echo client mbytes 10" + + " appns 1" + " fifo-size 4" + - " no-output test-bytes syn-timeout 20 " + + " no-output test-bytes syn-timeout 3" + + " test-timeout 30" + " uri " + uri) if error: self.logger.critical(error)