diff --git a/tests.yml b/tests.yml new file mode 100644 index 0000000..d47cceb --- /dev/null +++ b/tests.yml @@ -0,0 +1,10 @@ +--- +# Tests run on Atomic, Classic and Container +- hosts: localhost + roles: + - role: standard-test-beakerlib + fmf_filter: "tier: 1, 2" + tags: + - atomic + - classic + - container