aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/tpm2/test_space.sh
blob: 847cabb20a5feb1f2f76924f36be6e3457854a5c (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/bash
# 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

python -m unittest -v tpm2_tests.SpaceTest