summaryrefslogtreecommitdiff
path: root/tests/sota.toml
blob: 1c58c1688fe762d54c3e24e403cb5a0a13a3b991 (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
39
40
41
42
43
44
45
[auth]
server = "http://127.0.0.1:9001"
client_id = "client-id"
client_secret = "client-secret"
credentials_file = "/tmp/sota_credentials.toml"

[core]
server = "http://127.0.0.1:8080"

[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 = "123e4567-e89b-12d3-a456-426655440000"
vin = "V1234567890123456"
packages_dir = "/tmp/"
package_manager = "deb"
system_info = "./system_info.sh"
polling_interval = 10
certificates_path = "/tmp/sota_certificates"

[gateway]
console = false
dbus = false
http = false
rvi = false
socket = false
websocket = true

[network]
http_server = "http://127.0.0.1:8888"
rvi_edge_server = "http://127.0.0.1:9080"
socket_commands_path = "/tmp/sota-commands.socket"
socket_events_path = "/tmp/sota-events.socket"
websocket_server = "127.0.0.1:3012"

[rvi]
client = "http://127.0.0.1:8901"
storage_dir = "/var/sota"
timeout = 20