diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2018-03-16 05:24:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-16 05:24:21 +0000 |
commit | 321da7d6f423439dd0772b3c96150e92f484541e (patch) | |
tree | c2cb02edf365b118a055c7c54a743c1d7133b08e /systems/ubuntu | |
parent | 4a4ee678acca263ac39a67068822f3ffee8ecaf2 (diff) | |
parent | 05f108f9bf0a036565af444f5ae709dc12ac2967 (diff) |
Merge "trex: Tests with T-Rex in VM"
Diffstat (limited to 'systems/ubuntu')
-rwxr-xr-x | systems/ubuntu/14.04/build_base_machine.sh | 1 | ||||
-rwxr-xr-x | systems/ubuntu/build_base_machine.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/systems/ubuntu/14.04/build_base_machine.sh b/systems/ubuntu/14.04/build_base_machine.sh index 04f4a7e1..a0e6895c 100755 --- a/systems/ubuntu/14.04/build_base_machine.sh +++ b/systems/ubuntu/14.04/build_base_machine.sh @@ -62,6 +62,7 @@ socat libpixman-1-0 libpixman-1-dev sysstat +sshpass # Java runtime environment: Required for Ixia TclClient default-jre diff --git a/systems/ubuntu/build_base_machine.sh b/systems/ubuntu/build_base_machine.sh index 1b42a790..2f3e7b25 100755 --- a/systems/ubuntu/build_base_machine.sh +++ b/systems/ubuntu/build_base_machine.sh @@ -46,6 +46,7 @@ apt-get -y install libglib2.0 apt-get -y install libfuse-dev apt-get -y install libnuma1 apt-get -y install libnuma-dev +apt-get -y install sshpass # Some useful tools you may optionally install #apt-get -y install ctags |