diff --git a/test/zdtm.py b/test/zdtm.py index ce8b3b9c5..850db9d36 100755 --- a/test/zdtm.py +++ b/test/zdtm.py @@ -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)