]> code.ossystems Code Review - openembedded-core.git/commit
yocto-compat-layer.py: make signature check code reusable
authorPatrick Ohly <patrick.ohly@intel.com>
Tue, 27 Jun 2017 15:33:43 +0000 (17:33 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Jul 2017 21:35:07 +0000 (22:35 +0100)
commit23939d0acb563e27a1419d3f532a47c3d6a59a3e
tree3b2b316b89f41c8c55f0f54f0a849a34b1348ef5
parent0abc29f135d7f870168d9676395f3a4bb77174b8
yocto-compat-layer.py: make signature check code reusable

This moves the main content of test_signature into a helper
function. It can be reused by arbitrary tests that need to do
a before/after signature comparison. Long-term this might even
be useful in oeqa itself.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/lib/compatlayer/__init__.py
scripts/lib/compatlayer/cases/common.py