tools/testing/selftests/tpm2/test_async.sh

Source file repositories/reference/linux-study-clean/tools/testing/selftests/tpm2/test_async.sh

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/tpm2/test_async.sh
Extension
.sh
Size
253 bytes
Lines
11
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: tools
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

#!/bin/sh
# SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)

# Kselftest framework requirement - SKIP code is 4.
ksft_skip=4

[ -e /dev/tpm0 ] || exit $ksft_skip
[ -e /dev/tpmrm0 ] || exit $ksft_skip

python3 -m unittest -v tpm2_tests.AsyncTest 2>&1

Annotation

Implementation Notes