diff mbox series

[yocto-autobuilder-helper] Avoid run builds and functional testcases

Message ID 20231204233120.459144-1-alassane.yattara@savoirfairelinux.com
State New
Headers show
Series [yocto-autobuilder-helper] Avoid run builds and functional testcases | expand

Commit Message

Alassane Yattara Dec. 4, 2023, 11:31 p.m. UTC
Please note this patch is an extend of
index 516965e..b694e37 100755
Signed by: Alexander Lussier-Cullen <alexander.lussier-cullen@savoirfairelinux.com>

Above patch https://git.yoctoproject.org/yocto-autobuilder-helper/commit/?h=master-next&id=84e6c1579ef58dd476f7533e3255cb9048d1ffd6
should be merged before this one.

Ignores functional and builds tests for now, as they are not working.
- Tests Passed:
    - Browser
    - Commands
    - db
    - views
- Tests skipped: Actually working progress on followings tests
    - Builds
    - Functional

Signed-off-by: Alassane Yattara <alassane.yattara@savoirfairelinux.com>
---
 scripts/run-toaster-tests | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/scripts/run-toaster-tests b/scripts/run-toaster-tests
index b694e37..2f05a57 100755
--- a/scripts/run-toaster-tests
+++ b/scripts/run-toaster-tests
@@ -27,4 +27,4 @@  python3 -m venv venv --without-pip --system-site-packages
 source venv/bin/activate
 python3 -m pip install -r $pokydir/bitbake/toaster-requirements.txt -r $pokydir/bitbake/lib/toaster/tests/toaster-tests-requirements.txt
 
-python3 -m pytest -c $pokydir/bitbake/lib/toaster/pytest.ini $pokydir/bitbake/lib/toaster/tests/
+python3 -m pytest -c $pokydir/bitbake/lib/toaster/pytest.ini $pokydir/bitbake/lib/toaster/tests/ --ignore=$pokydir/bitbake/lib/toaster/tests/builds/ --ignore=$pokydir/bitbake/lib/toaster/tests/functional/