567c3048f9
This makes a mess of the gating test sources, all for the sake of being able to run cgroups v1 tests. Signed-off-by: Ed Santiago <santiago@redhat.com>
11 lines
253 B
YAML
11 lines
253 B
YAML
---
|
|
# Create empty results file, world-writable
|
|
- name: initialize test.log file
|
|
copy: dest=/tmp/test.log content='' force=yes mode=0666
|
|
|
|
- name: execute tests
|
|
include: run_one_test.yml
|
|
with_items: "{{ tests }}"
|
|
loop_control:
|
|
loop_var: test
|