diff options
Diffstat (limited to 'src/bin/agent/tests/testdata/get_config.json')
-rw-r--r-- | src/bin/agent/tests/testdata/get_config.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/bin/agent/tests/testdata/get_config.json b/src/bin/agent/tests/testdata/get_config.json new file mode 100644 index 0000000000..ba56901abb --- /dev/null +++ b/src/bin/agent/tests/testdata/get_config.json @@ -0,0 +1,28 @@ +{ + "Control-agent": { + "control-sockets": { + "d2": { + "socket-name": "/path/to/the/unix/socket-d2", + "socket-type": "unix" + }, + "dhcp4": { + "socket-name": "/path/to/the/unix/socket-v4", + "socket-type": "unix" + }, + "dhcp6": { + "socket-name": "/path/to/the/unix/socket-v6", + "socket-type": "unix" + } + }, + "hooks-libraries": [ + { + "library": "/opt/local/control-agent-commands.so", + "parameters": { + "param1": "foo" + } + } + ], + "http-host": "127.0.0.1", + "http-port": 8000 + } +} |