public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Petr Lautrbach <plautrba@redhat.com>
To: git-commits@fedoraproject.org
Subject: [tests/selinux] pr775-checkpolicy-revdeps: Fix path meta data
Date: Fri, 11 Sep 2026 13:17:24 GMT [thread overview]
Message-ID: <178913264438.1.3152984165875009588.tests-selinux-4cf575fc0b0d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : tests/selinux
Branch : pr775-checkpolicy-revdeps
Commit : 4cf575fc0b0d6c5982a0e97ed3b47bf235c84cc6
Author : Petr Lautrbach <plautrba@redhat.com>
Date : 2018-10-14T21:31:10+02:00
Stats : +35/-35 in 35 file(s)
URL : https://src.fedoraproject.org/tests/selinux/c/4cf575fc0b0d6c5982a0e97ed3b47bf235c84cc6?branch=pr775-checkpolicy-revdeps
Log:
Fix path meta data
Commit 769880f7 added path meta data into .fmf files. As path's didn't have /
at the beginning test were not created correctly.
Fixes:
fatal: [fedora29]: FAILED! => {
"msg": [
"Tests failed: True",
"Tests msg: FAIL selinuxselinux-policy/policy-rpm-macros",
"FAIL selinuxcheckpolicy/checkpolicy",
"FAIL selinuxlibsepol/sepol_check_context",
"FAIL selinuxlibsemanage/verify-options-in-semanage-conf",
...
$ cat artifacts/FAIL_selinuxcheckpolicy-checkpolicy.log
FAIL test selinuxcheckpolicy/checkpolicy does not appear to be a file or directory
---
diff --git a/checkpolicy/checkmodule/main.fmf b/checkpolicy/checkmodule/main.fmf
index 76283e3..6173448 100644
--- a/checkpolicy/checkmodule/main.fmf
+++ b/checkpolicy/checkmodule/main.fmf
@@ -1 +1 @@
-path: checkpolicy/checkmodule
+path: /checkpolicy/checkmodule
diff --git a/checkpolicy/checkpolicy-docs/main.fmf b/checkpolicy/checkpolicy-docs/main.fmf
index 0b8f194..f303b47 100644
--- a/checkpolicy/checkpolicy-docs/main.fmf
+++ b/checkpolicy/checkpolicy-docs/main.fmf
@@ -1 +1 @@
-path: checkpolicy/checkpolicy-docs
+path: /checkpolicy/checkpolicy-docs
diff --git a/checkpolicy/checkpolicy/main.fmf b/checkpolicy/checkpolicy/main.fmf
index cb8ef85..0436b60 100644
--- a/checkpolicy/checkpolicy/main.fmf
+++ b/checkpolicy/checkpolicy/main.fmf
@@ -1,2 +1,2 @@
-path: checkpolicy/checkpolicy
+path: /checkpolicy/checkpolicy
tier: 1
diff --git a/checkpolicy/sedismod/main.fmf b/checkpolicy/sedismod/main.fmf
index ef20f3d..05e7b34 100644
--- a/checkpolicy/sedismod/main.fmf
+++ b/checkpolicy/sedismod/main.fmf
@@ -1 +1 @@
-path: checkpolicy/sedismod
+path: /checkpolicy/sedismod
diff --git a/checkpolicy/sedispol/main.fmf b/checkpolicy/sedispol/main.fmf
index 11f57bd..840a2e0 100644
--- a/checkpolicy/sedispol/main.fmf
+++ b/checkpolicy/sedispol/main.fmf
@@ -1 +1 @@
-path: checkpolicy/sedispol
+path: /checkpolicy/sedispol
diff --git a/libselinux/getsebool/main.fmf b/libselinux/getsebool/main.fmf
index 21347a9..9227c9b 100644
--- a/libselinux/getsebool/main.fmf
+++ b/libselinux/getsebool/main.fmf
@@ -1,2 +1,2 @@
-path: libselinux/getsebool
+path: /libselinux/getsebool
tier: 1
diff --git a/libselinux/realpath_not_final-function/main.fmf b/libselinux/realpath_not_final-function/main.fmf
index 5934ded..52d16d0 100644
--- a/libselinux/realpath_not_final-function/main.fmf
+++ b/libselinux/realpath_not_final-function/main.fmf
@@ -1 +1 @@
-path: libselinux/realpath_not_final-function
+path: /libselinux/realpath_not_final-function
diff --git a/libselinux/selabel-functions/main.fmf b/libselinux/selabel-functions/main.fmf
index d77cbbc..222b1c8 100644
--- a/libselinux/selabel-functions/main.fmf
+++ b/libselinux/selabel-functions/main.fmf
@@ -1 +1 @@
-path: libselinux/selabel-functions
+path: /libselinux/selabel-functions
diff --git a/libselinux/selinux_boolean_sub-function/main.fmf b/libselinux/selinux_boolean_sub-function/main.fmf
index 7978c03..efc0f9f 100644
--- a/libselinux/selinux_boolean_sub-function/main.fmf
+++ b/libselinux/selinux_boolean_sub-function/main.fmf
@@ -1 +1 @@
-path: libselinux/selinux_boolean_sub-function
+path: /libselinux/selinux_boolean_sub-function
diff --git a/libselinux/selinux_restorecon-functions/main.fmf b/libselinux/selinux_restorecon-functions/main.fmf
index 1ff4890..29aaadf 100644
--- a/libselinux/selinux_restorecon-functions/main.fmf
+++ b/libselinux/selinux_restorecon-functions/main.fmf
@@ -1 +1 @@
-path: libselinux/selinux_restorecon-functions
+path: /libselinux/selinux_restorecon-functions
diff --git a/libselinux/selinux_restorecon/main.fmf b/libselinux/selinux_restorecon/main.fmf
index 180e98c..bce2b00 100644
--- a/libselinux/selinux_restorecon/main.fmf
+++ b/libselinux/selinux_restorecon/main.fmf
@@ -1 +1 @@
-path: libselinux/selinux_restorecon
+path: /libselinux/selinux_restorecon
diff --git a/libselinux/selinux_sestatus-functions/main.fmf b/libselinux/selinux_sestatus-functions/main.fmf
index e0c2397..53e4ba1 100644
--- a/libselinux/selinux_sestatus-functions/main.fmf
+++ b/libselinux/selinux_sestatus-functions/main.fmf
@@ -1 +1 @@
-path: libselinux/selinux_sestatus-functions
+path: /libselinux/selinux_sestatus-functions
diff --git a/libselinux/selinux_set_callback/main.fmf b/libselinux/selinux_set_callback/main.fmf
index 2348fdf..3d61e91 100644
--- a/libselinux/selinux_set_callback/main.fmf
+++ b/libselinux/selinux_set_callback/main.fmf
@@ -1 +1 @@
-path: libselinux/selinux_set_callback
+path: /libselinux/selinux_set_callback
diff --git a/libselinux/setenforce/main.fmf b/libselinux/setenforce/main.fmf
index 56bb2b1..11ebcd7 100644
--- a/libselinux/setenforce/main.fmf
+++ b/libselinux/setenforce/main.fmf
@@ -1 +1 @@
-path: libselinux/setenforce
+path: /libselinux/setenforce
diff --git a/libsemanage/sanity-tests/main.fmf b/libsemanage/sanity-tests/main.fmf
index 23f27aa..9c7a7e1 100644
--- a/libsemanage/sanity-tests/main.fmf
+++ b/libsemanage/sanity-tests/main.fmf
@@ -1 +1 @@
-path: libsemanage/sanity-tests
+path: /libsemanage/sanity-tests
diff --git a/libsemanage/verify-options-in-semanage-conf/main.fmf b/libsemanage/verify-options-in-semanage-conf/main.fmf
index 145a742..ac156f4 100644
--- a/libsemanage/verify-options-in-semanage-conf/main.fmf
+++ b/libsemanage/verify-options-in-semanage-conf/main.fmf
@@ -1,4 +1,4 @@
-path: libsemanage/verify-options-in-semanage-conf
+path: /libsemanage/verify-options-in-semanage-conf
summary: Are the verify options in semanage.conf honored?
description: |
Are the verify options in semanage.conf honored?
diff --git a/libsepol/sepol_check_context/main.fmf b/libsepol/sepol_check_context/main.fmf
index 77fa35e..3410cea 100644
--- a/libsepol/sepol_check_context/main.fmf
+++ b/libsepol/sepol_check_context/main.fmf
@@ -1,2 +1,2 @@
-path: libsepol/sepol_check_context
+path: /libsepol/sepol_check_context
tier: 1
diff --git a/other/mounting/main.fmf b/other/mounting/main.fmf
index b888c55..4aa76a7 100644
--- a/other/mounting/main.fmf
+++ b/other/mounting/main.fmf
@@ -1,4 +1,4 @@
-path: other/mounting
+path: /ther/mounting
summary: Mount various filesystems, test context options
description: |
Test the context and defcontext options of the mount command. Test
diff --git a/policycoreutils/CIL-modules-without-compilation/main.fmf b/policycoreutils/CIL-modules-without-compilation/main.fmf
index 3cf065f..7b8c289 100644
--- a/policycoreutils/CIL-modules-without-compilation/main.fmf
+++ b/policycoreutils/CIL-modules-without-compilation/main.fmf
@@ -1 +1 @@
-path: policycoreutils/CIL-modules-without-compilation
+path: /olicycoreutils/CIL-modules-without-compilation
diff --git a/policycoreutils/booleans/main.fmf b/policycoreutils/booleans/main.fmf
index e068d31..14ca7bd 100644
--- a/policycoreutils/booleans/main.fmf
+++ b/policycoreutils/booleans/main.fmf
@@ -1,4 +1,4 @@
-path: policycoreutils/booleans
+path: /olicycoreutils/booleans
summary: Test basic operations with booleans
description: |
The test defines its own booleans and tests setting it on and off
diff --git a/policycoreutils/file-contexts/main.fmf b/policycoreutils/file-contexts/main.fmf
index b01ed2d..ed17152 100644
--- a/policycoreutils/file-contexts/main.fmf
+++ b/policycoreutils/file-contexts/main.fmf
@@ -1,4 +1,4 @@
-path: policycoreutils/file-contexts
+path: /olicycoreutils/file-contexts
summary: Test semanage fcontext, restorecon, fixfiles, chcon
description: |
The test adds custom file contexts, runs restorecon and checks file
diff --git a/policycoreutils/linux-system-roles.selinux-tests/main.fmf b/policycoreutils/linux-system-roles.selinux-tests/main.fmf
index e176ef6..762afc4 100644
--- a/policycoreutils/linux-system-roles.selinux-tests/main.fmf
+++ b/policycoreutils/linux-system-roles.selinux-tests/main.fmf
@@ -1 +1 @@
-path: policycoreutils/linux-system-roles.selinux-tests
+path: /olicycoreutils/linux-system-roles.selinux-tests
diff --git a/policycoreutils/load_policy/main.fmf b/policycoreutils/load_policy/main.fmf
index 26f8622..7909ab9 100644
--- a/policycoreutils/load_policy/main.fmf
+++ b/policycoreutils/load_policy/main.fmf
@@ -1 +1 @@
-path: policycoreutils/load_policy
+path: /olicycoreutils/load_policy
diff --git a/policycoreutils/modules/main.fmf b/policycoreutils/modules/main.fmf
index 34727de..7309f94 100644
--- a/policycoreutils/modules/main.fmf
+++ b/policycoreutils/modules/main.fmf
@@ -1,4 +1,4 @@
-path: policycoreutils/modules
+path: /olicycoreutils/modules
summary: test basic module functionality
description: |
The test compiles a TE module, loads it via semodule, and checks
diff --git a/policycoreutils/restorecon/main.fmf b/policycoreutils/restorecon/main.fmf
index be078b5..e6787da 100644
--- a/policycoreutils/restorecon/main.fmf
+++ b/policycoreutils/restorecon/main.fmf
@@ -1,2 +1,2 @@
-path: policycoreutils/restorecon
+path: /olicycoreutils/restorecon
component: disabled
diff --git a/policycoreutils/selinux-info/main.fmf b/policycoreutils/selinux-info/main.fmf
index e8ade66..5c3b468 100644
--- a/policycoreutils/selinux-info/main.fmf
+++ b/policycoreutils/selinux-info/main.fmf
@@ -1,4 +1,4 @@
-path: policycoreutils/selinux-info
+path: /olicycoreutils/selinux-info
summary: test sestatus, avcstat, getenforce
description: |
Test that output of sestatus matches information in /sys/fs/selinux.
diff --git a/policycoreutils/semanage-interface/main.fmf b/policycoreutils/semanage-interface/main.fmf
index e0f4109..51defb1 100644
--- a/policycoreutils/semanage-interface/main.fmf
+++ b/policycoreutils/semanage-interface/main.fmf
@@ -1 +1 @@
-path: policycoreutils/semanage-interface
+path: /olicycoreutils/semanage-interface
diff --git a/policycoreutils/semanage-login/main.fmf b/policycoreutils/semanage-login/main.fmf
index d6e070e..e101dee 100644
--- a/policycoreutils/semanage-login/main.fmf
+++ b/policycoreutils/semanage-login/main.fmf
@@ -1 +1 @@
-path: policycoreutils/semanage-login
+path: /olicycoreutils/semanage-login
diff --git a/policycoreutils/semanage-permissive-d-problems/main.fmf b/policycoreutils/semanage-permissive-d-problems/main.fmf
index d0e4020..bde6693 100644
--- a/policycoreutils/semanage-permissive-d-problems/main.fmf
+++ b/policycoreutils/semanage-permissive-d-problems/main.fmf
@@ -1 +1 @@
-path: policycoreutils/semanage-permissive-d-problems
+path: /olicycoreutils/semanage-permissive-d-problems
diff --git a/policycoreutils/semanage-port-add-delete-problems/main.fmf b/policycoreutils/semanage-port-add-delete-problems/main.fmf
index 7a88299..7f69d49 100644
--- a/policycoreutils/semanage-port-add-delete-problems/main.fmf
+++ b/policycoreutils/semanage-port-add-delete-problems/main.fmf
@@ -1 +1 @@
-path: policycoreutils/semanage-port-add-delete-problems
+path: /olicycoreutils/semanage-port-add-delete-problems
diff --git a/policycoreutils/semanage-user/main.fmf b/policycoreutils/semanage-user/main.fmf
index 8a1a9c7..b4c648c 100644
--- a/policycoreutils/semanage-user/main.fmf
+++ b/policycoreutils/semanage-user/main.fmf
@@ -1 +1 @@
-path: policycoreutils/semanage-user
+path: /olicycoreutils/semanage-user
diff --git a/policycoreutils/sepolicy-generate/main.fmf b/policycoreutils/sepolicy-generate/main.fmf
index 85b06ad..c7e05b0 100644
--- a/policycoreutils/sepolicy-generate/main.fmf
+++ b/policycoreutils/sepolicy-generate/main.fmf
@@ -1 +1 @@
-path: policycoreutils/sepolicy-generate
+path: /olicycoreutils/sepolicy-generate
diff --git a/policycoreutils/sestatus/main.fmf b/policycoreutils/sestatus/main.fmf
index 6532d4b..c287557 100644
--- a/policycoreutils/sestatus/main.fmf
+++ b/policycoreutils/sestatus/main.fmf
@@ -1 +1 @@
-path: policycoreutils/sestatus
+path: /olicycoreutils/sestatus
diff --git a/policycoreutils/setsebool/main.fmf b/policycoreutils/setsebool/main.fmf
index aa43e88..0c98ea2 100644
--- a/policycoreutils/setsebool/main.fmf
+++ b/policycoreutils/setsebool/main.fmf
@@ -1 +1 @@
-path: policycoreutils/setsebool
+path: /olicycoreutils/setsebool
diff --git a/selinux-policy/policy-rpm-macros/main.fmf b/selinux-policy/policy-rpm-macros/main.fmf
index facad3b..498e8f4 100644
--- a/selinux-policy/policy-rpm-macros/main.fmf
+++ b/selinux-policy/policy-rpm-macros/main.fmf
@@ -1,2 +1,2 @@
-path: selinux-policy/policy-rpm-macros
+path: /selinux-policy/policy-rpm-macros
tier: 1
next reply other threads:[~2026-09-11 13:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-11 13:17 Petr Lautrbach [this message]
2026-09-11 13:17 [tests/selinux] pr775-checkpolicy-revdeps: Fix path meta data Petr Lautrbach
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178913264438.1.3152984165875009588.tests-selinux-4cf575fc0b0d@fedoraproject.org \
--to=plautrba@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox