tests: Add a CI test, running libguestfs-test-tool.
This is experimental. Unfortunately the only way to test if these tests actually work is for them to be committed and pushed to dist-git.
This commit is contained in:
parent
82f97b22c2
commit
033157bb4e
12
tests/tests.yml
Normal file
12
tests/tests.yml
Normal file
@ -0,0 +1,12 @@
|
||||
# https://fedoraproject.org/wiki/CI/Tests
|
||||
# https://fedoraproject.org/wiki/CI/Standard_Test_Roles
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
tests:
|
||||
- libguestfs-test-tool:
|
||||
run: libguestfs-test-tool
|
||||
required_packages:
|
||||
- libguestfs
|
Loading…
Reference in New Issue
Block a user