[yocto] [yocto-autobuilder-helper v2] scripts/run-toaster-tests.py: run via pytest and fix environment setup

2023-12-01 Thread Alexander Lussier-Cullen
Lussier-Cullen CC: Richard Purdie --- scripts/run-toaster-tests | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/scripts/run-toaster-tests b/scripts/run-toaster-tests index 516965e..b694e37 100755 --- a/scripts/run-toaster-tests +++ b/scripts/run-toaster-tests @@ -16,13

[yocto] [yocto-autobuilder-helper] scripts/run-toaster-tests.py: run via pytest and fix environment setup

2023-11-30 Thread Alexander Lussier-Cullen
Signed-off-by: Alexander Lussier-Cullen --- scripts/run-toaster-tests | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/scripts/run-toaster-tests b/scripts/run-toaster-tests index 516965e..08528c7 100755 --- a/scripts/run-toaster-tests +++ b/scripts/run-toaster

[yocto] [yocto-autobuilder-helper] scripts/run-toaster-tests.py: Add environment variables

2023-11-23 Thread Alexander Lussier-Cullen
Pass the toaster test environment SSTATE_DIR and DL_DIR for faster builds and TOASTER_DJANGO_TMPDIR to remove problematic temp files from the root level '/tmp' directory. Signed-off-by: Alexander Lussier-Cullen --- scripts/run-toaster-tests | 6 ++ 1 file changed, 6 insertions(+) diff

[yocto] [yocto-autobuilder-helper] Add toaster test builder

2023-11-13 Thread Alexander Lussier-Cullen
From: Alexander Lussier-Cullen Add a toaster test builder that runs the tox test suite using a new run-toaster-tests script. Signed-off-by: Alexander Lussier-Cullen CC: richard.pur...@linuxfoundation.org --- config.json | 3 +++ scripts/run-toaster-tests | 22