summaryrefslogtreecommitdiff
path: root/test/restart_routing_tests/restart_routing_test_autoconfig.json
diff options
context:
space:
mode:
authorJuergen Gehring <juergen.gehring@bmw.de>2017-04-07 03:30:13 -0700
committerJuergen Gehring <juergen.gehring@bmw.de>2017-04-07 03:30:13 -0700
commit5315798ff81796217b55eb8c622f154bb0a1c487 (patch)
treea414da54a2ab36be5fbc2c95e551585c41cbc6f8 /test/restart_routing_tests/restart_routing_test_autoconfig.json
parentc35b82a9459b866ab22bc3cabe274c7b36bca290 (diff)
downloadvSomeIP-5315798ff81796217b55eb8c622f154bb0a1c487.tar.gz
vSomeIP 2.6.22.6.2maintain/2.6
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"
+ }
+}