From b4ca8b11e4204bb95e47cd4b15f3b7430f160c00 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Thu, 27 Jun 2019 10:32:27 -0700 Subject: sctp: add option to enable/disable Type: feature By default sctp is disabled to avoid wasting cycles. Change-Id: I1e2f764c7168b5c15062efbe5895de93dcc2614e Signed-off-by: Florin Coras --- test/test_sctp.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_sctp.py') diff --git a/test/test_sctp.py b/test/test_sctp.py index e1faa9a0c1d..59dcfd35ded 100644 --- a/test/test_sctp.py +++ b/test/test_sctp.py @@ -20,6 +20,7 @@ class TestSCTP(VppTestCase): def setUp(self): super(TestSCTP, self).setUp() self.vapi.session_enable_disable(is_enabled=1) + self.vapi.cli("sctp enable") self.create_loopback_interfaces(2) table_id = 0 -- cgit 1.2.3-korg