mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
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>
6 lines
148 B
Text
6 lines
148 B
Text
{
|
|
'flavor': 'h',
|
|
'flags': 'suid excl reqrst',
|
|
'dopts': '--tcp-established --network-lock iptables',
|
|
'ropts': '--tcp-established',
|
|
}
|