Followups for initial CI test.

Add missing tasks section to tests playbook.

Use an absolute path to the example script since 'dir' is always
relative to /var/str.

Must define 'dir' explicitly -- there is no default handling.
This commit is contained in:
David Lehman 2018-12-07 14:07:06 -05:00
parent 2e958087b4
commit 26fd9bab40
1 changed files with 3 additions and 2 deletions

View File

@ -6,9 +6,10 @@
- classic
tests:
- list-devices:
dir: /usr/share/doc/python3-blivet/examples
run: python3 ./list_devices.py
dir: .
run: python3 /usr/share/doc/python3-blivet/examples/list_devices.py
tasks:
- name: copy out blivet logs
fetch:
dest: "{{ artifacts }}"