mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
zdtm: handle --tcp-established in the rpc mode
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
@@ -768,6 +768,9 @@ class criu_rpc:
|
||||
if arg == '--track-mem':
|
||||
criu.opts.track_mem = True
|
||||
continue
|
||||
if arg == '--tcp-established':
|
||||
criu.opts.tcp_established = True
|
||||
continue
|
||||
|
||||
raise test_fail_exc('RPC for %s required' % arg)
|
||||
|
||||
|
Reference in New Issue
Block a user