summaryrefslogtreecommitdiff
path: root/test/network_tests/second_address_tests/conf/second_address_test_master_service_udp.json.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/network_tests/second_address_tests/conf/second_address_test_master_service_udp.json.in')
-rw-r--r--test/network_tests/second_address_tests/conf/second_address_test_master_service_udp.json.in40
1 files changed, 40 insertions, 0 deletions
diff --git a/test/network_tests/second_address_tests/conf/second_address_test_master_service_udp.json.in b/test/network_tests/second_address_tests/conf/second_address_test_master_service_udp.json.in
new file mode 100644
index 0000000..1b45898
--- /dev/null
+++ b/test/network_tests/second_address_tests/conf/second_address_test_master_service_udp.json.in
@@ -0,0 +1,40 @@
+{
+ "unicast":"@TEST_IP_MASTER@",
+ "logging":
+ {
+ "level":"warning",
+ "console":"true",
+ "file":
+ {
+ "enable":"false",
+ "path":"/tmp/vsomeip.log"
+ },
+ "dlt":"false"
+ },
+ "applications" :
+ [
+ {
+ "name" : "second_address_test_service",
+ "id" : "0x3489",
+ "max_dispatch_time" : "1000"
+ }
+ ],
+ "services":
+ [
+ {
+ "service":"0x3333",
+ "instance":"0x0001",
+ "unreliable":"30001"
+ }
+ ],
+ "routing":"routingmanagerd",
+ "service-discovery":
+ {
+ "enable":"true",
+ "multicast":"224.0.50.1",
+ "port":"30490",
+ "protocol":"udp",
+ "cyclic_offer_delay" : "1000",
+ "ttl" : "3"
+ }
+} \ No newline at end of file