Enable automated execution of tests using Standard Test Roles

This commit is contained in:
Milan Lysonek 2020-11-05 12:25:23 +01:00
parent e4c3512666
commit 3210c5bbdd

9
tests/tests.yml Normal file
View File

@ -0,0 +1,9 @@
- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
repositories:
- repo: "https://src.fedoraproject.org/tests/scap-security-guide.git"
dest: "scap-security-guide"
fmf_filter: "tier: 1, 2"