summaryrefslogtreecommitdiff
path: root/test/cpu_load_tests/conf/cpu_load_test_client_slave.json.in
blob: 4da82f4eb3f2f77f43c481ca6a7d059cfc111c2c (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
{
   "unicast" : "@TEST_IP_SLAVE@",
   "netmask" : "255.255.255.0",
   "logging" : 
   {
      "level" : "debug",
      "console" : "true",
      "file" : 
      {
         "enable" : "false",
         "path" : "/var/log/vsomeip.log"
      },

      "dlt" : "false"
   },

   "applications" : 
   [
      {
         "name" : "cpu_load_test_client",
         "id" : "0x2222"
      }
   ],
    "npdu-default-timings" : {
        "debounce-time-request" : "0",
        "debounce-time-response" : "0",
        "max-retention-time-request" : "0",
        "max-retention-time-response" : "0"
    },
   "routing" : "cpu_load_test_client",
   "service-discovery" : 
   {
      "enable" : "true",
      "multicast" : "224.0.0.1",
      "port" : "30490",
      "protocol" : "udp"
   }
}