From c2ab9e10b648664f3e2e7bcbe611a0638f23bf6c Mon Sep 17 00:00:00 2001 From: "Herton R. Krzesinski" Date: Fri, 29 Mar 2019 11:51:15 -0300 Subject: [PATCH] Add linux-firmware into gating This just adds skeleton code/yaml files to enable gating for linux-firmware. There is no actual testing done, we just return success result (with true command). linux-firmware is special, in which we don't ship any executable, and we don't have any useful test cases. We expect tests are already done by companies which ship/submit firmware to the linux-firmware repository upstream. Resolves: rhbz#1680622 Signed-off-by: Herton R. Krzesinski --- tests/tests.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/tests.yml diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..dd504e5 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,9 @@ +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + tests: + - simple: + dir: . + run: "true"