diff options
author | pmikus <pmikus@cisco.com> | 2017-04-03 08:50:50 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-04-03 08:21:56 +0000 |
commit | 70b93e92a80c6251786af6349803a4180c85669a (patch) | |
tree | 28bf00c650283ba302d0f644af3aa771d9a12032 /resources | |
parent | c62252736158be8cf740905c35400085d3478369 (diff) |
Install screen on Phy DUTs
DPDK-perf testing requires screen to installed on Phy DUTs.
Change-Id: I68edf5e1d7d75f40d34161b4e394a1e229d9f1fd
Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/tools/testbed-setup/playbooks/01-host-setup.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/tools/testbed-setup/playbooks/01-host-setup.yaml b/resources/tools/testbed-setup/playbooks/01-host-setup.yaml index 3eee7130e8..26c0cdbecd 100644 --- a/resources/tools/testbed-setup/playbooks/01-host-setup.yaml +++ b/resources/tools/testbed-setup/playbooks/01-host-setup.yaml @@ -97,5 +97,7 @@ apt: name=autoconf state=present - name: Install libtool apt: name=libtool state=present + - name: Install screen + apt: name=screen state=present - name: Disable 80-vpp.conf command: ln -s /dev/null /etc/sysctl.d/80-vpp.conf |