diff options
author | Rex Lee <limingjiang@huawei.com> | 2017-02-16 09:06:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-16 09:06:49 +0000 |
commit | dd8ca59fd7421a1f362e50f0d3413a903761d179 (patch) | |
tree | 14f9c195e90d5ca59e7d5e0bbda857a41cd2518c /tools/ubuntu-server-cloudimg-dpdk-modify.sh | |
parent | 5e3c9075dcc12619a97b9e99b26532c5576fc6ca (diff) | |
parent | caf81bafc6132d79674f4c31bbd22d97f4aee961 (diff) |
Merge "New reliability/availability testcase - IP datagram error rate and etc."
Diffstat (limited to 'tools/ubuntu-server-cloudimg-dpdk-modify.sh')
-rwxr-xr-x | tools/ubuntu-server-cloudimg-dpdk-modify.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/ubuntu-server-cloudimg-dpdk-modify.sh b/tools/ubuntu-server-cloudimg-dpdk-modify.sh index aa4e252ea..9a3857ee3 100755 --- a/tools/ubuntu-server-cloudimg-dpdk-modify.sh +++ b/tools/ubuntu-server-cloudimg-dpdk-modify.sh @@ -63,10 +63,13 @@ linuxheadersversion=`echo ls boot/vmlinuz* | cut -d- -f2-` apt-get update apt-get install -y \ + bc \ fio \ gcc \ git \ iperf3 \ + iproute2 \ + ethtool \ linux-tools-common \ linux-tools-generic \ lmbench \ |