| Message ID | 20260714083304.376972-2-ivan.hu@canonical.com |
|---|---|
| State | Accepted |
| Headers | show |
| Series | [1/2] tpm2: accept Arm FF-A Start Method and validate its parameters | expand |
diff --git a/fwts-test/tpm2-0001/tpm2-0002.log b/fwts-test/tpm2-0001/tpm2-0002.log index b9cd4112..24003b76 100644 --- a/fwts-test/tpm2-0001/tpm2-0002.log +++ b/fwts-test/tpm2-0001/tpm2-0002.log @@ -12,7 +12,7 @@ tpm2 0x4 tpm2 FAILED [MEDIUM] TPM2ReservedNonZero: Test 1, TPM2 Reserved tpm2 field must be zero, got 0x0003 instead tpm2 FAILED [HIGH] TPM2BadStartMethod: Test 1, TPM2's Start -tpm2 Method must be between 0x1 and 0xd, got 0xff +tpm2 Method must be between 0x1 and 0xd or 0xf, got 0xff tpm2 tpm2 ========================================================== tpm2 0 passed, 3 failed, 0 warning, 0 aborted, 0 skipped, 0
Refresh the expected output of test-0002 for the updated TPM2BadStartMethod failure message, which now reports the valid Start Method values as 0x1-0xd or 0xf. Signed-off-by: Ivan Hu <ivan.hu@canonical.com> --- fwts-test/tpm2-0001/tpm2-0002.log | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)