mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 16:59:28 +00:00
runtime: tpm2 fix names in packagecheck
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -16,9 +16,9 @@ class Tpm2Test(OERuntimeTestCase):
|
|||||||
if expected_endlines:
|
if expected_endlines:
|
||||||
self.fail('Missing expected line endings:\n %s' % '\n '.join(expected_endlines))
|
self.fail('Missing expected line endings:\n %s' % '\n '.join(expected_endlines))
|
||||||
|
|
||||||
@OEHasPackage(['tpm2.0-tss'])
|
@OEHasPackage(['tpm2-tss'])
|
||||||
@OEHasPackage(['tpm2-abrmd'])
|
@OEHasPackage(['tpm2-abrmd'])
|
||||||
@OEHasPackage(['tpm2.0-tools'])
|
@OEHasPackage(['tpm2-tools'])
|
||||||
@OEHasPackage(['ibmswtpm2'])
|
@OEHasPackage(['ibmswtpm2'])
|
||||||
@OETestDepends(['ssh.SSHTest.test_ssh'])
|
@OETestDepends(['ssh.SSHTest.test_ssh'])
|
||||||
def test_tpm2_sim(self):
|
def test_tpm2_sim(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user