summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/core
Commit message (Expand)AuthorAgeFilesLines
* oeqa/qemu & runtime: qemu do not need ip input from externalYeoh Ee Peng2019-02-251-3/+2
* oeqa/runner: Sort the test result output by result classRichard Purdie2018-12-161-2/+14
* oeqa/runner: Always show a summary of success/fail/error/skip countsRichard Purdie2018-12-161-3/+1
* oeqa/runtime/ptest: Inject results+logs into stored json results fileRichard Purdie2018-12-161-0/+8
* oeqa/core/runner: write testresult to json filesYeoh Ee Peng2018-12-161-1/+34
* oeqa/core/runner: refactor for OEQA to write json testresultYeoh Ee Peng2018-12-161-41/+29
* oeqa: Remove xmlrunnerRichard Purdie2018-12-161-45/+9
* oeqa/runner: Simplify codeRichard Purdie2018-12-164-16/+8
* oeqa/core/threaded: Remove in favour of using concurrenttestsRichard Purdie2018-12-1610-404/+12
* oeqa/runner: Ensure we don't print misleading results outputRichard Purdie2018-12-161-3/+11
* oeqa/core/runner: Improve test case comparisionRichard Purdie2018-12-161-2/+2
* oeqa/loader: Fix deprecation warningRichard Purdie2018-12-161-1/+1
* oeqa/core/target/ssh.py: increase maximum read bytes from 1024 to 4096Chen Qi2018-07-021-1/+1
* oeqa/core/decorator/data.py: fix skipIfNotInDataVarChen Qi2018-07-021-2/+2
* oeqa/core/decorator/__init__.py: use 'cls' instead of 'obj'Chen Qi2018-07-021-3/+3
* oeqa/core/decorator/__init__.py: set metaclass to ABCMetaChen Qi2018-07-021-2/+2
* oeqa/core/loader.py: support the 'auto' keywordChen Qi2018-07-021-4/+13
* core/loader.py: fix regex to include all available test casesLeonardo Sandoval2018-01-041-1/+1
* oeqa/qemu: remove elf image typeSaul Wold2018-01-021-1/+1
* oeqa/runner: Pass the value of buffer, don't force to TrueRichard Purdie2017-11-111-1/+1
* oeqa/target/ssh: Drop command/output logging to debug levelRichard Purdie2017-11-091-1/+1
* oeqa: Clean up logger handlingRichard Purdie2017-11-091-1/+1
* oeqa/runqemu: Only show stdout/stderr upon test failureRichard Purdie2017-11-091-0/+8
* oeqa/core/loader: Make _built_modules_dict() support packages correctlyPeter Kjellerstedt2017-11-081-36/+14
* core/target/ssh.py: use reader to handle partial dataRobert Yang2017-08-241-2/+3
* core/target/ssh.py: replace decode errorsRobert Yang2017-08-231-2/+2
* context: Include a command line argument to run all except certain testsLeonardo Sandoval2017-08-131-3/+17
* oeqa/core/runner: OEStreamLogger don't buffer test execution writesAníbal Limón2017-07-301-4/+8
* oeqa/{core,selftest}: Add support to validate if a specified test case isn't ...Aníbal Limón2017-07-303-2/+36
* oeqa/core/loader: Generate function _make_failed_test dynamicallyAníbal Limón2017-07-211-13/+12
* oeqa/core/loader.py: Fix _make_failed_test for python >= 3.4.4Aníbal Limón2017-06-231-9/+13
* oeqa/core/threaded: Don't assume that results exists on logDetailsAníbal Limón2017-06-231-3/+4
* oeqa/core/loader: Use full and small module name on filteringAníbal Limón2017-06-131-9/+19
* oeqa/core/runner: Don't log details twice if test failsAníbal Limón2017-06-131-2/+0
* oeqa/core/loader: Allow unittest.TestCase's to be executedAníbal Limón2017-06-122-16/+21
* oeqa/core/loader: Fix filtering on test modules with submodulesAníbal Limón2017-06-121-36/+34
* oeqa: Change the order to logDetails and logSummaryAníbal Limón2017-06-091-1/+1
* oeqa/core/loader: Call parent init method in OETestLoaderAnibal Limon2017-06-061-0/+2
* scripts/oe-test: Move load_test_components to oeqa.utilsAníbal Limón2017-06-061-0/+1
* oeqa/core: Improve grammar in README and loader commentsRandy MacLeod2017-06-052-23/+22
* oeqa/core/context: Include a _pre_run methodLeonardo Sandoval2017-06-022-0/+7
* oeqa/core/context: Omit docstring output on XMLResultLeonardo Sandoval2017-06-021-1/+1
* oeqa/core/context: Use a default iterable modules objectLeonardo Sandoval2017-06-021-1/+1
* oeqa/core/context: Raise exception when a manifest is specified but missingLeonardo Sandoval2017-06-022-1/+5
* oeqa/core/case: fix typo on comment about exception nameLeonardo Sandoval2017-06-021-1/+1
* oeqa/core/README: Improve documentationLeonardo Sandoval2017-06-021-21/+60
* oeqa/core: Add support for run tests by module, class and nameAníbal Limón2017-06-022-4/+68
* oeqa/core: Add list tests support in context and runnerAníbal Limón2017-06-022-5/+115
* oeqa/core/tests: Add tests of OEQA Threaded modeAníbal Limón2017-06-027-1/+93
* oeqa/core/decorator/oetimeout: Add support for OEQA threaded modeAníbal Limón2017-06-021-10/+30