diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2018-02-12 14:20:45 +0000 |
---|---|---|
committer | Martin Klozik <martinx.klozik@intel.com> | 2018-03-12 09:22:49 +0000 |
commit | 05f108f9bf0a036565af444f5ae709dc12ac2967 (patch) | |
tree | fcbe255c436797d0e2c0bf06056624f5db4bf1f2 /systems/rhel/7.2 | |
parent | b8ef508a78181e017071d9189bb0030305fd1080 (diff) |
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 <martinx.klozik@intel.com>
Signed-off-by: RadoslawX Glombiowski <radoslawx.glombiowski@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
Diffstat (limited to 'systems/rhel/7.2')
-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 |