Commit 2139c955 authored by Andrei Vagin's avatar Andrei Vagin

zdtm: handle --tcp-established in the rpc mode

Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent ac713a9b
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment