Remove explicit requires from tests.yml

Requires are now handled by Standard Test Roles based on the
individual test metadata so there is no need to list them here.
This commit is contained in:
Petr Šplíchal 2018-10-08 13:01:00 +02:00
parent 01586d10b5
commit debb5ae895
1 changed files with 0 additions and 24 deletions

View File

@ -9,30 +9,6 @@
- repo: "https://src.fedoraproject.org/tests/selinux.git"
dest: "selinux"
fmf_filter: "tier: 1 | component: libselinux"
required_packages:
- libselinux
- libselinux-devel
- libselinux-utils
- glibc
- gcc
- attr
- strace
- audit
- e2fsprogs
- git
- grep
- checkpolicy
- libsemanage
- libsepol
- libsepol-devel
- policycoreutils
- policycoreutils-python-utils
- selinux-policy
- selinux-policy-devel
- selinux-policy-minimum
- selinux-policy-mls
- selinux-policy-targeted
- setools-console
# Tests to run inside a container
- hosts: localhost