summaryrefslogtreecommitdiff
path: root/test/configuration_tests/configuration-test-deprecated.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/configuration_tests/configuration-test-deprecated.json')
-rw-r--r--test/configuration_tests/configuration-test-deprecated.json131
1 files changed, 131 insertions, 0 deletions
diff --git a/test/configuration_tests/configuration-test-deprecated.json b/test/configuration_tests/configuration-test-deprecated.json
new file mode 100644
index 0000000..8d6a8d2
--- /dev/null
+++ b/test/configuration_tests/configuration-test-deprecated.json
@@ -0,0 +1,131 @@
+{
+ "unicast" : "10.0.2.15",
+ "logging" :
+ {
+ "level" : "debug",
+ "console" : "true",
+ "file" : { "enable" : "true", "path" : "/home/someip/another-file.log" },
+ "dlt" : "false"
+ },
+ "applications" :
+ [
+ {
+ "name" : "my_application",
+ "id" : "0x7788"
+ },
+ {
+ "name" : "other_application",
+ "id" : "0x9933"
+ }
+ ],
+ "servicegroups" :
+ [
+ {
+ "name" : "default",
+ "unicast" : "local",
+ "delays" :
+ {
+ "initial" : { "minimum" : "10", "maximum" : "100" },
+ "repetition-base" : "200",
+ "repetition-max" : "7",
+ "cyclic-offer" : "2132",
+ "cyclic-request" : "2001"
+ },
+ "services" :
+ [
+ {
+ "service" : "0x1234",
+ "instance" : "0x0022",
+ "reliable" : { "port" : "30506", "magic_cookies" : "false" },
+ "unreliable" : "31000",
+ "events" :
+ [
+ {
+ "event" : "0x0778",
+ "is_field" : "false"
+ },
+ {
+ "event" : "0x779",
+ "is_field" : "true"
+ },
+ {
+ "event" : "0x77A",
+ "is_field" : "false"
+ }
+ ],
+ "eventgroups" :
+ [
+ {
+ "eventgroup" : "0x4567",
+ "multicast" : "225.226.227.228",
+ "events" : [ "0x778", "0x779" ]
+ },
+ {
+ "eventgroup" : "0x4569",
+ "multicast" : "225.227.227.228",
+ "events" : [ "0x779", "0x77A" ]
+ },
+ {
+ "eventgroup" : "0x4569",
+ "multicast" : "225.222.227.228",
+ "events" : [ "0x778", "0x77A" ]
+ }
+ ]
+ },
+ {
+ "service" : "0x1234",
+ "instance" : "0x0023",
+ "reliable" : "30503"
+ }
+ ]
+ },
+ {
+ "name" : "extra",
+ "unicast" : "local",
+ "delays" :
+ {
+ "initial" : { "minimum" : "100", "maximum" : "200" },
+ "repetition-base" : "300",
+ "repetition-max" : "5",
+ "cyclic-offer" : "2500",
+ "cyclic-request" : "2221"
+ },
+ "services" :
+ [
+ {
+ "service" : "0x2277",
+ "instance" : "0x0022",
+ "reliable" : { "port" : "30505" },
+ "unreliable" : "31001"
+ },
+ {
+ "service" : "0x2266",
+ "instance" : "0x0022",
+ "reliable" : "30505",
+ "unreliable" : "30507"
+ }
+ ]
+ },
+ {
+ "name" : "remote",
+ "unicast" : "10.0.2.23",
+ "services" :
+ [
+ {
+ "service" : "0x4466",
+ "instance" : "0x0321",
+ "reliable" : "30506",
+ "unreliable" : "30444"
+ }
+ ]
+ }
+ ],
+ "routing" : "my_application",
+ "service-discovery" :
+ {
+ "enable" : "true",
+ "protocol" : "udp",
+ "multicast" : "224.212.244.223",
+ "port" : "30666"
+ }
+} \ No newline at end of file