From: Jan Gelety Date: Mon, 21 May 2018 07:59:22 +0000 (+0200) Subject: Revert "FIX: Change plugin default behavior for Container tests" X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=1c2ba6fb7155ed9e233fe9ef5ae465ba5ad2eed2;p=csit.git Revert "FIX: Change plugin default behavior for Container tests" This reverts commit 5fe3ed050690e465c09692230e8eb715552c408f. Change-Id: I7b75567a0614d9063d57bf7d6bcd2f6d66e0ebf2 Signed-off-by: Jan Gelety --- diff --git a/resources/libraries/python/ContainerUtils.py b/resources/libraries/python/ContainerUtils.py index 700b6c6753..b56fb0dc24 100644 --- a/resources/libraries/python/ContainerUtils.py +++ b/resources/libraries/python/ContainerUtils.py @@ -321,7 +321,7 @@ class ContainerEngine(object): if cpuset_cpus: corelist_workers = ','.join(str(cpu) for cpu in cpuset_cpus) vpp_config.add_cpu_corelist_workers(corelist_workers) - vpp_config.add_plugin('disable', 'dpdk_plugin.so') + vpp_config.add_plugin_disable('dpdk_plugin.so') self.execute('mkdir -p /etc/vpp/') self.execute('echo "{c}" | tee {f}'