pytest: allow log_all_io through get_nodes.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2018-09-24 11:11:14 +09:30 committed by Christian Decker
parent 76e7f8aa5c
commit b0d9182fc3

View file

@ -676,6 +676,7 @@ class NodeFactory(object):
'may_fail',
'may_reconnect',
'random_hsm',
'log_all_io',
]
node_opts = {k: v for k, v in opts.items() if k in node_opt_keys}
cli_opts = {k: v for k, v in opts.items() if k not in node_opt_keys}