generic-poky/meta/lib/oeqa/selftest
Leonardo Sandoval 8be95c5fbe devtool: add upgrade feature
Upgrades a recipe to a particular version and downloads the source code
into a folder. User can avoid patching the source code.

These are the general steps of the upgrade function:

   - Extract current recipe source code into srctree and create a branch
   - Extract upgrade recipe source code into srctree and rebase with
     previous branch. In case the rebase is not correctly applied, source
     code will not be deleted, so user correct the patches
   - Creates the new recipe under the workspace

[YOCTO #7642]

(From OE-Core rev: 4020f5d91b3e4d011150d5081d36215f8eab732e)

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-09-09 14:27:51 +01:00
..
__init__.py scripts/oe-selftest: script to run builds as unittest against bitbake or various scripts 2013-12-03 17:45:50 +00:00
_sstatetests_noauto.py oe-selftest: force some values in local.conf for _sstatetests_noauto.py 2014-03-07 14:58:45 +00:00
_toaster.py oeqa/selftest: remove tests for TCs that are no longer valid 2015-08-11 09:28:50 -07:00
base.py oeqa/selftest: Add methods to manipulate bblayers.conf in base.py 2015-07-08 00:01:18 +01:00
bblayers.py oeqa/bblayers.py: add useful failure messages to all test cases 2015-07-16 15:09:24 +01:00
bbtests.py oeqa/bbtests: add useful failure messages for all test cases 2015-07-16 15:09:24 +01:00
buildhistory.py oe-selftest: New BuildhistoryBase object for buildhistory testing. 2013-12-20 12:26:28 +00:00
buildoptions.py oeqa/buildoptions.py: automate test case 926, archive work dir and export source 2015-07-23 08:48:41 +01:00
devtool.py devtool: add upgrade feature 2015-09-09 14:27:51 +01:00
imagefeatures.py oeqa/selftest/imagefeatures: remove gummiboot tests 2015-07-27 23:29:15 +01:00
layerappend.py oeqa/selftest: Added @testcase decorators to oeselftest testcases. 2015-07-08 00:01:19 +01:00
lic-checksum.py oeqa/selftest: Added @testcase decorators to oeselftest testcases. 2015-07-08 00:01:19 +01:00
oescripts.py oeqs/selftest: Added test case decorators for the rest of selftest testcases except toaster 2014-07-10 17:38:35 +01:00
pkgdata.py oeqa/pkgdata: add useful failure messages to test cases 2015-07-23 08:48:37 +01:00
prservice.py oeqa/prservice: add useful failure messages to test cases 2015-07-23 08:48:38 +01:00
recipetool.py oe-selftest: replace assertTrue(False, ...) with fail(...) 2015-08-24 23:47:02 +01:00
sstate.py oe-selftest: separated the SStateBase and SStateTests in different modules 2014-01-16 12:18:52 +00:00
sstatetests.py oeqa: Add allarch sstate sig test 2015-08-31 00:04:31 +01:00
wic.py wic: add test cases for 3 images 2015-09-03 12:43:25 +01:00