summaryrefslogtreecommitdiff
path: root/test/cpu_load_tests/conf/cpu_load_test_client_master.json.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpu_load_tests/conf/cpu_load_test_client_master.json.in')
-rw-r--r--test/cpu_load_tests/conf/cpu_load_test_client_master.json.in32
1 files changed, 0 insertions, 32 deletions
diff --git a/test/cpu_load_tests/conf/cpu_load_test_client_master.json.in b/test/cpu_load_tests/conf/cpu_load_test_client_master.json.in
deleted file mode 100644
index d623758..0000000
--- a/test/cpu_load_tests/conf/cpu_load_test_client_master.json.in
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "unicast" : "@TEST_IP_MASTER@",
- "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"
- }
- ],
- "routing" : "cpu_load_test_client",
- "service-discovery" :
- {
- "enable" : "true",
- "multicast" : "224.0.0.1",
- "port" : "30490",
- "protocol" : "udp"
- }
-}