summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/targetcontrol.py
AgeCommit message (Expand)Author
2023-12-20testimage: Drop target_dumper and most of monitor_dumperRichard Purdie
2023-06-29testimage/oeqa: Drop testimage_dump_host functionalityThomas Roos
2023-03-31oeqa: whitespace and indentation cleanupsEnrico Jörns
2023-03-31oeqa/targetcontrol: remove unused importsEnrico Jörns
2023-03-31oeqa/targetcontrol: do not set dump_host_cmds redundantlyEnrico Jörns
2023-03-31oeqa/targetcontrol: fix misspelled RuntimeErrorEnrico Jörns
2021-07-02oeqa/dump.py: Add support for QMP command argumentsSaul Wold
2021-04-27qemurunner: Add support for qmp commandsSaul Wold
2021-04-06oeqa/runqemu: Support RUNQEMU_TMPFS_DIR as a location to copy snapshot images toRichard Purdie
2020-07-03oeqa/targetcontrol: Attempt to fix log closure warning messageRichard Purdie
2020-06-04oeqa/targetcontrol: Rework exception handling to avoid warningsRichard Purdie
2020-04-26targetcontrol: Fix leaking log handlerRichard Purdie
2019-11-27oeqa/utils/qemurunner.py: Handle QEMU machines with a single serialNathan Rossi
2019-08-06classes/lib: Remove bb.build.FuncFailedRichard Purdie
2019-05-15oeqa/targetcontrol.py: fix qemuparams not work in runqemu with launch_cmdHongxu Jia
2019-05-09meta/lib+scripts: Convert to SPDX license headersRichard Purdie
2019-01-11oeqa: make it work for multiple usersRobert Yang
2019-01-08oeqa: Fix for QEMU_USE_KVMRobert Yang
2019-01-07oeqa/utils/qemurunner: set timeout to 60s for run_serialRobert Yang
2017-12-18targetcontrol.py: use oe.types.boolean for QEMU_USE_KVMRobert Yang
2017-11-09oeqa: Clean up logger handlingRichard Purdie
2017-11-09oeqa/targetcontrol: Drop unused get_target_controller functionRichard Purdie
2017-03-28oeqa: allow persistent image writes in runqemu()Patrick Ohly
2017-03-28oeqa: QEMU_USE_KVM can list machinesPatrick Ohly
2017-03-27targetcontrol.py: use logger.info to replace of bb.noteRobert Yang
2017-03-27oeqa/targetcontrol.py: modify it to test runqemuRobert Yang
2017-03-27qemurunner: configurable timeout for run_serial()Patrick Ohly
2017-03-08targetcontrol: add image_fstype argument to commands.runqemuEd Bartosh
2017-03-08qemurunner: add runqemuparams argument to commands.runqemuEd Bartosh
2016-12-16meta: remove True option to getVar callsJoshua Lock
2016-09-09oeqa: Use snapshot instead of copying the rootfs imageRichard Purdie
2016-08-18testimage: allow using kvm when running qemux86* machinesBill Randle
2016-08-10oeqa: start() add remaining args SimpleRemoteTarget and QemuTinyRunnerAníbal Limón
2016-07-20utils/qemurunner.py: QemuRunner.start() add support for specify extra kernel ...Aníbal Limón
2016-06-02classes/lib: Complete transition to python3Richard Purdie
2016-02-15oeqa/targetcontrol: support wic image typeEd Bartosh
2016-02-15oeqa/targetcontrol: make ssh control optionalEd Bartosh
2015-09-06oeqa: Test failure/cleanup improvementsRichard Purdie
2015-09-03qemurunner: Added host dumps when there are errorsMariano Lopez
2015-08-30dump: Created new classes for dump host and targetMariano Lopez
2015-08-30testimage: Run commands in target and host when test failsMariano Lopez
2015-07-27targetcontrol: Improve logs by outputting qemu boot log in case of failureRichard Purdie
2015-07-27oeqa/targetcontrol: write QemuRunner log output to a filePaul Eggleton
2015-07-27oeqa/targetcontrol: create test directory before copying rootfs imagePaul Eggleton
2015-06-23meta: Add explict getVar param for (non) expansionRichard Purdie
2015-04-10oeqa/targetcontrol: Add support for poky-tiny in QemuTarget.Lucian Musat
2015-02-21machine/qemu: Switch from ext3 to ext4Richard Purdie
2014-06-24oeqa/targetcontrol.py: Separate the matching of supported image fstypes from ...Corneliu Stoicescu
2014-06-13targetcontrol.py: Add a classmethod to get extra files needed by the target c...Corneliu Stoicescu
2014-06-13targetcontrol.py: make possible dynamical determination of rootfs typeCorneliu Stoicescu