From: Zack Cerza Date: Thu, 11 Jun 2015 16:44:56 +0000 (-0600) Subject: Add SELinux task to all jobs X-Git-Tag: 1.1.0~900^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=51e253f0af871ef29af2f963cbc8a803884c1b0e;p=teuthology.git Add SELinux task to all jobs Signed-off-by: Zack Cerza --- diff --git a/teuthology/run.py b/teuthology/run.py index a938329e89..1db3aa056b 100644 --- a/teuthology/run.py +++ b/teuthology/run.py @@ -204,6 +204,7 @@ def get_initial_tasks(lock, config, machine_type): {'internal.sudo': None}, {'internal.syslog': None}, {'internal.timer': None}, + {'selinux': None}, ]) return init_tasks