From: pmikus Date: Mon, 3 Apr 2017 06:50:50 +0000 (+0200) Subject: Install screen on Phy DUTs X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=70b93e92a80c6251786af6349803a4180c85669a Install screen on Phy DUTs DPDK-perf testing requires screen to installed on Phy DUTs. Change-Id: I68edf5e1d7d75f40d34161b4e394a1e229d9f1fd Signed-off-by: pmikus --- 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