JustOS/linux-6.13/tools/testing/selftests/tpm2/test_space.sh

10 lines
217 B
Bash
Raw Normal View History

2025-01-24 14:00:19 +00:00
#!/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 2>&1