Add a basic test for CI.
This commit is contained in:
parent
0dceac95ac
commit
2e958087b4
17
tests/tests.yml
Normal file
17
tests/tests.yml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
- 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"]
|
Loading…
Reference in New Issue
Block a user