From 325bf96ce5fc13780fab0731855a2e2092208a2b Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Mon, 30 Jul 2018 17:28:16 +0000 Subject: CSIT-1193 De-duplicate bootstrap scripts into one - DPDK and VPP bootstrap merged into one (ligato will follow). - Added more error detections - Added topo-cleanup.py to cleanup TB before and after test. - Remove installation of VPP Change-Id: I7a86117eb03cbe4ee8fde47baeed58bc86c0dfb2 Signed-off-by: Peter Mikus --- tests/dpdk/dpdk_scripts/install_dpdk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/dpdk') diff --git a/tests/dpdk/dpdk_scripts/install_dpdk.sh b/tests/dpdk/dpdk_scripts/install_dpdk.sh index 4fcbf080d9..ec23aa06b1 100755 --- a/tests/dpdk/dpdk_scripts/install_dpdk.sh +++ b/tests/dpdk/dpdk_scripts/install_dpdk.sh @@ -21,7 +21,7 @@ PWDDIR=$(pwd) cd ${ROOTDIR} mkdir ${DPDK_DIR} -tar -xvf dpdk*.tar.xz --strip=1 --directory dpdk || \ +tar -xvf download_dir/dpdk*.tar.xz --strip=1 --directory dpdk || \ { echo "Failed to extract DPDK"; exit 1; } # Compile the DPDK -- cgit 1.2.3-korg