Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test_space.sh « tpm2 « selftests « testing « tools - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 36c9d030a1c636e0719576d183116f61a99539ec (plain)
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

[ -f /dev/tpmrm0 ] || exit $ksft_skip

python -m unittest -v tpm2_tests.SpaceTest