From 033157bb4e92c3ce5dd904643c71a9d08b14c28f Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Sep 27 2018 15:32:23 +0000 Subject: 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. --- diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..990c540 --- /dev/null +++ b/tests/tests.yml @@ -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