]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Add SELinux task to all jobs 527/head
authorZack Cerza <zack@redhat.com>
Thu, 11 Jun 2015 16:44:56 +0000 (10:44 -0600)
committerZack Cerza <zack@redhat.com>
Wed, 17 Jun 2015 21:34:06 +0000 (15:34 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/run.py

index a938329e896d5116b1065f5d80432a6bdd0d3684..1db3aa056b600ad51eed3af4234b9ab319808ecb 100644 (file)
@@ -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