repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/panel: panel-himax-hx83102: support for csot-pna957qt1-1 MIPI-DSI panel
[drm/drm-misc.git]
/
tools
/
testing
/
selftests
/
tpm2
/
test_space.sh
blob
93894cbc89a80305bee5e9b41105e20a1e8b59f4
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
/
tpmrm0
]
||
exit
$ksft_skip
8
9
python3
-m
unittest
-v
tpm2_tests.SpaceTest
2
>&
1