criu/test/zdtm/static/net_lock_socket_nftables.desc
Zeyad Yasser aa772bf286 zdtm: fix network lock tests when run with --norst
In test/jenkins/{crit.sh,criu-dump}, ZDTM is run with --norst,
Causing tests to only go through dump wihtout restoring.

The network locking tests are highly dependant on dump/restore hooks
causing them to hang when run with --norst.

We just add a reqrst flag to all network lock tests.

Signed-off-by: Zeyad Yasser <zeyady98@gmail.com>
2021-09-03 10:31:00 -07:00

7 lines
188 B
Text

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