From 05f108f9bf0a036565af444f5ae709dc12ac2967 Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Mon, 12 Feb 2018 14:20:45 +0000 Subject: trex: Tests with T-Rex in VM Patch introduces a set of testcases with T-Rex running inside VM. JIRA: VSPERF-560 Change-Id: I5b0a0220a2d72428ae1210ee9590d39abdfb9c1d Signed-off-by: Martin Klozik Signed-off-by: RadoslawX Glombiowski Reviewed-by: Al Morton Reviewed-by: Christian Trautman Reviewed-by: Sridhar Rao --- systems/rhel/7.3/build_base_machine.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'systems/rhel/7.3/build_base_machine.sh') diff --git a/systems/rhel/7.3/build_base_machine.sh b/systems/rhel/7.3/build_base_machine.sh index 58953e23..dfa738df 100755 --- a/systems/rhel/7.3/build_base_machine.sh +++ b/systems/rhel/7.3/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 @@ -102,4 +104,4 @@ rm -f /etc/yum.repos.d/python34.repo mkdir -p /dev/hugepages # prevent ovs vanilla from building from source due to kernel incompatibilities -sed -i s/'SUBBUILDS = src_vanilla'/'#SUBBUILDS = src_vanilla'/ ../src/Makefile \ No newline at end of file +sed -i s/'SUBBUILDS = src_vanilla'/'#SUBBUILDS = src_vanilla'/ ../src/Makefile -- cgit 1.2.3-korg