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:
Richard W.M. Jones 2018-09-27 14:53:17 +01:00
parent 82f97b22c2
commit 033157bb4e
1 changed files with 12 additions and 0 deletions

12
tests/tests.yml Normal file
View 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