Add libpcap-dev package as dependency on physical TB 07/5507/2
authorpmikus <[email protected]>
Fri, 24 Feb 2017 06:54:59 +0000 (07:54 +0100)
committerPeter Mikus <[email protected]>
Mon, 27 Feb 2017 08:25:07 +0000 (08:25 +0000)
Due to adding pypcap into pip requirement for VIRL we need to add
libpcap-dev package on physical TB

Change-Id: I5a86f7104111d016f1fa941b382de13383dbd064
Signed-off-by: pmikus <[email protected]>
resources/tools/testbed-setup/playbooks/01-host-setup.yaml

index b660abb..3eee713 100644 (file)
@@ -57,6 +57,8 @@
     apt: name=python-virtualenv state=present
   - name: Install python pip
     apt: name=python-pip state=present
+  - name: Install libpcap-dev
+    apt: name=libpcap-dev state=present
   - name: Install cpufrequtils
     apt: name=cpufrequtils state=present
   - name: Set cpufrequtils defaults