python-blivet/tests/tests.yml

18 lines
399 B
YAML
Raw Normal View History

2018-12-07 17:22:53 +00:00
---
- hosts: all
roles:
- role: standard-test-basic
tags:
- classic
tests:
- list-devices:
dir: /usr/share/doc/python3-blivet/examples
run: python3 ./list_devices.py
- name: copy out blivet logs
fetch:
dest: "{{ artifacts }}"
src: "{{ item }}"
flat: yes
loop: ["/tmp/blivet.log", "/tmp/program.log"]