mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-28 12:36:47 +00:00
zdtm: handle --tcp-established in the rpc mode
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
ac713a9b5a
commit
2139c955ed
1 changed files with 3 additions and 0 deletions
|
|
@ -758,6 +758,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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue