diff options
author | Jing Lu <lvjing5@huawei.com> | 2017-08-11 03:47:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-11 03:47:23 +0000 |
commit | 4d301304687229c841c15e325474ad946d883ff0 (patch) | |
tree | 69382eeaaf685e76ae36452c024edfb937607110 /install.sh | |
parent | dc3748b2f28a7e934a7f494b29399c1a6bbebfcf (diff) | |
parent | cee68c826b54f005de93a1cba39f2399a65d002b (diff) |
Merge "New storage test case: Bonnie++"
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh index 4ca72a757..49a8bd085 100755 --- a/install.sh +++ b/install.sh @@ -59,6 +59,7 @@ echo "vm.mmap_min_addr = 0" > /etc/sysctl.d/mmap_min_addr.conf # install tools apt-get update && apt-get install -y \ qemu-user-static/xenial \ + bonnie++ \ wget \ expect \ curl \ |