From ff2394b7ca899c0abaf1a80b62db358f220c9d07 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 2 Aug 2021 11:21:05 -0400 Subject: [PATCH] Add stub tests This is only used as part of rpm-ostree which has extensive tests and there is no point to testing it separately. Related: rhbz#1985020 --- tests/tests.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/tests.yaml diff --git a/tests/tests.yaml b/tests/tests.yaml new file mode 100644 index 0000000..2bb46c3 --- /dev/null +++ b/tests/tests.yaml @@ -0,0 +1,11 @@ +--- +- hosts: localhost + gather_facts: yes + tags: + - classic + + tasks: + # This is only used as part of rpm-ostree which has extensive tests + # and there is no point to testing it separately. + - name: true + shell: true