summaryrefslogtreecommitdiff
path: root/test/network_tests/application_tests/conf/application_test_no_dispatch_threads.json.in
blob: 20d0ebd17bfb6f2f50495e5b9fee9a97812699bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
    "unicast":"@TEST_IP_MASTER@",
    "logging":
    {
        "level":"warning",
        "console":"true",
        "file":
        {
            "enable":"false",
            "path":"/tmp/someip.log"
        },
        "dlt":"false"
    },
    "applications":
    [
        {
            "name":"application_test",
            "id":"0x7788"
        }
    ],
    "services":
    [
        {
            "service":"0x1234",
            "instance":"0x5678",
            "reliable":"30503"
        }
    ],
    "routing":"application_test",
    "service-discovery":
    {
        "enable":"true",
        "multicast":"224.0.0.1",
        "port":"30490",
        "protocol":"udp"
    }
}