/
usr
/
src
/
linux-headers-5.15.0-181
/
tools
/
testing
/
selftests
/
tpm2
/
/usr/src/linux-headers-5.15.0-181/tools/testing/selftests/tpm2
mkdir
upload
Name
Size
Mode
Actions
Makefile
159
0644
edit
dl
rm
test_smoke.sh
254
0755
edit
dl
rm
test_space.sh
212
0755
edit
dl
rm
Edit:
/usr/src/linux-headers-5.15.0-181/tools/testing/selftests/tpm2/test_space.sh
(212B)
#!/bin/sh # SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) # Kselftest framework requirement - SKIP code is 4. ksft_skip=4 [ -e /dev/tpmrm0 ] || exit $ksft_skip python3 -m unittest -v tpm2_tests.SpaceTest
Save
cmd:
run