summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/targetcontrol.py
Commit message (Expand)AuthorAgeFilesLines
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-06-181-1/+3
* oeqa/targetcontrol.py: fix qemuparams not work in runqemu with launch_cmdHongxu Jia2019-06-071-1/+1
* oeqa: make it work for multiple usersRobert Yang2019-01-111-0/+2
* oeqa: Fix for QEMU_USE_KVMRobert Yang2019-01-081-7/+1
* oeqa/utils/qemurunner: set timeout to 60s for run_serialRobert Yang2019-01-071-1/+1
* targetcontrol.py: use oe.types.boolean for QEMU_USE_KVMRobert Yang2017-12-181-1/+3
* oeqa: Clean up logger handlingRichard Purdie2017-11-091-12/+13
* oeqa/targetcontrol: Drop unused get_target_controller functionRichard Purdie2017-11-091-27/+2
* oeqa: allow persistent image writes in runqemu()Patrick Ohly2017-03-281-2/+2
* oeqa: QEMU_USE_KVM can list machinesPatrick Ohly2017-03-281-3/+4
* targetcontrol.py: use logger.info to replace of bb.noteRobert Yang2017-03-271-6/+7
* oeqa/targetcontrol.py: modify it to test runqemuRobert Yang2017-03-271-5/+15
* qemurunner: configurable timeout for run_serial()Patrick Ohly2017-03-271-2/+2
* targetcontrol: add image_fstype argument to commands.runqemuEd Bartosh2017-03-081-2/+2
* qemurunner: add runqemuparams argument to commands.runqemuEd Bartosh2017-03-081-2/+2
* meta: remove True option to getVar callsJoshua Lock2016-12-161-26/+26
* oeqa: Use snapshot instead of copying the rootfs imageRichard Purdie2016-09-091-7/+2
* testimage: allow using kvm when running qemux86* machinesBill Randle2016-08-181-0/+7
* oeqa: start() add remaining args SimpleRemoteTarget and QemuTinyRunnerAníbal Limón2016-08-101-2/+2
* utils/qemurunner.py: QemuRunner.start() add support for specify extra kernel ...Aníbal Limón2016-07-201-2/+2
* classes/lib: Complete transition to python3Richard Purdie2016-06-021-3/+1
* oeqa/targetcontrol: support wic image typeEd Bartosh2016-02-151-1/+1
* oeqa/targetcontrol: make ssh control optionalEd Bartosh2016-02-151-8/+10
* oeqa: Test failure/cleanup improvementsRichard Purdie2015-09-061-0/+3
* qemurunner: Added host dumps when there are errorsMariano Lopez2015-09-031-2/+7
* dump: Created new classes for dump host and targetMariano Lopez2015-08-301-3/+3
* testimage: Run commands in target and host when test failsMariano Lopez2015-08-301-0/+3
* targetcontrol: Improve logs by outputting qemu boot log in case of failureRichard Purdie2015-07-271-0/+3
* oeqa/targetcontrol: write QemuRunner log output to a filePaul Eggleton2015-07-271-0/+11
* oeqa/targetcontrol: create test directory before copying rootfs imagePaul Eggleton2015-07-271-0/+1
* meta: Add explict getVar param for (non) expansionRichard Purdie2015-06-231-1/+1
* oeqa/targetcontrol: Add support for poky-tiny in QemuTarget.Lucian Musat2015-04-101-9/+24
* machine/qemu: Switch from ext3 to ext4Richard Purdie2015-02-211-1/+1
* oeqa/targetcontrol.py: Separate the matching of supported image fstypes from ...Corneliu Stoicescu2014-06-241-2/+9
* targetcontrol.py: Add a classmethod to get extra files needed by the target c...Corneliu Stoicescu2014-06-131-0/+4
* targetcontrol.py: make possible dynamical determination of rootfs typeCorneliu Stoicescu2014-06-131-2/+17
* classes/testimage: if start fails, don't try to stopPaul Eggleton2014-04-301-0/+1
* oeqa/targetcontrol: restart method shouldn't be abstractStefan Stanacar2014-04-301-5/+2
* oeqa/targetcontrol: fix loading a controller using a class nameStefan Stanacar2014-03-111-1/+2
* oeqa/targetcontrol: allow a custom port for SimpleRemoteTargetStefan Stanacar2014-03-111-2/+7
* oeqa/targetcontrol: make BaseTarget an abstract classStefan Stanacar2014-02-281-0/+16
* oeqa/targetcontrol: properly get the host ipStefan Stanacar2014-02-251-1/+1
* lib/oeqa: allow multiple layers to provide their own TEST_TARGET classSipke Vriend2014-02-021-6/+7
* lib/oeqa: allow a layer to provide it's own TEST_TARGET classStefan Stanacar2014-01-191-4/+19
* lib/oeqa: targetcontrol.py: add abstraction for running tests on different ta...Stefan Stanacar2013-12-031-0/+137