summaryrefslogtreecommitdiff
path: root/test/subscribe_notify_tests/conf/subscribe_notify_test_same_client_ids_same_ports_master.json.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/subscribe_notify_tests/conf/subscribe_notify_test_same_client_ids_same_ports_master.json.in')
-rw-r--r--test/subscribe_notify_tests/conf/subscribe_notify_test_same_client_ids_same_ports_master.json.in76
1 files changed, 0 insertions, 76 deletions
diff --git a/test/subscribe_notify_tests/conf/subscribe_notify_test_same_client_ids_same_ports_master.json.in b/test/subscribe_notify_tests/conf/subscribe_notify_test_same_client_ids_same_ports_master.json.in
deleted file mode 100644
index 253b55e..0000000
--- a/test/subscribe_notify_tests/conf/subscribe_notify_test_same_client_ids_same_ports_master.json.in
+++ /dev/null
@@ -1,76 +0,0 @@
-{
- "unicast":"@TEST_IP_MASTER@",
- "logging":
- {
- "level":"warning",
- "console":"true",
- "file":
- {
- "enable":"false",
- "path":"/tmp/vsomeip.log"
- },
- "dlt":"false"
- },
- "applications":
- [
- {
- "name":"subscribe_notify_test_service_one",
- "id":"0x1111"
- },
- {
- "name":"subscribe_notify_test_service_two",
- "id":"0x2222"
- },
- {
- "name":"subscribe_notify_test_service_three",
- "id":"0x3333"
- }
- ],
- "services":
- [
- {
- "service":"0x1111",
- "instance":"0x0001",
- "unreliable":"30000",
- "reliable":
- {
- "port":"40000",
- "enable-magic-cookies":"false"
- }
- },
- {
- "service":"0x2222",
- "instance":"0x0001",
- "unreliable":"30000",
- "reliable":
- {
- "port":"40000",
- "enable-magic-cookies":"false"
- }
- },
- {
- "service":"0x3333",
- "instance":"0x0001",
- "unreliable":"30000",
- "reliable":
- {
- "port":"40000",
- "enable-magic-cookies":"false"
- }
- }
- ],
- "routing":"subscribe_notify_test_service_one",
- "service-discovery":
- {
- "enable":"true",
- "multicast":"224.0.0.1",
- "port":"30490",
- "protocol":"udp",
- "initial_delay_min" : "10",
- "initial_delay_max" : "10",
- "repetitions_base_delay" : "30",
- "repetitions_max" : "3",
- "cyclic_offer_delay" : "1000",
- "ttl" : "3"
- }
-} \ No newline at end of file