From 033157bb4e92c3ce5dd904643c71a9d08b14c28f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 27 Sep 2018 14:53:17 +0100 Subject: [PATCH] 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. --- tests/tests.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/tests.yml 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