Integrate gitlab-ci/CI-deploy-for-tests and 2 more
submit_test.py: Add option to submit tests for all devices of a type
Uses submit_all instead of submit. Some code cleanup also.
--
submit_tests.py: Add python script to submit tests to lava and wait for results
The testsuite is generated per platform and submited to the lava server. The resulting jobs are monitored and the results are downloaded in the results/ subfolder.
--
package_release.py: Add option to specify to output folders
The paths have been hardcoded inside the script before. To allow reuse in different situations, the hardcoded paths are removed and options are added instead.