public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ondrej Mosnacek <omosnace@redhat.com>
To: git-commits@fedoraproject.org
Subject: [tests/selinux] pr775-checkpolicy-revdeps: Fix invalid FMF syntax
Date: Fri, 11 Sep 2026 13:18:57 GMT [thread overview]
Message-ID: <178913273794.1.16431449729664118976.tests-selinux-9f4cbb46a492@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : tests/selinux
Branch : pr775-checkpolicy-revdeps
Commit : 9f4cbb46a4922ccef503f6916961e20f42bcb0b7
Author : Ondrej Mosnacek <omosnace@redhat.com>
Date : 2021-04-06T15:25:20+02:00
Stats : +4/-6 in 2 file(s)
URL : https://src.fedoraproject.org/tests/selinux/c/9f4cbb46a4922ccef503f6916961e20f42bcb0b7?branch=pr775-checkpolicy-revdeps
Log:
Fix invalid FMF syntax
Fixes:
Invalid yaml syntax: Failed to parse '/home/omosnace/Dokumenty/Fedora/tests/selinux/kernel/genfs_fallback/main.fmf'.
Duplicate key 'adjust' detected.
Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
---
diff --git a/kernel/genfs_fallback/main.fmf b/kernel/genfs_fallback/main.fmf
index 4006f0b..5b42e80 100644
--- a/kernel/genfs_fallback/main.fmf
+++ b/kernel/genfs_fallback/main.fmf
@@ -16,11 +16,10 @@ duration: 5m
tier: 2
enabled: true
adjust:
- enabled: false
+ - enabled: false
when: distro < rhel-8.5
because: RHEL-8.5 and below are not expected to support this
-adjust:
- enabled: false
+ - enabled: false
when: distro < fedora-35
because: This feature may not be supported on kernels in F34 and below
link:
diff --git a/kernel/setsebool-deadlock/main.fmf b/kernel/setsebool-deadlock/main.fmf
index 5a69da9..48a51f5 100644
--- a/kernel/setsebool-deadlock/main.fmf
+++ b/kernel/setsebool-deadlock/main.fmf
@@ -15,10 +15,9 @@ duration: 5m
tier: 3
enabled: true
adjust:
- enabled: false
+ - enabled: false
when: distro < fedora-34
because: some kernels on Fedora 33 and below don't have the fix
-adjust:
- enabled: false
+ - enabled: false
when: distro ~< rhel-8.4
because: not expected to be fixed in RHEL-8 below 8.4
reply other threads:[~2026-09-11 13:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=178913273794.1.16431449729664118976.tests-selinux-9f4cbb46a492@fedoraproject.org \
--to=omosnace@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