projects
/
linux-2.6-microblaze.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'v5.11' into next
[linux-2.6-microblaze.git]
/
tools
/
testing
/
selftests
/
tpm2
/
test_smoke.sh
1
#!/bin/sh
2
# SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
3
4
# Kselftest framework requirement - SKIP code is 4.
5
ksft_skip=4
6
7
[ -e /dev/tpm0 ] || exit $ksft_skip
8
9
python3 -m unittest -v tpm2_tests.SmokeTest
10
python3 -m unittest -v tpm2_tests.AsyncTest