mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
selftest/signing.py: verify that images can be created from signed packages
(From OE-Core rev: e53b93181ea1723ddeeb75c4195e9412e64721c0) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9a548edb0f
commit
fd04d16568
@@ -34,8 +34,10 @@ class Signing(oeSelfTest):
|
||||
"""
|
||||
Summary: Test that packages can be signed in the package feed
|
||||
Expected: Package should be signed with the correct key
|
||||
Expected: Images can be created from signed packages
|
||||
Product: oe-core
|
||||
Author: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
|
||||
Author: Alexander Kanavin <alexander.kanavin@intel.com>
|
||||
AutomatedBy: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
|
||||
"""
|
||||
import oe.packagedata
|
||||
@@ -85,6 +87,12 @@ class Signing(oeSelfTest):
|
||||
self.assertIn('rsa sha1 (md5) pgp md5 OK', ret.output, 'Package signed incorrectly.')
|
||||
shutil.rmtree(rpmdb)
|
||||
|
||||
#Check that an image can be built from signed packages
|
||||
self.add_command_to_tearDown('bitbake -c clean core-image-minimal')
|
||||
bitbake('-c clean core-image-minimal')
|
||||
bitbake('core-image-minimal')
|
||||
|
||||
|
||||
@testcase(1382)
|
||||
def test_signing_sstate_archive(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user