From e7a758933154728a8a2c6cdc602e0eed6f756308 Mon Sep 17 00:00:00 2001 From: Bruno Goncalves Date: Wed, 13 Feb 2019 15:27:23 +0100 Subject: [PATCH] add tests.yml to test changes on tests itself --- tests.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests.yml diff --git a/tests.yml b/tests.yml new file mode 100644 index 0000000..6543c86 --- /dev/null +++ b/tests.yml @@ -0,0 +1,13 @@ +--- +# Tests run on Atomic, Classic and Container +- hosts: localhost + roles: + - role: standard-test-beakerlib + tags: + - atomic + - classic + - container + tests: + - gettext-tests + required_packages: + - gettext