diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2018-03-16 05:24:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-16 05:24:21 +0000 |
commit | 321da7d6f423439dd0772b3c96150e92f484541e (patch) | |
tree | c2cb02edf365b118a055c7c54a743c1d7133b08e /systems/rhel/7.2/build_base_machine.sh | |
parent | 4a4ee678acca263ac39a67068822f3ffee8ecaf2 (diff) | |
parent | 05f108f9bf0a036565af444f5ae709dc12ac2967 (diff) |
Merge "trex: Tests with T-Rex in VM"
Diffstat (limited to 'systems/rhel/7.2/build_base_machine.sh')
-rwxr-xr-x | systems/rhel/7.2/build_base_machine.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/systems/rhel/7.2/build_base_machine.sh b/systems/rhel/7.2/build_base_machine.sh index 858092df..d3f74726 100755 --- a/systems/rhel/7.2/build_base_machine.sh +++ b/systems/rhel/7.2/build_base_machine.sh @@ -52,7 +52,9 @@ pkglist=( wget\ numactl\ numactl-devel\ - libpng-devel + libpng-devel\ + epel-release\ + sshpass\ ) # python tools for proper QEMU, DPDK, and OVS make |