summaryrefslogtreecommitdiff
path: root/tests/toml/genivi.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/toml/genivi.toml')
-rw-r--r--tests/toml/genivi.toml30
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/toml/genivi.toml b/tests/toml/genivi.toml
new file mode 100644
index 0000000..5c93d8a
--- /dev/null
+++ b/tests/toml/genivi.toml
@@ -0,0 +1,30 @@
+# Replace 192.168.1.40 with your IP address
+[core]
+server = "http://192.168.1.40:8080"
+polling = false
+
+[dbus]
+name = "org.genivi.SotaClient"
+path = "/org/genivi/SotaClient"
+interface = "org.genivi.SotaClient"
+software_manager = "org.genivi.SoftwareLoadingManager"
+software_manager_path = "/org/genivi/SoftwareLoadingManager"
+timeout = 60
+
+[device]
+uuid = "9ea653bc-3486-44cd-aa86-d936bd957e52"
+packages_dir = "/tmp/"
+package_manager = "off"
+certificates_path = "run/sota_certificates"
+
+[gateway]
+dbus = true
+rvi = true
+
+[network]
+rvi_edge_server = "192.168.1.40:9080"
+
+[rvi]
+client = "http://192.168.1.40:8901"
+storage_dir = "/tmp"
+timeout = 20