summaryrefslogtreecommitdiff
path: root/test/network_tests/routing_tests/conf/external_local_routing_test_service.json.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/network_tests/routing_tests/conf/external_local_routing_test_service.json.in')
-rw-r--r--test/network_tests/routing_tests/conf/external_local_routing_test_service.json.in42
1 files changed, 42 insertions, 0 deletions
diff --git a/test/network_tests/routing_tests/conf/external_local_routing_test_service.json.in b/test/network_tests/routing_tests/conf/external_local_routing_test_service.json.in
new file mode 100644
index 0000000..a4deb82
--- /dev/null
+++ b/test/network_tests/routing_tests/conf/external_local_routing_test_service.json.in
@@ -0,0 +1,42 @@
+{
+ "unicast" : "@TEST_IP_MASTER@",
+ "diagnosis":"0x12",
+ "logging" :
+ {
+ "level" : "debug",
+ "console" : "true",
+ "file" :
+ {
+ "enable" : "false",
+ "path" : "/tmp/vsomeip.log"
+ },
+
+ "dlt" : "false"
+ },
+
+ "applications" :
+ [
+ {
+ "name" : "external_local_routing_test_service",
+ "id" : "0x1277"
+ }
+ ],
+
+ "services" :
+ [
+ {
+ "service" : "0x1234",
+ "instance" : "0x5678",
+ "unreliable" : "30509"
+ }
+ ],
+
+ "routing" : "external_local_routing_test_service",
+ "service-discovery" :
+ {
+ "enable" : "false",
+ "multicast" : "224.0.0.1",
+ "port" : "30490",
+ "protocol" : "udp"
+ }
+}