diff options
author | Tom Rini <trini@konsulko.com> | 2024-06-03 18:42:11 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-06-04 08:09:09 -0600 |
commit | 227be29df37545f74243a98c12a4a33c4160e3cd (patch) | |
tree | 8a758001963b7b45f869385ef9d00e30faf04bd3 /test | |
parent | 15d0dcc0ec1f424199dff2a3cbe037bc3a7d8749 (diff) | |
parent | c0ea27bccfb7d2d37fd36806ac2a2f7389099420 (diff) | |
download | u-boot-227be29df37545f74243a98c12a4a33c4160e3cd.tar.gz u-boot-227be29df37545f74243a98c12a4a33c4160e3cd.tar.bz2 u-boot-227be29df37545f74243a98c12a4a33c4160e3cd.zip |
Merge tag 'v2024.07-rc4' into next
Prepare v2024.070-rc4
Diffstat (limited to 'test')
-rw-r--r-- | test/py/tests/test_tpm2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/tests/test_tpm2.py b/test/py/tests/test_tpm2.py index 1d654cd4a2..75f5d31fc6 100644 --- a/test/py/tests/test_tpm2.py +++ b/test/py/tests/test_tpm2.py @@ -257,7 +257,7 @@ def test_tpm2_pcr_read(u_boot_console): updates = int(re.findall(r'\d+', str)[0]) # Check the output value - assert 'PCR #10 content' in read_pcr + assert 'PCR #10 sha256 32 byte content' in read_pcr assert '00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00' in read_pcr @pytest.mark.buildconfigspec('cmd_tpm_v2') |