summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/context.py
Commit message (Expand)AuthorAgeFilesLines
* oeqa: selftest: context: run tests serially if testtools/subunit modules are ...Julien Stephan13 days1-1/+16
* oeqa/selftest: Drop machines supportRichard Purdie2023-11-051-50/+1
* oeqa: Streamline oe-selftest startup timeRichard Purdie2023-09-221-14/+21
* oeqa/selftest: Fix broken symlink removal handlingRichard Purdie2023-09-221-1/+1
* oeqa/selftest/context.py: check git command return valuesMikko Rapeli2023-09-141-1/+1
* Revert "oeqa selftest context.py: fix git commands and set branch name"Richard Purdie2023-09-071-1/+1
* oeqa selftest context.py: fix git commands and set branch nameMikko Rapeli2023-09-071-1/+1
* oeqa selftest context.py: remove warning from missing meta-selftestMikko Rapeli2023-09-071-1/+1
* oeqa selftest context.py: whitespace fixMikko Rapeli2023-09-071-2/+2
* oeqa/selftest: Use SSTATE_DIR of parent build dirThomas Roos2023-04-201-0/+10
* oeqa/selftest: OESelftestTestContext: convert relative to full path when newb...Jose Quaresma2023-03-281-0/+10
* oeqs/selftest: OESelftestTestContext: replace the os.environ after subprocess...Jose Quaresma2023-03-281-5/+5
* scripts/oe-selftest: append metadata to tests resultsAlexis Lothoré2023-02-261-1/+14
* selftest: allow '-R' and '-r' be used togetherChen Qi2022-12-261-3/+3
* oeqa: Update cleanup code to wait for hashserv exitRichard Purdie2021-10-161-1/+1
* selftest: Add argument to keep build dirPaul Barker2021-01-081-4/+13
* oeqa/concurrencytest: Improve builddir path manipulationsRichard Purdie2020-09-081-1/+3
* oeqa/selftest: Clean up separate builddir in success case when non-threadedRichard Purdie2020-06-281-3/+33
* oe-selftest: Recursively patch test case pathsPaul Barker2020-06-041-2/+12
* oe-selftest: Support verbose log outputPaul Barker2020-06-041-0/+1
* oe-selftest: Allow overriding the build directory used for testsPaul Barker2020-06-041-2/+8
* oeqa/selftest: Ensure buildtools in environment variables isn't replacedRichard Purdie2020-03-101-1/+1
* oeqa/selftest: Drop 'backup' code and SIGTERM handlerRichard Purdie2020-02-211-44/+3
* oeqa/selftest: Standardise seperate builddir for concurrent and non-concurren...Richard Purdie2020-02-211-0/+50
* selftest/context: Avoid tracebacks from tests using multiprocessingRichard Purdie2020-02-211-1/+5
* oeqa/selftest/context.py: For -t/-T use append argparse actionNathan Rossi2019-09-111-6/+6
* oeqa/selftest/context.py: Change -t/-T args to be optionalNathan Rossi2019-09-071-11/+19
* oeqa/selftest: Add test run filtering based on test tagsNathan Rossi2019-09-071-0/+11
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-1/+4
* oeqa/selftest/context: ensure log directory existsChen Qi2018-12-081-0/+1
* oeqa/selftest/context: Improve log file handlingRichard Purdie2018-12-011-3/+8
* testimage/testsdk/selftest: Avoid platform.distro_identifier deprecation warn...Richard Purdie2018-11-161-1/+2
* oeqa/selftest/context: Replace deprecated imp module usageRichard Purdie2018-11-161-2/+2
* oeqa/selftest: Standardize json logging output directoryYeoh Ee Peng2018-11-091-1/+1
* oeqa/selftest: Improvements to the json loggingRichard Purdie2018-10-291-14/+11
* oeqa/selftest/context: write testresult to json filesYeoh Ee Peng2018-10-291-3/+31
* selftest: Replace bitbake -p with bitbake -eRichard Purdie2018-08-151-2/+2
* oeqa/selftest: check if rm_work is enabledAnuj Mittal2018-07-301-0/+4
* logging: use warning instead warnChen Qi2018-07-261-1/+1
* oeqa: Add selftest parallelisation supportRichard Purdie2018-07-181-2/+6
* context: Include a command line argument to run all except certain testsLeonardo Sandoval2017-08-131-3/+8
* oeqa/{core,selftest}: Add support to validate if a specified test case isn't ...Aníbal Limón2017-07-301-2/+6
* oeqa/selftest/{context,case}: Handle KeyboardInterrupt/SIGINT and SIGTERMAníbal Limón2017-07-211-31/+76
* oeqa/selftest/context: Reload testlayer_path when meta-selftest isn't addedAníbal Limón2017-06-231-0/+1
* oeqa: Change the order to logDetails and logSummaryAníbal Limón2017-06-091-1/+1
* scripts/oe-selftest: Migrate to new framework into oeqa.selftest.contextLeonardo Sandoval2017-06-061-0/+224