summaryrefslogtreecommitdiff
path: root/test/routing_tests/local_routing_test_service.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/routing_tests/local_routing_test_service.json')
-rw-r--r--test/routing_tests/local_routing_test_service.json41
1 files changed, 0 insertions, 41 deletions
diff --git a/test/routing_tests/local_routing_test_service.json b/test/routing_tests/local_routing_test_service.json
deleted file mode 100644
index f5da8c6..0000000
--- a/test/routing_tests/local_routing_test_service.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "unicast" : "127.0.0.1",
- "diagnosis":"0x12",
- "logging" :
- {
- "level" : "debug",
- "console" : "true",
- "file" :
- {
- "enable" : "false",
- "path" : "/tmp/vsomeip.log"
- },
-
- "dlt" : "false"
- },
-
- "applications" :
- [
- {
- "name" : "local_routing_test_service",
- "id" : "0x1277"
- }
- ],
-
- "services" :
- [
- {
- "service" : "0x1234",
- "instance" : "0x5678"
- }
- ],
-
- "routing" : "vsomeipd",
- "service-discovery" :
- {
- "enable" : "false",
- "multicast" : "224.0.0.1",
- "port" : "30490",
- "protocol" : "udp"
- }
-}