X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=test%2Ftest_sctp.py;h=75bbb23f31f6d8f31dba6a18e263e3880338cc6c;hp=59dcfd35ded8acfcdac297da01431710a56d1819;hb=3ffe6cadf;hpb=1cfcb78940580c8e3645fca0419d32f9286e942d diff --git a/test/test_sctp.py b/test/test_sctp.py index 59dcfd35ded..75bbb23f31f 100644 --- a/test/test_sctp.py +++ b/test/test_sctp.py @@ -11,6 +11,7 @@ class TestSCTP(VppTestCase): @classmethod def setUpClass(cls): + cls.extra_vpp_plugin_config.append("plugin sctp_plugin.so { enable }") super(TestSCTP, cls).setUpClass() @classmethod