summaryrefslogtreecommitdiff
path: root/test/restart_routing_tests/restart_routing_test_autoconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/restart_routing_tests/restart_routing_test_autoconfig.json')
-rw-r--r--test/restart_routing_tests/restart_routing_test_autoconfig.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/restart_routing_tests/restart_routing_test_autoconfig.json b/test/restart_routing_tests/restart_routing_test_autoconfig.json
new file mode 100644
index 0000000..f50dba7
--- /dev/null
+++ b/test/restart_routing_tests/restart_routing_test_autoconfig.json
@@ -0,0 +1,24 @@
+{
+ "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"
+ },
+
+ "service-discovery" :
+ {
+ "enable" : "false",
+ "multicast" : "224.0.0.1",
+ "port" : "30491",
+ "protocol" : "udp"
+ }
+}