Clone of official tools
Diff: test_configs/no_network.json
- Revision:
- 43:2a7da56ebd24
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test_configs/no_network.json Tue Sep 25 13:43:09 2018 -0500 @@ -0,0 +1,17 @@ +{ + "config": { + "echo-server-addr" : { + "help" : "IP address of echo server", + "value" : null + }, + "echo-server-port" : { + "help" : "Port of echo server", + "value" : null + } + }, + "target_overrides": { + "*": { + "target.network-default-interface-type": null + } + } +}