summaryrefslogtreecommitdiff
path: root/test/network_tests/magic_cookies_tests/conf/magic_cookies_test_service.json.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/network_tests/magic_cookies_tests/conf/magic_cookies_test_service.json.in')
-rw-r--r--test/network_tests/magic_cookies_tests/conf/magic_cookies_test_service.json.in88
1 files changed, 88 insertions, 0 deletions
diff --git a/test/network_tests/magic_cookies_tests/conf/magic_cookies_test_service.json.in b/test/network_tests/magic_cookies_tests/conf/magic_cookies_test_service.json.in
new file mode 100644
index 0000000..0e53c24
--- /dev/null
+++ b/test/network_tests/magic_cookies_tests/conf/magic_cookies_test_service.json.in
@@ -0,0 +1,88 @@
+{
+ "unicast":"@TEST_IP_MASTER@",
+ "logging":
+ {
+ "level":"debug",
+ "console":"true",
+ "file":
+ {
+ "enable":"false",
+ "path":"/tmp/vsomeip.log"
+ },
+ "dlt":"false"
+ },
+ "applications":
+ [
+ {
+ "name":"magic_cookies_test_service",
+ "id":"0x1277"
+ }
+ ],
+ "services":
+ [
+ {
+ "service":"0x1234",
+ "instance":"0x5678",
+ "reliable":
+ {
+ "port":"30509",
+ "enable-magic-cookies":"true"
+ },
+ "events":
+ [
+ {
+ "event":"0x0777",
+ "is_field":"false",
+ "is_reliable":"true",
+ "update-cycle":"2000"
+ },
+ {
+ "event":"0x0778",
+ "is_field":"true",
+ "is_reliable":"true",
+ "update-cycle":"0"
+ },
+ {
+ "event":"0x0779",
+ "is_field":"false",
+ "is_reliable":"true"
+ }
+ ],
+ "eventgroups":
+ [
+ {
+ "eventgroup":"0x4455",
+ "events":
+ [
+ "0x777",
+ "0x778"
+ ]
+ },
+ {
+ "eventgroup":"0x4465",
+ "events":
+ [
+ "0x778",
+ "0x779"
+ ]
+ },
+ {
+ "eventgroup":"0x4555",
+ "events":
+ [
+ "0x777",
+ "0x779"
+ ]
+ }
+ ]
+ }
+ ],
+ "routing":"magic_cookies_test_service",
+ "service-discovery":
+ {
+ "enable":"false",
+ "multicast":"224.0.0.1",
+ "port":"30490",
+ "protocol":"udp"
+ }
+}