cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

test_smoke.sh (254B)


      1#!/bin/sh
      2# SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
      3
      4# Kselftest framework requirement - SKIP code is 4.
      5ksft_skip=4
      6
      7[ -e /dev/tpm0 ] || exit $ksft_skip
      8
      9python3 -m unittest -v tpm2_tests.SmokeTest
     10python3 -m unittest -v tpm2_tests.AsyncTest