Age | Commit message (Expand) | Author | Files |
2018-02-27 | package_manager: Filter to only rpms we depend upon | Richard Purdie | 1 |
2017-12-10 | utils: qemurunner.py: cleanup grammar and ensure consistency | Mark Asselstine | 1 |
2017-12-10 | utils: qemurunner.py: Log both 'failed to reach login banner" reasons | Mark Asselstine | 1 |
2017-12-10 | utils: qemurunner.py: Add wall clock to 'timeout' logging | Mark Asselstine | 1 |
2017-12-02 | oeqa/commands: don't break if get_bb_vars is passed a tuple | Ross Burton | 1 |
2017-11-21 | qemurunner: Simplify binary data handling | Richard Purdie | 1 |
2017-11-09 | oeqa: Clean up logger handling | Richard Purdie | 3 |
2017-11-09 | oeqa/qemurunner: Use logger.debug, not logger.info | Richard Purdie | 1 |
2017-11-09 | qemurunner: Ensure logging handler is removed | Richard Purdie | 1 |
2017-11-08 | sshcontrol.py: in copy_to() always use scp | Erik Botö | 1 |
2017-11-05 | qemurunner: fix bad indentation in serial login | Ross Burton | 1 |
2017-09-25 | qemurunner: print tail qemu log in case bootlog is empty | Leonardo Sandoval | 1 |
2017-09-13 | qemurunner.py: wait for PID to appear in procfs | Juro Bystricky | 1 |
2017-09-07 | qemurunner.py: refactor searching for QEMU PID | Juro Bystricky | 1 |
2017-09-07 | oeqa/qemurunner: Improve logging | Richard Purdie | 1 |
2017-08-29 | qemurunner: Tweak qemu pid starting timeout code | Richard Purdie | 1 |
2017-08-23 | utils/logparser.py: fix section check | Robert Yang | 1 |
2017-08-23 | oeqa/utils/logparser.py: add skip status | Robert Yang | 1 |
2017-06-28 | commands.py: live output logging + result.error encoding fix | Patrick Ohly | 1 |
2017-06-28 | meta: Fix return value checks from subprocess.call()'s | Mikko Rapeli | 2 |
2017-06-05 | scripts/oe-test: Move load_test_components to oeqa.utils | Aníbal Limón | 1 |
2017-05-23 | oeqa.utils.git: use --verify in rev_parse() | Markus Lehtonen | 1 |
2017-05-18 | QemuRunner: avoid tainting os.environ | Patrick Ohly | 1 |
2017-05-16 | oe.lsb: add get_os_release() | Markus Lehtonen | 1 |
2017-04-06 | oeqa/utils/targetbuild: tmp dir improvements | Joshua Lock | 1 |
2017-04-06 | oeqa/utils/buildproject: create a more unique tmp dir | Joshua Lock | 1 |
2017-04-05 | selftest/commands: extend variable regex to include A_B variable notation | Leonardo Sandoval | 1 |
2017-03-28 | oeqa: allow persistent image writes in runqemu() | Patrick Ohly | 3 |
2017-03-28 | oeqa: allow customizing image used by runqemu() | Patrick Ohly | 1 |
2017-03-28 | oeqa: allow extending qemuparams="..." | Patrick Ohly | 1 |
2017-03-28 | oeqa: tolerate interrupted select() while waiting for qemu | Patrick Ohly | 2 |
2017-03-26 | oeqa.utils.commands: limit runCmd exception output | Markus Lehtonen | 1 |
2017-03-26 | qemurunner.py: fix handling of runqemuparams | Chen Qi | 1 |
2017-03-26 | oeqa/targetcontrol.py: modify it to test runqemu | Robert Yang | 2 |
2017-03-26 | qemurunner: configurable timeout for run_serial() | Patrick Ohly | 2 |
2017-03-21 | qemurunner: configure guest networking | Ed Bartosh | 1 |
2017-03-21 | qemurunner: get network params from runqemu output | Ed Bartosh | 1 |
2017-03-08 | qemurunner.py: ignore decode errors | Ed Bartosh | 1 |
2017-03-08 | targetcontrol: add image_fstype argument to commands.runqemu | Ed Bartosh | 1 |
2017-03-08 | qemurunner: add runqemuparams argument to commands.runqemu | Ed Bartosh | 3 |
2017-03-01 | oeqa: add output to subprocess exceptions | Ross Burton | 1 |
2017-02-23 | oeqa: fix typo | Humberto Ibarra | 1 |
2017-02-15 | selftest: remove result file log awkward checking | Benjamin Esquivel | 1 |
2017-02-15 | oeqa.utils.git: support bare repos | Markus Lehtonen | 1 |
2017-02-15 | oeqa.utils.git: add git_dir property | Markus Lehtonen | 1 |
2017-02-05 | oeqa/buildproject: Run gnu-configize by default | Richard Purdie | 1 |
2017-01-23 | classes/oeqa: Replace subprocess.check_call() with check_output() | Richard Purdie | 2 |
2017-01-23 | testimage.bbclass: Add package install feature | Mariano Lopez | 1 |
2017-01-23 | testimage.bbclass: Add support for package extraction | Mariano Lopez | 1 |
2017-01-23 | oeqa/utils/dump: Move get_host_dumper to OERuntimeTestContextExecutor class | Aníbal Limón | 1 |