diff options
author | sharath <sharathkumarboyanapally@gmail.com> | 2018-08-21 11:01:26 +0530 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-09-27 08:18:41 +0000 |
commit | 19947738140e71d8d9fa90349e68f6261f5a612f (patch) | |
tree | 663ccab317082bf17dd5382fda754f56a57848c8 /bootstrap-DMM.sh | |
parent | ebd0c7defaffdd6cd3ff2b5f580c86601917a0c7 (diff) |
integration of DMM+lwip testscripts
Change-Id: Ifb1a0702353e71c61a694dea5164df41f4e23389
Signed-off-by: sharath <sharathkumarboyanapally@gmail.com>
Diffstat (limited to 'bootstrap-DMM.sh')
-rwxr-xr-x | bootstrap-DMM.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bootstrap-DMM.sh b/bootstrap-DMM.sh index fd212c51ef..4828868d84 100755 --- a/bootstrap-DMM.sh +++ b/bootstrap-DMM.sh @@ -180,13 +180,16 @@ echo "Selected VIRL servers: ${VIRL_SERVER[@]}" DMM_TAR_FILE="dmm_depends.tar.gz" cd dmm/scripts/ -./build.sh +./build.sh all cd - -mv /tmp/dpdk/dpdk-18.02.tar.xz . +DPDK_DOWNLOAD_PATH=$(cat dmm/scripts/build_dpdk.sh | grep DPDK_DOWNLOAD_PATH= | cut -d "=" -f2) +mv $DPDK_DOWNLOAD_PATH/dpdk-18.02.tar.xz . wget http://security.ubuntu.com/ubuntu/pool/main/n/numactl/libnuma1_2.0.11-1ubuntu1.1_amd64.deb wget http://security.ubuntu.com/ubuntu/pool/main/n/numactl/libnuma-dev_2.0.11-1ubuntu1.1_amd64.deb +wget http://security.ubuntu.com/ubuntu/pool/main/e/ethtool/ethtool_4.5-1_amd64.deb +wget http://security.ubuntu.com/ubuntu/pool/main/l/lsof/lsof_4.89+dfsg-0.1_amd64.deb tar zcf ${DMM_TAR_FILE} dpdk-18.02.tar.xz ./dmm/ libnuma*.deb |