kernelci / kernelci-core

Core KernelCI tools
https://kernelci.org
GNU Lesser General Public License v2.1
107 stars 97 forks source link

tast-on-debian: Create a new test method for Tast on Debian fs #2687

Closed denisyuji closed 1 month ago

denisyuji commented 2 months ago

Linked to https://github.com/kernelci/kernelci-pipeline/pull/803

Add support for Tast tests on Debian. Specifically:

nuclearcat commented 2 months ago

There is a lot of things retrieved from internet, they should be pre-added to docker image instead (especially google cloud cli over 100MB), for two reasons - reduce traffic to LAVA, and make tests reproducible and not hard depending on content in internet.

10ne1 commented 2 months ago

@denisyuji could you download the test vectors via a debos script and install them in the Debian docker bookworm-tast image as @nuclearcat suggests?