summaryrefslogtreecommitdiff
path: root/test/network_tests/malicious_data_tests/conf/malicious_data_test_master.json.in
blob: 5c2e511ea153696415101a538c9002fbfc2e64ba (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
{
    "unicast":"@TEST_IP_MASTER@",
    "logging":
    {
        "level":"info",
        "console":"true",
        "file":
        {
            "enable":"false",
            "path":"/tmp/vsomeip.log"
        },
        "dlt":"false"
    },
    "applications" :
    [
        {
            "name" : "malicious_data_test_service",
            "id" : "0x4289",
            "max_dispatch_time" : "1000"
        }
    ],
    "services":
    [
        {
            "service":"0x3345",
            "instance":"0x0001",
            "unreliable":"30001",
            "reliable":
            {
                "port":"40001",
                "enable-magic-cookies":"false"
            }
        }
    ],
    "routing":"routingmanagerd",
    "service-discovery":
    {
        "enable":"true",
        "multicast":"224.0.24.1",
        "port":"30490",
        "protocol":"udp",
        "cyclic_offer_delay" : "1000"
    }
}