summaryrefslogtreecommitdiffstats
path: root/meta/lib
Commit message (Expand)AuthorAgeFilesLines
* oeqa/core/threaded: Remove in favour of using concurrenttestsRichard Purdie2018-12-1611-407/+14
* oeqa/runner: Ensure we don't print misleading results outputRichard Purdie2018-12-161-3/+11
* oeqa/core/runner: Improve test case comparisionRichard Purdie2018-12-161-2/+2
* oeqa/selftest/context: Improve log file handlingRichard Purdie2018-12-161-4/+10
* oeqa/utils/qemurunner.py: Fix python regex warningsRichard Purdie2018-12-161-5/+5
* oeqa/selftest/context: Replace deprecated imp module usageRichard Purdie2018-12-161-2/+2
* oeqa/utils/commands: Avoid unclosed file warningsRichard Purdie2018-12-161-0/+3
* oeqa/loader: Fix deprecation warningRichard Purdie2018-12-161-1/+1
* oeqa/selftest/esdk: run selftest inside workdir not /tmpRoss Burton2018-12-161-6/+7
* oeqa: don't litter /tmp with temporary directoriesRoss Burton2018-12-162-3/+5
* oeqa/utils/qemurunner: Avoid tracebacks on closed filesRichard Purdie2018-12-161-2/+2
* oeqa/selftest/runqemu: Improve testcase failure handlingRichard Purdie2018-12-161-12/+20
* oeqa/oelib/path: don't leak temporary directoriesRoss Burton2018-12-161-7/+3
* oeqa/selftest/buildoptions: Ensure diskmon tests run consistentlyRichard Purdie2018-12-161-3/+3
* oeqa/selftest/buildoptions: Improve ccache testRichard Purdie2018-12-161-0/+1
* oeqa/qemurunner: Remove resource python warningsRichard Purdie2018-12-161-2/+8
* oeqa/utils/commands: Avoid log message duplicationRichard Purdie2018-12-161-1/+1
* oeqa/utils/qemurunner: Fix python ResourceWarning for unclosed fileRichard Purdie2018-12-161-0/+2
* oeqa/utils/commands: Add extra qemu failure loggingRichard Purdie2018-12-161-1/+5
* oeqa/selftest/buildoptions: Improve ccache test failure outputRichard Purdie2018-12-161-2/+3
* oeqa/selftest/case: Use bb.utils.remove() instead of shutil.remove()Richard Purdie2018-12-161-1/+3
* oeqa/selftest/signing: Use do_populate_lic target instead of do_packageRichard Purdie2018-12-161-3/+3
* oeqa/selftest/signing: Allow tests not to need gpg on the hostRichard Purdie2018-12-161-19/+48
* oeqa/selftest/signing: Skip tests if gpg isn't foundRichard Purdie2018-12-161-12/+11
* oeqa/selftest/recipetool: Fix problems from changing upstream sourceMohamad Noor Alim Hussin2018-11-241-2/+2
* selftest/wic: Improve error message for test_fixed_sizeRichard Purdie2018-11-241-2/+0
* oeqa/selftest/wic: Ensure initramfs exists for test_iso_imageRichard Purdie2018-11-241-1/+1
* oeqa/selftest/wic: Use a subdir of builddir, not /var/Richard Purdie2018-11-241-1/+1
* oeqa/selftest/runtime_test: Ensure we build/use gnupg-nativeRichard Purdie2018-11-161-1/+3
* rootfs: always update the opkg indexIoan-Adrian Ratiu2018-10-181-3/+2
* bitbake-blayers/create: add version for example recipeAnuj Mittal2018-07-021-1/+2
* oeqa/core/target/ssh.py: increase maximum read bytes from 1024 to 4096Chen Qi2018-07-021-1/+1
* oeqa/runtime/cases/multilib.py: fix test_file_connman skipping logicChen Qi2018-07-021-1/+1
* oeqa/runtime/cases/multilib.py: skip if needed packages are not availableChen Qi2018-07-021-0/+2
* oeqa/runtime/cases/rpm.py: skip if rpm not availableChen Qi2018-07-021-0/+1
* oeqa/core/decorator/data.py: fix skipIfNotInDataVarChen Qi2018-07-021-2/+2
* oeqa/core/decorator/__init__.py: use 'cls' instead of 'obj'Chen Qi2018-07-021-3/+3
* oeqa/core/decorator/__init__.py: set metaclass to ABCMetaChen Qi2018-07-021-2/+2
* oeqa/core/loader.py: support the 'auto' keywordChen Qi2018-07-021-4/+13
* oeqa/selftest/runqemu: qemu nfs testing not ready for deploymentRichard Purdie2018-04-201-1/+3
* oe-selftest: runqemu: add tests for qemu boot and shutdownYeoh Ee Peng2018-04-201-2/+68
* package.py: use single quotes for path passed to file in is_elf()Andre McCurdy2018-04-201-2/+1
* package.bbclass: Add '-b' option to file call in isELFMark Hatle2018-04-181-1/+1
* oeqa/runtime/stap.py: add runtime test for systemtapVictor Kamensky2018-04-182-0/+34
* devtool: Ensure added layer sets LAYERSERIES_COMPATRichard Purdie2018-04-071-0/+1
* devtool/oeqa: Ensure added layers set LAYERSERIES_COMPATRichard Purdie2018-04-071-1/+1
* sdk.py: run postinst interceptsAlexander Kanavin2018-04-051-0/+12
* package_manager.py: do not hardcode the task name when referring to log filesAlexander Kanavin2018-04-051-4/+4
* package_manager.py: move intercept running logic from rootfs class to Package...Alexander Kanavin2018-04-052-63/+59
* package_manager.py: move postinst_intercept dir initialization from RootFS to...Alexander Kanavin2018-04-052-18/+20