diff options
| -rw-r--r-- | meta-tpm/lib/oeqa/runtime/cases/tpm2.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-tpm/lib/oeqa/runtime/cases/tpm2.py b/meta-tpm/lib/oeqa/runtime/cases/tpm2.py index 240a9b3..c6f9d92 100644 --- a/meta-tpm/lib/oeqa/runtime/cases/tpm2.py +++ b/meta-tpm/lib/oeqa/runtime/cases/tpm2.py | |||
| @@ -16,9 +16,9 @@ class Tpm2Test(OERuntimeTestCase): | |||
| 16 | if expected_endlines: | 16 | if expected_endlines: |
| 17 | self.fail('Missing expected line endings:\n %s' % '\n '.join(expected_endlines)) | 17 | self.fail('Missing expected line endings:\n %s' % '\n '.join(expected_endlines)) |
| 18 | 18 | ||
| 19 | @OEHasPackage(['tpm2.0-tss']) | 19 | @OEHasPackage(['tpm2-tss']) |
| 20 | @OEHasPackage(['tpm2-abrmd']) | 20 | @OEHasPackage(['tpm2-abrmd']) |
| 21 | @OEHasPackage(['tpm2.0-tools']) | 21 | @OEHasPackage(['tpm2-tools']) |
| 22 | @OEHasPackage(['ibmswtpm2']) | 22 | @OEHasPackage(['ibmswtpm2']) |
| 23 | @OETestDepends(['ssh.SSHTest.test_ssh']) | 23 | @OETestDepends(['ssh.SSHTest.test_ssh']) |
| 24 | def test_tpm2_sim(self): | 24 | def test_tpm2_sim(self): |
