diff options
author | Jan Gelety <jgelety@cisco.com> | 2018-05-21 09:59:22 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2018-05-21 09:59:22 +0200 |
commit | 1c2ba6fb7155ed9e233fe9ef5ae465ba5ad2eed2 (patch) | |
tree | 5fcec521e991ba16788ad4d75d6f2bf342afafc5 | |
parent | bcb03a50f7c16d7dc4a040d28d2f3e04a0d3ef80 (diff) |
Revert "FIX: Change plugin default behavior for Container tests"
This reverts commit 5fe3ed050690e465c09692230e8eb715552c408f.
Change-Id: I7b75567a0614d9063d57bf7d6bcd2f6d66e0ebf2
Signed-off-by: Jan Gelety <jgelety@cisco.com>
-rw-r--r-- | resources/libraries/python/ContainerUtils.py | 2 |
1 files changed, 1 insertions, 1 deletions
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}' |