summaryrefslogtreecommitdiff
path: root/test/e2e_tests/conf/e2e_profile_04_test_service_external.json.in
blob: efeffef185865845f55a319a55a97cc5fc2d757f (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
56
57
{
    "unicast" : "@TEST_IP_SLAVE@",
    "netmask" : "255.255.255.0",
    "logging" :
    {
        "level" : "info",
        "console" : "true",
        "file" : { "enable" : "false", "path" : "/tmp/vsomeip.log" },
        "dlt" : "false"
    },
    "applications" :
    [
        {
            "name" : "service-sample",
            "id" : "0x1277",
            "has_session_handling" : "false"
        }
    ],
    "services" :
    [
       {
          "service" : "0xd025",
          "instance" : "0x0001",
          "unreliable" : "30501"
       }
    ],
    "e2e" :
    {
        "e2e_enabled" : "true",
        "protected" :
        [
            {
                "service_id" : "0xd025",
                "event_id" : "0x0001",
                "profile" : "P04",
                "variant" : "protector",
                "crc_offset" : "64",
                "data_id" : "0x2d"
            }
        ]
    },
    "routing" : "service-sample",
    "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"
    }
}