criu/test/zdtm/static/net_lock_socket_iptables.desc
Adrian Reber 700a8c4b5e ci: do not run tests requiring iptables if it is missing
There are a couple of tests that require the iptables binary.

Instead of adding a checkskip script, which could also handle this,
this change now uses CRIU's feature detection to see if the CRIU
feature 'has_ipt_legacy' exists.

Signed-off-by: Adrian Reber <areber@redhat.com>
2025-03-21 12:40:31 -07:00

7 lines
181 B
Text

{
'flavor': 'h',
'feature': 'has_ipt_legacy',
'flags': 'suid excl reqrst',
'dopts': '--tcp-established --network-lock iptables',
'ropts': '--tcp-established',
}