aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/core
AgeCommit message (Expand)Author
2019-04-09oeqa: Default to buffer mode for testsRichard Purdie
2019-02-25oeqa/qemu & runtime: qemu do not need ip input from externalYeoh Ee Peng
2018-12-06oeqa/runner: Sort the test result output by result classRichard Purdie
2018-12-06oeqa/runner: Always show a summary of success/fail/error/skip countsRichard Purdie
2018-12-06oeqa/runtime/ptest: Inject results+logs into stored json results fileRichard Purdie
2018-12-06oeqa/core/runner: write testresult to json filesYeoh Ee Peng
2018-12-06oeqa/core/runner: refactor for OEQA to write json testresultYeoh Ee Peng
2018-12-06oeqa: Remove xmlrunnerRichard Purdie
2018-12-06oeqa/runner: Simplify codeRichard Purdie
2018-12-06oeqa/core/threaded: Remove in favour of using concurrenttestsRichard Purdie
2018-12-06oeqa/runner: Ensure we don't print misleading results outputRichard Purdie
2018-12-06oeqa/core/runner: Improve test case comparisionRichard Purdie
2018-12-06oeqa/loader: Fix deprecation warningRichard Purdie
2018-07-02oeqa/core/target/ssh.py: increase maximum read bytes from 1024 to 4096Chen Qi
2018-07-02oeqa/core/decorator/data.py: fix skipIfNotInDataVarChen Qi
2018-07-02oeqa/core/decorator/__init__.py: use 'cls' instead of 'obj'Chen Qi
2018-07-02oeqa/core/decorator/__init__.py: set metaclass to ABCMetaChen Qi
2018-07-02oeqa/core/loader.py: support the 'auto' keywordChen Qi
2018-01-04core/loader.py: fix regex to include all available test casesLeonardo Sandoval
2018-01-02oeqa/qemu: remove elf image typeSaul Wold
2017-11-10oeqa/runner: Pass the value of buffer, don't force to TrueRichard Purdie
2017-11-09oeqa/target/ssh: Drop command/output logging to debug levelRichard Purdie
2017-11-09oeqa: Clean up logger handlingRichard Purdie
2017-11-09oeqa/runqemu: Only show stdout/stderr upon test failureRichard Purdie
2017-11-08oeqa/core/loader: Make _built_modules_dict() support packages correctlyPeter Kjellerstedt
2017-08-24core/target/ssh.py: use reader to handle partial dataRobert Yang
2017-08-23core/target/ssh.py: replace decode errorsRobert Yang
2017-08-11context: Include a command line argument to run all except certain testsLeonardo Sandoval
2017-07-30oeqa/core/runner: OEStreamLogger don't buffer test execution writesAníbal Limón
2017-07-30oeqa/{core,selftest}: Add support to validate if a specified test case isn't ...Aníbal Limón
2017-07-21oeqa/core/loader: Generate function _make_failed_test dynamicallyAníbal Limón
2017-06-23oeqa/core/loader.py: Fix _make_failed_test for python >= 3.4.4Aníbal Limón
2017-06-23oeqa/core/threaded: Don't assume that results exists on logDetailsAníbal Limón
2017-06-13oeqa/core/loader: Use full and small module name on filteringAníbal Limón
2017-06-13oeqa/core/runner: Don't log details twice if test failsAníbal Limón
2017-06-12oeqa/core/loader: Allow unittest.TestCase's to be executedAníbal Limón
2017-06-12oeqa/core/loader: Fix filtering on test modules with submodulesAníbal Limón
2017-06-09oeqa: Change the order to logDetails and logSummaryAníbal Limón
2017-06-05oeqa/core/loader: Call parent init method in OETestLoaderAnibal Limon
2017-06-05scripts/oe-test: Move load_test_components to oeqa.utilsAníbal Limón
2017-06-04oeqa/core: Improve grammar in README and loader commentsRandy MacLeod
2017-05-30oeqa/core/context: Include a _pre_run methodLeonardo Sandoval
2017-05-30oeqa/core/context: Omit docstring output on XMLResultLeonardo Sandoval
2017-05-30oeqa/core/context: Use a default iterable modules objectLeonardo Sandoval
2017-05-30oeqa/core/context: Raise exception when a manifest is specified but missingLeonardo Sandoval
2017-05-30oeqa/core/case: fix typo on comment about exception nameLeonardo Sandoval
2017-05-30oeqa/core/README: Improve documentationLeonardo Sandoval
2017-05-30oeqa/core: Add support for run tests by module, class and nameAníbal Limón
2017-05-30oeqa/core: Add list tests support in context and runnerAníbal Limón
2017-05-30oeqa/core/tests: Add tests of OEQA Threaded modeAníbal Limón