From d09c1cf0ed3a1af45546129ecd8d648ce703f650 Mon Sep 17 00:00:00 2001 From: kubi Date: Mon, 14 Dec 2015 19:51:45 +0800 Subject: add scenario and sample file for Unixbench. JIRA:YARDSTICK-184 Change-Id: Iedd4a3708e08305b1c8fa7a8e1766ceef03ab8bb Signed-off-by: kubi --- tools/ubuntu-server-cloudimg-modify.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tools') diff --git a/tools/ubuntu-server-cloudimg-modify.sh b/tools/ubuntu-server-cloudimg-modify.sh index 58fcd9277..11e6051cd 100755 --- a/tools/ubuntu-server-cloudimg-modify.sh +++ b/tools/ubuntu-server-cloudimg-modify.sh @@ -42,14 +42,21 @@ EOF apt-get update apt-get install -y \ fio \ + git \ + gcc \ iperf3 \ linux-tools-common \ linux-tools-generic \ lmbench \ + make \ netperf \ + patch \ + perl \ rt-tests \ stress \ sysstat +git clone https://github.com/kdlucas/byte-unixbench.git /opt/tempT +make --directory /opt/tempT/UnixBench/ # restore symlink ln -sf /run/resolvconf/resolv.conf /etc/resolv.conf -- cgit 1.2.3-korg