summaryrefslogtreecommitdiff
path: root/test/application_tests/application_test.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/application_tests/application_test.json')
-rw-r--r--test/application_tests/application_test.json45
1 files changed, 45 insertions, 0 deletions
diff --git a/test/application_tests/application_test.json b/test/application_tests/application_test.json
new file mode 100644
index 0000000..a50eb35
--- /dev/null
+++ b/test/application_tests/application_test.json
@@ -0,0 +1,45 @@
+{
+ "unicast":"127.0.0.1",
+ "logging":
+ {
+ "level":"warning",
+ "console":"true",
+ "file":
+ {
+ "enable":"false",
+ "path":"/tmp/someip.log"
+ },
+ "dlt":"false"
+ },
+ "applications":
+ [
+ {
+ "name":"application_test",
+ "id":"0x7788",
+ "num_dispatchers":"5"
+ }
+ ],
+ "services":
+ [
+ {
+ "service":"0x1234",
+ "instance":"0x5678",
+ "reliable":"30503"
+ }
+ ],
+ "routing":"application_test",
+ "service-discovery":
+ {
+ "enable":"true",
+ "multicast":"224.0.0.1",
+ "port":"30490",
+ "protocol":"udp",
+ "initial_delay_min" : "10",
+ "initial_delay_max" : "100",
+ "repetitions_base_delay" : "200",
+ "repetitions_max" : "3",
+ "ttl" : "3",
+ "cyclic_offer_delay" : "2000",
+ "request_response_delay" : "1500"
+ }
+}