Use shared repository for tests

https://fedoraproject.org/wiki/CI/Share_Test_Code
This commit is contained in:
Petr Lautrbach 2018-02-14 17:10:44 +01:00
parent 8535021455
commit 32ed2340af
1 changed files with 20 additions and 11 deletions

View File

@ -5,15 +5,18 @@
- role: standard-test-beakerlib
tags:
- classic
repositories:
- repo: "https://src.fedoraproject.org/tests/selinux.git"
dest: "selinux"
tests:
- getsebool
- realpath_not_final-function
- selabel-functions
- selinux_boolean_sub-function
- selinux_sestatus-functions
- selinux_set_callback
- selinux_restorecon-functions
- setenforce
- selinux/libselinux/getsebool
- selinux/libselinux/realpath_not_final-function
- selinux/libselinux/selabel-functions
- selinux/libselinux/selinux_boolean_sub-function
- selinux/libselinux/selinux_sestatus-functions
- selinux/libselinux/selinux_set_callback
- selinux/libselinux/selinux_restorecon-functions
- selinux/libselinux/setenforce
required_packages:
- libselinux
- libselinux-devel
@ -31,8 +34,11 @@
- role: standard-test-beakerlib
tags:
- container
repositories:
- repo: "https://src.fedoraproject.org/tests/selinux.git"
dest: "selinux"
tests:
- realpath_not_final-function
- selinux/libselinux/realpath_not_final-function
required_packages:
- libselinux
- libselinux-devel
@ -45,6 +51,9 @@
- role: standard-test-beakerlib
tags:
- atomic
repositories:
- repo: "https://src.fedoraproject.org/tests/selinux.git"
dest: "selinux"
tests:
- getsebool
- setenforce
- selinux/libselinux/getsebool
- selinux/libselinux/setenforce