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-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-modify.sh')
-rwxr-xr-x | tools/ubuntu-server-cloudimg-modify.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/ubuntu-server-cloudimg-modify.sh b/tools/ubuntu-server-cloudimg-modify.sh index 49c842c97..c0ae774ef 100755 --- a/tools/ubuntu-server-cloudimg-modify.sh +++ b/tools/ubuntu-server-cloudimg-modify.sh @@ -58,10 +58,13 @@ bootcmd: EOF fi apt-get install -y \ + bc \ fio \ git \ gcc \ iperf3 \ + ethtool \ + iproute2 \ linux-tools-common \ linux-tools-generic \ lmbench \ |