summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/core/target
Commit message (Expand)AuthorAgeFilesLines
* testimage: Drop target_dumper and most of monitor_dumperRichard Purdie2023-12-202-29/+1
* oeqa/ssh: Handle SSHCall timeout error codeluca fancellu2023-11-101-1/+16
* oeqa/ssh: Further improve process exit handlingRichard Purdie2023-07-301-2/+3
* target/ssh: Ensure exit code set for commandsRichard Purdie2023-07-291-0/+3
* oeqa/target/ssh: Ensure EAGAIN doesn't truncate outputRichard Purdie2023-07-291-0/+3
* testimage/oeqa: Drop testimage_dump_host functionalityThomas Roos2023-06-291-3/+2
* oeqa/target/ssh: update options for SCPAlexis Lothoré2023-06-171-1/+4
* oeqa ssh.py: fix hangs in run()Mikko Rapeli2023-02-231-9/+30
* oeqa ssh.py: add connection keep alive options to ssh clientMikko Rapeli2023-02-101-0/+2
* oeqa ssh.py: move output prints to new lineMikko Rapeli2023-02-101-3/+3
* oeqa/target/ssh: add ignore_status argument to run()Ross Burton2022-11-021-2/+2
* oeqa/target/ssh: don't assume target_dumper is setRoss Burton2021-09-211-1/+3
* oeqa/core/target/qemu.py: display contents of dumped filesSakib Sajal2021-06-121-1/+26
* qemurunner: Add support for qmp commandsSaul Wold2021-04-272-1/+22
* oeqa/runqemu: Support RUNQEMU_TMPFS_DIR as a location to copy snapshot images toRichard Purdie2021-04-061-2/+2
* target/ssh.py: Add dump_target supportSaul Wold2020-09-301-0/+2
* testimage: Add testimage_dump_target to kwargsSaul Wold2020-09-301-0/+4
* ltp: make copyFrom scp command non-fatalMatthew2020-08-061-2/+5
* testimage: enable ovmf supportKonrad Weihmann2020-04-241-2/+4
* testimage: Extend runtime testing infrastructure to allow unconventional boot...Alejandro Hernandez Samaniego2020-02-131-2/+5
* testimage: Allow testing on QEMU machines with a single serial portAlejandro Hernandez Samaniego2020-02-131-2/+3
* oeqa: modernise subprocess: preexec_fn=os.setsid -> start_new_session=TrueAndré Draszik2020-02-041-1/+1
* oeqa/target/ssh oeqa/target/qemu: expose server listening port to testsAndré Draszik2019-12-162-1/+3
* oeqa/target/ssh: Replace suggogatepass with ignoring errorsRichard Purdie2019-05-131-2/+2
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-093-3/+12
* oeqa/ssh: Avoid unicode decode exceptionsRichard Purdie2019-05-011-2/+2
* testimage.bbclass: add support for passing runqemu paramsAlexander Kanavin2019-01-261-2/+2
* oeqa/qemu: Add support for slirpYeoh Ee Peng2018-11-231-3/+19
* oeqa/qemu & runtime: qemu do not need ip input from externalYeoh Ee Peng2018-11-231-3/+2
* oeqa/core/target/ssh.py: increase maximum read bytes from 1024 to 4096Chen Qi2018-06-041-1/+1
* oeqa/qemu: remove elf image typeSaul Wold2018-01-021-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
* 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
* oeqa/runtime/context.py: Fix use of getTarget() with testexportMariano Lopez2017-02-231-1/+1
* qemu.py: add 'elf' as supported fstypeJuro Bystricky2017-02-151-1/+1
* core/target/qemu.py Adds qemu targetMariano Lopez2017-01-231-0/+45
* oeqa/core/target Add OESSHTarget to sent commands to targets using SSHMariano Lopez2017-01-232-0/+299