diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2017-11-10 15:55:54 +0200 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2017-11-10 15:55:54 +0200 |
commit | 83de2daca646140036cbcb75d7f9acfa1991f1b7 (patch) | |
tree | 4c724635e55304671107de27ce3f852497f19ae1 /README.adoc | |
parent | 3b536a8c14b68e6d23516cbf6db8bd6d07ac6c37 (diff) | |
download | meta-updater-83de2daca646140036cbcb75d7f9acfa1991f1b7.tar.gz |
README.adoc: Add QA section
Extend the usage section with information about QA
using the test framework oe-selftest.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index 47c0a2b..0097670 100644 --- a/README.adoc +++ b/README.adoc | |||
@@ -122,3 +122,19 @@ garage-push --repo=/path/to/ostree-repo --ref=mybranch --credentials=/path/to/cr | |||
122 | .... | 122 | .... |
123 | 123 | ||
124 | You can set SOTA_PACKED_CREDENTIALS in your local.conf to make your build results be automatically synchronized with a remote server. Credentials are stored in the JSON format described in the https://github.com/advancedtelematic/aktualizr/blob/master/README.sotatools.adoc[garage-push README]. This JSON file can be optionally stored inside a zip file, although if it is stored this way, the JSON file must be named treehub.json. | 124 | You can set SOTA_PACKED_CREDENTIALS in your local.conf to make your build results be automatically synchronized with a remote server. Credentials are stored in the JSON format described in the https://github.com/advancedtelematic/aktualizr/blob/master/README.sotatools.adoc[garage-push README]. This JSON file can be optionally stored inside a zip file, although if it is stored this way, the JSON file must be named treehub.json. |
125 | |||
126 | === QA | ||
127 | |||
128 | This layer relies on the test framework oe-selftest for quality assurance. Follow the steps below to run the tests: | ||
129 | |||
130 | * Append the line below to conf/local.conf | ||
131 | |||
132 | ``` | ||
133 | SANITY_TESTED_DISTROS="" | ||
134 | ``` | ||
135 | |||
136 | * Run oe-selftest: | ||
137 | |||
138 | ``` | ||
139 | oe-selftest --run-tests garage_push | ||
140 | ``` | ||