diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-05-17 10:32:21 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2019-05-17 10:32:21 +0200 |
commit | 64733cc59737ad606f42874c5a825df1e2b3b1ff (patch) | |
tree | acad00a07cefd63eafa02e1d8084602445fdd018 /README.adoc | |
parent | 613e64e3d0b2776be1ecec8019b6233229eb554d (diff) | |
download | meta-updater-64733cc59737ad606f42874c5a825df1e2b3b1ff.tar.gz |
Mention oe-selftest usage of ptest.fix/sumo/backport
Despite that it is not fully supported in rocko/sumo because of
valgrind/openssl and timeout issues.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index 1aab7dc..01f1c85 100644 --- a/README.adoc +++ b/README.adoc | |||
@@ -242,6 +242,8 @@ Be aware that it will add several hundreds of MB to the generated file system. | |||
242 | 242 | ||
243 | The aktualizr tests will now be part of the deployed ptest suite, which can be run by calling `ptest-runner`. Alternatively, the required files and run script can be found in `/usr/lib/aktualizr/ptest`. | 243 | The aktualizr tests will now be part of the deployed ptest suite, which can be run by calling `ptest-runner`. Alternatively, the required files and run script can be found in `/usr/lib/aktualizr/ptest`. |
244 | 244 | ||
245 | The aktualizr ptests can be run via oe-selftest with `oe-selftest -r updater_qemux86_64_ptest`, but in the rocko and sumo branches, this is not fully supported due to valgrind issues with openssl 1.0.2 and issues with ptest timing out. | ||
246 | |||
245 | == Manual provisoning | 247 | == Manual provisoning |
246 | 248 | ||
247 | As described in <<sota-related-variables-in-localconf,SOTA-related variables in local.conf>> section you can set `SOTA_DEPLOY_CREDENTIALS` to `0` to prevent deploying credentials to the built `wic` image. In this case you get a generic image that you can use e.g. on a production line to flash a series of devices. The cost of this approach is that this image is half-baked and should be provisioned before it can connect to the backend. | 249 | As described in <<sota-related-variables-in-localconf,SOTA-related variables in local.conf>> section you can set `SOTA_DEPLOY_CREDENTIALS` to `0` to prevent deploying credentials to the built `wic` image. In this case you get a generic image that you can use e.g. on a production line to flash a series of devices. The cost of this approach is that this image is half-baked and should be provisioned before it can connect to the backend. |