mirror-linux/tools/testing/selftests/tpm2
Maurice Hieronymus cffc934c0d selftests: tpm2: Fix ill defined assertions
Remove parentheses around assert statements in Python. With parentheses,
assert always evaluates to True, making the checks ineffective.

Signed-off-by: Maurice Hieronymus <mhi@mailbox.org>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
2025-12-03 22:55:27 +02:00
..
.gitignore selftests: tpm2: create a dedicated .gitignore 2025-04-08 14:56:13 -06:00
Makefile
settings
test_async.sh selftests: tpm2: redirect python unittest logs to stdout 2024-07-31 11:42:22 -06:00
test_smoke.sh selftests: tpm2: test_smoke: use POSIX-conformant expression operator 2025-04-08 14:56:13 -06:00
test_space.sh selftests: tpm2: redirect python unittest logs to stdout 2024-07-31 11:42:22 -06:00
tpm2.py selftests: tpm2: Fix ill defined assertions 2025-12-03 22:55:27 +02:00
tpm2_tests.py