From debb5ae8956a8beb0b455f15c335afa2095c6ab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Mon, 8 Oct 2018 13:01:00 +0200 Subject: [PATCH] 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. --- tests/tests.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index 46e4c5f..7fc5ec2 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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