diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-05-12 15:17:55 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-05-14 11:37:31 +0000 |
commit | fd6fedc983a7d1796eb2531782be8a37b6d0921d (patch) | |
tree | 82861820a28cc6e5e881af5719edac321984cc9c /resources/libraries/robot | |
parent | 646a5a20799e136918fa41583bb47b4f84df4a43 (diff) |
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 <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries/robot')
-rw-r--r-- | resources/libraries/robot/shared/container.robot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/libraries/robot/shared/container.robot b/resources/libraries/robot/shared/container.robot index a3d7c99392..b44e4386a6 100644 --- a/resources/libraries/robot/shared/container.robot +++ b/resources/libraries/robot/shared/container.robot @@ -36,6 +36,7 @@ | | | ... | image=${container_image} | cpu_count=${container_cpus} | | | ... | cpu_skip=${skip_cpus} | smt_used=${False} | cpuset_mems=${cpu_node} | | | ... | cpu_shared=${False} | env=${env} | count=${container_count} +| | | ... | install_dkms=${container_install_dkms} | | Append To List | ${container_groups} | ${group} | Construct ETCD containers on all DUTs |