| Commit message (Expand) | Author | Age | Files | Lines |
* | oe-selftest: Implement console 'keepalive' output | Nathan Rossi | 2019-09-06 | 1 | -1/+1 |
* | meta/lib+scripts: Convert to SPDX license headers | Richard Purdie | 2019-05-09 | 1 | -11/+1 |
* | scripts/oe-{self,}test: Logger change default stream to stdout | Aníbal Limón | 2017-06-06 | 1 | -1/+1 |
* | scripts/oe-selftest: Migrate to new framework into oeqa.selftest.context | Leonardo Sandoval | 2017-06-06 | 1 | -711/+26 |
* | scripts/oe-selftest: Move {add,remove}_include files to case | Leonardo Sandoval | 2017-06-06 | 1 | -54/+0 |
* | oe-selftest: Error if known problem variables are set | Richard Purdie | 2017-04-13 | 1 | -0/+8 |
* | selftest: automatically add the meta-selftest layer | Benjamin Esquivel | 2017-01-23 | 1 | -2/+10 |
* | oe-selftest: Error if the user has buildhistory enabled | Richard Purdie | 2017-01-20 | 1 | -0/+4 |
* | oeqa.utils.metadata: allow storing any bitbake config variables | Markus Lehtonen | 2017-01-19 | 1 | -2/+2 |
* | oeqa.utils.metadata: rename 'revision' to 'commit' | Markus Lehtonen | 2017-01-19 | 1 | -1/+1 |
* | oeqa.utils.metadata: drop 'unknown' git data elements | Markus Lehtonen | 2017-01-19 | 1 | -2/+2 |
* | oeqa.utils.metadata: re-organise distro information | Markus Lehtonen | 2017-01-19 | 1 | -2/+2 |
* | scripts/oe-selftest: fix typo | Chen Qi | 2017-01-16 | 1 | -1/+1 |
* | oe-selftest: fix behaviour if oe-selftest.log is a dangling symlink | Paul Eggleton | 2017-01-09 | 1 | -1/+2 |
* | oe-selftest: Improve BUILDDIR environment handling | Richard Purdie | 2017-01-05 | 1 | -6/+13 |
* | oe-selftest: import git module only when needed | Ed Bartosh | 2016-12-20 | 1 | -1/+1 |
* | oe-selftest: Add option to submit test result to a git repository. | Mariano Lopez | 2016-12-13 | 1 | -0/+102 |
* | oe-selftest: enforce en_US.UTF-8 locale | Maciej Borzecki | 2016-11-23 | 1 | -0/+3 |
* | oe-selftest: fix handling of test cases without ID in --list-tests-by | Maciej Borzecki | 2016-11-15 | 1 | -4/+9 |
* | oe-selftest: check for coverage version before starting tests | Humberto Ibarra | 2016-09-15 | 1 | -0/+4 |
* | oe-selftest: simplifying log filenames | Benjamin Esquivel | 2016-08-01 | 1 | -1/+1 |
* | oe-selftest: export test results via xmlrunner | Benjamin Esquivel | 2016-08-01 | 1 | -3/+30 |
* | oe-selftest: print errors when failed to find test | Robert Yang | 2016-07-21 | 1 | -2/+10 |
* | scripts: python3: decode subprocess output | Ed Bartosh | 2016-06-03 | 1 | -1/+1 |
* | classes/lib: Complete transition to python3 | Richard Purdie | 2016-06-02 | 1 | -4/+6 |
* | classes/lib: Update to explictly create lists where needed | Richard Purdie | 2016-06-02 | 1 | -1/+1 |
* | scripts/oe-selftest: Remove inadvertant python3 specific change | Richard Purdie | 2016-05-22 | 1 | -1/+1 |
* | meta/selftest/scripts: Use print function for python3 compatibility | Richard Purdie | 2016-05-21 | 1 | -25/+24 |
* | scripts/oe-selftest: Improve listing by reducing unneeded spacing | Humberto Ibarra | 2016-05-19 | 1 | -5/+5 |
* | oe-selftest: Correct the usage examples | Peter Kjellerstedt | 2016-04-18 | 1 | -4/+4 |
* | scripts/oe-selftest: avoid the creation of coverage file when coverage not in... | Humberto Ibarra | 2016-04-06 | 1 | -14/+14 |
* | scripts/oe-selftest: remove coverage file if any coverage option is given | Humberto Ibarra | 2016-04-06 | 1 | -15/+16 |
* | scripts/oe-selftest: remove unneeded coverage warning | Humberto Ibarra | 2016-04-06 | 1 | -3/+1 |
* | scripts, lib: Don't limit traceback lengths to arbitrary values | Richard Purdie | 2016-03-31 | 1 | -1/+1 |
* | scripts:/oe-selftest: Use timestamp instead of test names in coverage data file | Humberto Ibarra | 2016-03-28 | 1 | -4/+9 |
* | oe-selftest: Fixed --list-tests-by tag option | Daniel Istrate | 2016-03-20 | 1 | -10/+19 |
* | scripts/oe-selftest: Add short names to most common options | Humberto Ibarra | 2016-03-12 | 1 | -4/+4 |
* | scripts/oe-selftest: Add search expression matching to run/list options | Humberto Ibarra | 2016-03-12 | 1 | -64/+44 |
* | oe-selftest: Add support for lib/oeqa/selftest subdirectories | Costin Constantin | 2016-02-28 | 1 | -25/+28 |
* | scripts/oe-selftest: Use site.USER_SITE to run coverage configuration code fo... | Humberto Ibarra | 2016-02-28 | 1 | -12/+34 |
* | scripts/oe-selftest: Add filtering to the coverage data gathered by oe-selftest | Humberto Ibarra | 2016-02-28 | 1 | -7/+25 |
* | scripts/oe-selftest: Allow to run tests on random/all MACHINEs | Daniel Istrate | 2016-01-07 | 1 | -9/+28 |
* | oe-selftest: New option --list-tests | Daniel Istrate | 2016-01-07 | 1 | -0/+21 |
* | oe-selftest: Improved --list-classes when determining test names | Daniel Istrate | 2016-01-07 | 1 | -1/+1 |
* | scripts/oe-selftest: Remove extra coverage data added to unittests | Humberto Ibarra | 2016-01-07 | 1 | -69/+103 |
* | scripts/oe-selftest: Add support for selftest log with timestamp | Costin Constantin | 2015-12-28 | 1 | -1/+6 |
* | scripts: print usage in argparse-using scripts when a command-line error occurs | Paul Eggleton | 2015-12-28 | 1 | -1/+2 |
* | scripts: oe-selftest Added new features. | Daniel Istrate | 2015-12-12 | 1 | -2/+216 |
* | oe-selftest: Enable code coverage on unit tests | Leonardo Sandoval | 2015-12-01 | 1 | -0/+61 |
* | oe-selftest: add scripts/lib and bitbake/lib to path | Paul Eggleton | 2015-07-27 | 1 | -1/+4 |