From 10ed19a56039fe8845aaa42f683b0a2243a3e0a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Mon, 8 Oct 2018 13:03:14 +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 | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index 86b0ec8..6fb82b6 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -9,31 +9,6 @@ - repo: "https://src.fedoraproject.org/tests/selinux.git" dest: "selinux" fmf_filter: "tier: 1 | component: policycoreutils" - required_packages: - - policycoreutils # Required by all tests - - policycoreutils-devel # Required by sepolicy-generate - - rpm-build # Required by sepolicy-generate - - policycoreutils-python-utils # Required by semanage tests - - grep # Required by semanage tests - - selinux-policy-minimum # Required by semanage tests - - selinux-policy-mls # Required by semanage tests - - selinux-policy-targeted # Required by semanage tests - - shadow-utils # Required by semanage tests - - selinux-policy-devel # Required by semanage tests - - coreutils # Required by semanage tests - - man # Required by semanage tests - - setools-console # Required by semanage tests - - libselinux # Required by semanage tests - - libselinux-utils # Required by semanage tests - - audit # Required by audit test - - e2fsprogs # Required by restorecon test - - ansible - - git - - gcc - - checkpolicy - - libsemanage - - libsepol - - libsepol-devel # Tests for atomic host - hosts: localhost