summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/targetcontrol.py
AgeCommit message (Expand)Author
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
2014-04-30classes/testimage: if start fails, don't try to stopPaul Eggleton
2014-04-30oeqa/targetcontrol: restart method shouldn't be abstractStefan Stanacar
2014-03-11oeqa/targetcontrol: fix loading a controller using a class nameStefan Stanacar
2014-03-11oeqa/targetcontrol: allow a custom port for SimpleRemoteTargetStefan Stanacar
2014-02-28oeqa/targetcontrol: make BaseTarget an abstract classStefan Stanacar
2014-02-25oeqa/targetcontrol: properly get the host ipStefan Stanacar
2014-02-02lib/oeqa: allow multiple layers to provide their own TEST_TARGET classSipke Vriend
2014-01-19lib/oeqa: allow a layer to provide it's own TEST_TARGET classStefan Stanacar
2013-12-03lib/oeqa: targetcontrol.py: add abstraction for running tests on different ta...Stefan Stanacar