summaryrefslogtreecommitdiff
path: root/test/network_tests/npdu_tests/conf/npdu_test_client_no_npdu.json.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/network_tests/npdu_tests/conf/npdu_test_client_no_npdu.json.in')
-rw-r--r--test/network_tests/npdu_tests/conf/npdu_test_client_no_npdu.json.in39
1 files changed, 39 insertions, 0 deletions
diff --git a/test/network_tests/npdu_tests/conf/npdu_test_client_no_npdu.json.in b/test/network_tests/npdu_tests/conf/npdu_test_client_no_npdu.json.in
new file mode 100644
index 0000000..07cfe08
--- /dev/null
+++ b/test/network_tests/npdu_tests/conf/npdu_test_client_no_npdu.json.in
@@ -0,0 +1,39 @@
+{
+ "unicast":"@TEST_IP_SLAVE@",
+ "logging":
+ {
+ "level":"info",
+ "console":"true"
+ },
+ "applications":
+ [
+ {
+ "name":"npdu_test_routing_manager_daemon_client_side",
+ "id":"0x6666"
+ },
+ {
+ "name":"npdu_test_client_one",
+ "id":"0x1111"
+ },
+ {
+ "name":"npdu_test_client_two",
+ "id":"0x2222"
+ },
+ {
+ "name":"npdu_test_client_three",
+ "id":"0x3333"
+ },
+ {
+ "name":"npdu_test_client_four",
+ "id":"0x4444"
+ }
+ ],
+ "routing":"npdu_test_routing_manager_daemon_client_side",
+ "service-discovery":
+ {
+ "enable":"true",
+ "multicast":"224.0.0.1",
+ "port":"30490",
+ "protocol":"udp"
+ }
+}