summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa
Commit message (Expand)AuthorAgeFilesLines
...
* oeqa/runtime/parselogs: load ignores from diskRoss Burton2023-12-061-5/+35
* selftest: wic: add test for zerorize option of empty pluginLukas Funke2023-12-061-0/+36
* oeqa/selftest/recipetool/devtool: add test for pypi classJulien Stephan2023-12-062-31/+85
* oeqa/selftest/recipetool: remove spaces on empty linesJulien Stephan2023-12-061-1/+1
* oeqa/selftest/wic: Add tests for kernel image installationKareem Zarka2023-12-041-0/+68
* oeqa/selftest/devtool: add test for git submodulesJulien Stephan2023-12-011-0/+47
* rust: Split rustdoc into a separate packageSundeep KOKKONDA2023-11-271-1/+1
* wic: add test for partition hidden attributesLee Chee Yang2023-11-271-0/+24
* oeqa/selftest/tinfoil: Add tests that parse virtual recipesPeter Kjellerstedt2023-11-231-1/+24
* oeqa/selftest/sstatetests: Re-enable CDN testsRichard Purdie2023-11-231-2/+2
* oeqa/selftest/debuginfod: improve selftestRoss Burton2023-11-221-36/+88
* oeqa/selftest/devtool: fix test_devtool_modify_overrides testJulien Stephan2023-11-201-1/+6
* selftest/reproducible: Allow packages exclusion via configRichard Purdie2023-11-151-2/+4
* selftest/reproducible: Split a long lineYoann Congal2023-11-151-1/+9
* oeqa/ssh: Handle SSHCall timeout error codeluca fancellu2023-11-102-1/+19
* oeqa/selftest/sstatetests: Fix intermitttent errors and improve performanceRichard Purdie2023-11-091-10/+6
* selftest: recipetool: Add test for go recipe handlerLukas Funke2023-11-061-0/+185
* oeqa/selftest: Drop machines supportRichard Purdie2023-11-052-62/+1
* selftest/sstatetests: add a test for CDN sstate cacheAlexander Kanavin2023-10-311-0/+48
* recipetool: add python_hatchling supportTim Orling2023-10-301-0/+35
* lib/oe/sstatesig.py: dump locked.sigs.inc only when explicitly asked via -S l...Alexander Kanavin2023-10-272-2/+2
* selftest/sstatetests: add tests for 'bitbake -S printdiff'Alexander Kanavin2023-10-271-0/+113
* oeqa/selftest/recipetool: add selftest for PEP-517 recipe creationJulien Stephan2023-10-271-0/+102
* recipetool/create_buildsys_python: prefix created recipes with python3-Julien Stephan2023-10-271-2/+2
* oeqa/selftest/devtool: remove spaces on empty lineJulien Stephan2023-10-271-1/+1
* oeqa/selftest/devtool: abort if a local workspace already existJulien Stephan2023-10-271-0/+3
* oeqa/runtime/cases/parselogs: remove "edgerouter" caseMichael Opdenacker2023-10-261-6/+0
* selftest/buildoptions: tag the download mirror test with 'yocto-mirrors'Alexander Kanavin2023-10-201-0/+2
* oeqa/sdk/rust: Add build and run test of rust binary with SDK hostSean Nyekjaer2023-10-191-0/+22
* oeqa/qemurunner: Drop newlines serial workaroundRichard Purdie2023-10-151-12/+0
* reproducible: Exclude rust for now againRichard Purdie2023-10-131-0/+2
* oeqa/runtime/_qemutiny: rewrite test to be functionalRoss Burton2023-10-111-3/+8
* oeqa/selftest: don't skip test_read_only_image on qemuarm64Ross Burton2023-10-111-2/+0
* oeqa/utils/gitarchive: ensure tag matches regex before getting its fieldsAlexis Lothoré2023-10-111-0/+2
* oeqa/utils/gitarchive: fix tag pattern searchingAlexis Lothoré2023-10-111-1/+1
* oeqa/qemurunner: Ensure we retry after BrokenPipeErrorRichard Purdie2023-10-111-1/+1
* rust: reproducibility issue fixSundeep KOKKONDA2023-10-111-2/+0
* oeqa/qemurunner: Add extra logging when console doesn't appearRichard Purdie2023-10-101-0/+10
* runqemu/qemurunner: Use nodelay with tcp serial connectionsRichard Purdie2023-10-101-0/+1
* oeqa/qemurunner: Add newlines serial workaroundRichard Purdie2023-10-101-0/+12
* oeqa/selftest/bblock: add self test for bblock toolJulien Stephan2023-10-091-0/+203
* qemurunner.py: detect login prompt without without utf-8 conversionMikko Rapeli2023-10-081-2/+1
* oeqa/concurrencytest: Remove invalid buffering optionRichard Purdie2023-10-051-2/+2
* qemurunner: Show both the login console log and all logging upon failureRichard Purdie2023-10-041-3/+2
* qemurunner: Log the second serial console as well as the firstRichard Purdie2023-10-041-6/+3
* qemurunner: Use backslashreplace with utf8 to make invalid characters clearRichard Purdie2023-10-041-2/+2
* qemurunner: Skip conversion from/to binary data for logfileRichard Purdie2023-10-041-4/+3
* oeqa/utils/gitarchive: Handle broken commit counts in results repoRichard Purdie2023-09-281-1/+9
* qa: Add selftest for python3-spdx-toolsSamantha Jalabert2023-09-271-0/+54
* oeqa/runtime/parselogs: parse the logs with Python, not grepRoss Burton2023-09-261-50/+41