aboutsummaryrefslogtreecommitdiff
path: root/lhg-oe-build/lava-job-definitions/hi6220-hikey
AgeCommit message (Collapse)Author
2019-06-25lhg-oe-build: remove redundant test templatesAndrey Konovalov
All the template-tests-${MANIFEST_BRANCH}.yaml for a given machine are the same (no dependency on the manifest branch). So let's use a single template for all the manifest branches (for a given machine). Change-Id: I7ad73965df001ceeb02140379d8d2112830eec2a Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2019-02-05lhg-oe-build, hi6220-hikey/template-tests-morty.yaml: fix parse errorAndrey Konovalov
Change-Id: I17555499078b248464000dea8d92dbdfb547c5fa Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2019-01-31lhg-oe-build: Fix webgl-test failed on hikey morty buildArthur She
The test needs tesseract-ocr to be installed in LXC. Change-Id: Ied797996f8cdb278f41dac43d9da3fde335213cd
2018-11-30lhg-oe-build: add wifi testsArthur She
Add wifi tests for hikey/dragonboard-410c morty and rocko builds. Change-Id: I48c4f6865b03868f7340cd85d6f5d53b47abce8d
2018-11-14lava-job-definitions: fix installation of android platform toolsChase Qi
When /usr/bin/{fastboot,adb} exists, the current way to install these tools fails, and test job continues with wrong version tools. Refer to Jira story: https://projects.linaro.org/browse/LSS-231 automated/linux/android-platform-tools/install.sh from QA test-definitions repo will remove adb/fastboot if installed and install the ones specified with $LINK var. If any step fails, test job will be killed with lava-test-raise. A test error will be printed as well. Change-Id: I6d32b040acebac53b6d2b65498b4c538c88a6071 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2018-10-18lhg-oe-build: add more robotframework tests for morty, fix test job nameArthur She
Refine the test job name and bring more robortframework tests for hikey-morty build. Change-Id: Iaf45a9dafd7848c4efbdbf4b64f5f1fe4fc3772f
2018-09-18lhg-oe-build: template-tests-rocko.yaml: fix the test nameAndrey Konovalov
weston-simple-test was renamed to weston-simple-egl. Also switch to the repository at github.com/linaro-mmwg. Change-Id: I6d56508eafa865c85f4dc548b53b9355e258c310 Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2018-04-27lhg-oe-build/lhg-oe-rocko: don't reflash fip.bin in LAVA test jobAndrey Konovalov
When we were using staging.v.l.o, reflashing fip.bin was a no-op. With migration to the production instance, an attempt to reflash fip.bin seems to brick the board: NOTICE: BL1: v1.4(release):v1.4-656-g15e59585 NOTICE: BL1: Built : 11:10:19, Feb 12 2018 ERROR: Failed to load BL2 firmware. Do not try to update fip.bin, and use the existing one until this problem is resolved. Change-Id: Ie750d78b08318097a2ecbef85c83be4f23728dce Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2018-04-26lhg-oe-build/lhg-oe-rocko: migrate the LAVA jobs to production LAVA instanceAndrey Konovalov
Change-Id: Ic84c68d9b5b909aaf38971e9a7e2406cd677712a Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2018-04-23lhg-oe-build: update LHG LAVA jobs to use hikey-r2Andrey Konovalov
Change-Id: I12e452ab1d940ace49e6cc5950516acc2d39c798 Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2018-03-22lhg-oe-rocko: start submitting test job for HiKey to LAVAAndrey Konovalov
Change-Id: Ifbac4a03b42e455286704a5d484710800734d12f Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2017-10-25lhg-oe-build/template-eme-clearkey.yaml: remove "insmod vmouse.ko"Andrey Konovalov
Now that a real mouse is attached to the board under test, vmouse is no longer needed. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org> Change-Id: I7e2ccca277dfaa7c007a23168a0e202fffaa7fba
2017-10-20lhg-oe-build/template-eme-clearkey.yaml: add wget and gzipAndrey Konovalov
Install wget and gzip as they are needed for fastboot installation Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org> Change-Id: I1259caf334adffb06a5072b16cba902fb44a01fd
2017-10-11lhg-oe-build: run EME ClearKey test for Hikey in LAVAAndrey Konovalov
Based on rpb-openembedded/publishers.sh and openembedded-lkft/submit_for_testing.py. For the test definition, Artur She's personal repository is used for the moment. Change-Id: I05a1b7b46c4de50d2c2e8614fde12c5c51c08a1c Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>