From ab55a533f4fb8de11ea28aa53c2cfc14ae9d1e38 Mon Sep 17 00:00:00 2001 From: Maciej Skrocki Date: Tue, 17 Oct 2017 14:41:50 -0700 Subject: Added required ubuntu packages to run IxLoad client To fully enable IxLoad, after installing the IXIA client, check /opt/ixia/ixload//bin/ixloadpython and make sure you can run this cmd inside the yardstick container. Usually user is required to copy or link /opt/ixia/python//bin/ixiapython to /usr/bin/ixiapython. Change-Id: I6bc633802ad6c70329581014ec89c75bb7f8d688 Signed-off-by: Maciej Skrocki --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 49a8bd085..dfad3a51a 100755 --- a/install.sh +++ b/install.sh @@ -79,7 +79,9 @@ apt-get update && apt-get install -y \ uwsgi-plugin-python \ supervisor \ python-pip \ - vim + vim \ + libxft-dev \ + libxss-dev if [[ "${DOCKER_ARCH}" != "aarch64" ]]; then apt-get install -y libc6:arm64 -- cgit 1.2.3-korg