summaryrefslogtreecommitdiffstats
path: root/meta/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/oeqa: targetcontrol.py: add abstraction for running tests on different ta...Stefan Stanacar2013-12-031-0/+137
* testimage: use the new targetcontrol.py module for running testsStefan Stanacar2013-12-035-46/+50
* lib/oeqa: use the new manifest file for determining if a package is installedStefan Stanacar2013-12-031-10/+4
* lib/oeqa/selftest: add test modules for expected bitbake output and bitbake-l...Corneliu Stoicescu2013-12-032-0/+134
* lib/oeqa/selftest: buildoptions.py: add simple image build testsAlexandru Palalau2013-12-031-0/+86
* scripts/oe-selftest: script to run builds as unittest against bitbake or vari...Stefan Stanacar2013-12-034-0/+264
* classes/buildhistory: add additional variables to image informationPaul Eggleton2013-12-031-2/+2
* sstatesig.py: Fix image regeneration issueRichard Purdie2013-11-291-1/+3
* oeqa/connman: disable unique testRoss Burton2013-11-221-8/+0
* buildhistory_analysis: fix error when comparing image contentsPaul Eggleton2013-11-181-1/+1
* lib/oe/path: Fixup handling of .* files in top level paths for copyhardlinktr...Richard Purdie2013-11-121-3/+1
* lib/oe/path: Fix performance issue got copyhardlinktree()Richard Purdie2013-11-121-1/+1
* lib/oeqa/utils: sshcontrol: make timeout depend on outputStefan Stanacar2013-11-081-14/+27
* lib/oe/sstatesig: Ensure packagegroups don't continually rebuildRichard Purdie2013-11-081-0/+7
* lib/oeqa: add oeTest superclassStefan Stanacar2013-11-052-24/+26
* buildhistory-diff: add ability to report version changesPaul Eggleton2013-10-261-19/+22
* lib/oeqa/runtime: build kernel module on target testStefan Stanacar2013-10-183-0/+60
* lib/oe/path: Fix copytree functions for tar 1.27Richard Purdie2013-10-141-2/+2
* lib/oeqa/runtime: ping: wait for 5 echo repliesStefan Stanacar2013-09-261-4/+7
* lib/oeqa/runtime: cleanup and improve output readability for some testsStefan Stanacar2013-09-223-14/+9
* lib/oeqa/utils: sshcontrol: log how long the last command takeStefan Stanacar2013-09-221-3/+6
* qemurunner: disable grabs in automated testingRoss Burton2013-09-181-0/+3
* oeqa/runtime/smart: Increase timeout to 1500 testSaul Wold2013-09-171-1/+1
* lib/oeqa/runtime: timeout increasesStefan Stanacar2013-09-142-2/+2
* bitbake.conf/package: Collapse PKGDATA_DIR into a single machine specific dir...Richard Purdie2013-09-141-31/+12
* bitbake.conf: include machine name in DEPLOY_DIR_IMAGEPaul Eggleton2013-09-141-1/+7
* lib/oeqa/runtime: smart: limit channel add to useful onesStefan Stanacar2013-09-111-1/+3
* lib/oeqa/qemurunner: Use a timeout in select() callRichard Purdie2013-09-061-1/+1
* lib/oeqa/runtime: add basic scanelf testStefan Stanacar2013-09-061-0/+26
* oeqa/runtime/scp: replace dd callMihai Lindner2013-09-061-10/+9
* oeqa/utils/sshcontrol: tweak ssh optionsMihai Lindner2013-09-061-11/+12
* oeqa/oetest: oeRuntimeTest: enable long messagesMihai Lindner2013-09-062-2/+2
* lib/oeqa/runtime: smart: serve repo on host ip only and increase timeoutStefan Stanacar2013-09-032-4/+5
* meta: Don't use deprecated bitbake APIRichard Purdie2013-09-011-1/+1
* lib/oeqa/runtime: ping: fix ping false failStefan Stanacar2013-08-301-3/+9
* lib/oeqa/runtime: syslog: fix test for logger in case of systemdStefan Stanacar2013-08-301-1/+1
* lib/oeqa/utils: qemurunner: fix when runqemu errors outStefan Stanacar2013-08-301-2/+2
* lib/oeqa: move skeletoninit.py where it belongsStefan Stanacar2013-08-301-0/+0
* classes/testimage: add support for finding tests in other layers1.5_M4.rc1Stefan Stanacar2013-08-281-0/+3
* lib/oeqa/runtime: remove some unnecessary checks from setUpModuleStefan Stanacar2013-08-284-8/+1
* lib/oeqa/runtime: smart: add checks for smart outputStefan Stanacar2013-08-261-5/+5
* lib/oeqa/runtime: multilib: fix typoStefan Stanacar2013-08-261-1/+1
* lib/oeqa: change behaviour for unskippable testsStefan Stanacar2013-08-261-1/+3
* lib/oeqa/runtime: add iptables, cvs and sudoku projects build tests on targetMihai Prica2013-08-263-0/+93
* lib/oeqa/utils: targetbuild: Add helper class for building packages on targetMihai Prica2013-08-261-0/+63
* lib/oeqa: make it possible to restart the targetStefan Stanacar2013-08-262-7/+28
* lib/oeqa/runtime: smart: add new smart testsMihai Lindner2013-08-261-11/+91
* lib/oeqa/utils: decorators: return the decorated methodMihai Lindner2013-08-261-3/+3
* lib/oeqa/utils: qemurunner: save host IP addressMihai Lindner2013-08-261-8/+3
* lib/oeqa/utils: new file: httpserver.py useful for serving files over HTTP to...Mihai Lindner2013-08-261-0/+32