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