summaryrefslogtreecommitdiff
path: root/test/network_tests/restart_routing_tests/restart_routing_test_client.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/network_tests/restart_routing_tests/restart_routing_test_client.json')
-rw-r--r--test/network_tests/restart_routing_tests/restart_routing_test_client.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/test/network_tests/restart_routing_tests/restart_routing_test_client.json b/test/network_tests/restart_routing_tests/restart_routing_test_client.json
new file mode 100644
index 0000000..93fafab
--- /dev/null
+++ b/test/network_tests/restart_routing_tests/restart_routing_test_client.json
@@ -0,0 +1,48 @@
+{
+ "unicast" : "127.0.0.1",
+ "netmask" : "255.255.255.0",
+ "logging" :
+ {
+ "level" : "warning",
+ "console" : "true",
+ "file" :
+ {
+ "enable" : "true",
+ "path" : "/var/log/vsomeip.log"
+ },
+
+ "dlt" : "true"
+ },
+
+ "applications" :
+ [
+ {
+ "name" : "restart_routing_test_client1",
+ "id" : "0x1343"
+ },
+ {
+ "name" : "restart_routing_test_client2",
+ "id" : "0x1344"
+ },
+ {
+ "name" : "restart_routing_test_client3",
+ "id" : "0x1345"
+ },
+ {
+ "name" : "restart_routing_test_client4",
+ "id" : "0x1346"
+ }
+ ],
+ "services" :
+ [
+ ],
+
+ "routing" : "routingmanagerd",
+ "service-discovery" :
+ {
+ "enable" : "false",
+ "multicast" : "224.0.0.1",
+ "port" : "30491",
+ "protocol" : "udp"
+ }
+}