CSIT-174: Include cgroup support packages on hardware SUT and TG hosts
[csit.git] / resources / tools / testbed-setup / playbooks / 01-host-setup.yaml
index bc7eb86..21cef81 100644 (file)
@@ -55,6 +55,8 @@
     shell: update-rc.d ondemand disable
   - name: Install 4.2 kernel
     apt: name=linux-generic-lts-xenial state=present
+  - name: Install cgroup-support
+    apt: name=cgroup-bin state=present
 - hosts: tg
   remote_user: testuser
   sudo: yes