summaryrefslogtreecommitdiff
path: root/test/pending_subscription_tests/conf/pending_subscription_test_master.json.in
blob: 5bcbe9a654d460a818d5902bcb3377e3c22583cb (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
    "unicast":"@TEST_IP_MASTER@",
    "logging":
    {
        "level":"info",
        "console":"true",
        "file":
        {
            "enable":"false",
            "path":"/tmp/vsomeip.log"
        },
        "dlt":"false"
    },
    "applications" :
    [
        {
            "name" : "pending_subscription_test_service",
            "id" : "0xCAFE",
            "max_dispatch_time" : "1000"
        }
    ],
    "services":
    [
        {
            "service":"0x1122",
            "instance":"0x0001",
            "unreliable":"30001",
            "reliable":
            {
                "port":"40001",
                "enable-magic-cookies":"false"
            },
            "events" :
            [
                {
                    "event" : "0x1111",
                    "is_reliable" : "false"
                },
                {
                    "event" : "0x1112",
                    "is_reliable" : "false"
                }
            ]
        }
    ],
    "routing":"routingmanagerd",
    "service-discovery":
    {
        "enable":"true",
        "multicast":"224.0.23.1",
        "port":"30490",
        "protocol":"udp",
        "cyclic_offer_delay" : "1000"
    }
}