#3 Use FMF filter instead of listing tests manually
Closed 5 years ago by plautrba. Opened 5 years ago by psss.
rpms/ psss/libsepol fmf  into  master

file modified
+15 -3
@@ -9,12 +9,24 @@ 

      repositories:

      - repo: "https://src.fedoraproject.org/tests/selinux.git"

        dest: "selinux"

- 

-     tests:

-     - selinux/libsepol/sepol_check_context

+       fmf_filter: "tier: 1 | component: libsepol"

      required_packages:

      - gcc

      - libsepol-devel

      - policycoreutils

      - selinux-policy-devel

      - findutils         # beakerlib needs find command

+     - e2fsprogs

+     - git

+     - grep

+     - checkpolicy

+     - libselinux

+     - libselinux-utils

+     - libsemanage

+     - libsepol

+     - policycoreutils-python

+     - selinux-policy

+     - selinux-policy-minimum

+     - selinux-policy-mls

+     - selinux-policy-targeted

+     - setools-console

There is a new feature in the Standard Test Roles which allows to
use an FMF filter instead of listing all tests manually. All tier
one selinux tests are selected as well, thus extending requires.

rebased onto 63f5dc4

5 years ago
FAIL selinux/policycoreutils/restorecon

I wasn't able to find logs from the test above on Fedora CI link. Are they available somewhere?

Detailed logs can be found under the Artifacts button of the pipeline results page. For the above mentioned test it is here.

The following tests failed:

selinux/selinux-policy/policy-rpm-macros
selinux/libsemanage/sanity-tests/tests
selinux/policycoreutils/restorecon

@janzarsky, could you please have a look at the failures? Thanks.

Pull-Request has been closed by plautrba

5 years ago