selinux/kernel/sctp_peer_label_bug
Vit Mojzis caa904c01f Fix "adjust" statements
Whenever a key is defined in the tmt hierarchy and some child also
defines that key, the child's will overwrite the previous one. The "+"
changes the operation to "append", so the content of key+ in the child
is added to the existing key.

Meaning that any "adjust" statement in a test plan using a test that
defines it's own "adjust:" is ignored.

Since we are expecting other statements to be appended to the "adjust"
sections, the content of each section needs to be a single list item as
opposed to a set of key-value pairs (first line needs to start with a
hyphen).

- Replace all "adjust:" sections with "adjust+:" in order to honor any
  adjustments further up the tree (parent tests, or test plans).
- Fix malformed "adjust" sections (sets of key-value pairs)

Signed-off-by: Vit Mojzis <vmojzis@redhat.com>
2025-10-09 20:22:22 +02:00
..
main.fmf Fix "adjust" statements 2025-10-09 20:22:22 +02:00
Makefile Add a test for two-way SCTP association setup 2022-02-13 21:14:49 +01:00
runtest.sh kernel/sctp_peer_label_bug: timeout the server 2022-02-14 23:39:54 +01:00
sctp_bz2048251_client.c Add a test for two-way SCTP association setup 2022-02-13 21:14:49 +01:00
sctp_bz2048251_server.c kernel/sctp_peer_label_bug: subscribe to events early (server) 2022-02-14 23:39:52 +01:00
sctp_common.c kernel/sctp_peer_label_bug: sleep before open_assoc 2022-02-14 23:41:18 +01:00
sctp_common.h Add a test for two-way SCTP association setup 2022-02-13 21:14:49 +01:00