diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-24 23:12:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-25 23:15:42 +0100 |
commit | ab7b7e222b88e40f2a5011fc16bbd784e6be55e5 (patch) | |
tree | f63111840f6116b33a58a092578b7d5ad94bd0d4 /scripts | |
parent | 4c48e59c58e62d70b900c4356953f5b66fba2353 (diff) | |
download | openembedded-core-contrib-ab7b7e222b88e40f2a5011fc16bbd784e6be55e5.tar.gz |
scripts/autobuilder-worker-prereq-tests: Add to todo list
Note further tests needed after encountering issues.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/autobuilder-worker-prereq-tests | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/autobuilder-worker-prereq-tests b/scripts/autobuilder-worker-prereq-tests index e65071b227f..c0148fbce88 100755 --- a/scripts/autobuilder-worker-prereq-tests +++ b/scripts/autobuilder-worker-prereq-tests @@ -10,6 +10,9 @@ # Add python3-git test # Add pigz test # vnc tests/checkvnc? +# test sendmail works (for QA email notification) +# test error report submission works +# test buildistory git repo works? # . ./oe-init-build-env > /dev/null |