From fd6fedc983a7d1796eb2531782be8a37b6d0921d Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Sat, 12 May 2018 15:17:55 +0200 Subject: CSIT-1036 Expose option to install DKMS in container Expose DKMS installation as suite variable. This will allow to use DPDK driver for future tests. Change-Id: I38fd014c8cf6f4bf42881af2196cadc679fe53e0 Signed-off-by: Peter Mikus --- .../10ge2p1x520-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdrdisc.robot | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/vpp/perf/container_memif/10ge2p1x520-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdrdisc.robot') diff --git a/tests/vpp/perf/container_memif/10ge2p1x520-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdrdisc.robot b/tests/vpp/perf/container_memif/10ge2p1x520-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdrdisc.robot index b2811f2c10..b180107346 100644 --- a/tests/vpp/perf/container_memif/10ge2p1x520-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdrdisc.robot +++ b/tests/vpp/perf/container_memif/10ge2p1x520-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdrdisc.robot @@ -67,6 +67,7 @@ | ${container_count}= | ${1} | ${container_engine}= | LXC | ${container_image}= | ${EMPTY} +| ${container_install_dkms}= | ${FALSE} # CPU settings | ${system_cpus}= | ${1} | ${vpp_cpus}= | ${5} -- cgit 1.2.3-korg