Skip to content
Snippets Groups Projects
Commit dda3d6d3 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

service: load maker, model and stream from config


For the longest time, we used stub values for the maker, model and stream
properties. With the recent drive to complete the online side of SystemOTA
we are now able to load the values from the configuration system at
startup.

Tests are adjusted to use the test-* prefix for the values, in order to
avoid missing stub values anywhere. Integration tests are modified to
measure the values which are now set in the prepare logic of the test
suite.

There's a missing bit of integration between the writable update stream
property and the configuration system. At the moment changes to that
property are lost.

The update server is not used yet. It is also not exposed in the API,
on purpose, so that it cannot be modified or even read before the
interface between the client and the server is implemented.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent dfe99c8f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment