From 95d53e17ef51bfd3dfc7255d3190acf33c6cf344 Mon Sep 17 00:00:00 2001 From: Radovan Sroka Date: Mon, 14 Sep 2020 15:55:35 +0200 Subject: [PATCH] enable tests Signed-off-by: Radovan Sroka --- tests/tests.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/tests.yml diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..294bc61 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,13 @@ +--- +# Test to run in classic context +- hosts: localhost + roles: + - role: standard-test-beakerlib + tags: + - classic + repositories: + - repo: "https://github.com/RedHat-SP-Security/tests" + dest: "tests" + fmf_filter: "component: usbguard" + required_packages: + - beakerlib-libraries