selftests: tpm: upgrade TPM2 tests from Python 2 to Python 3
[linux-2.6-microblaze.git] / tools / testing / selftests / tpm2 / test_smoke.sh
index 1334e30..3e5ff29 100755 (executable)
@@ -6,5 +6,5 @@ ksft_skip=4
 
 [ -e /dev/tpm0 ] || exit $ksft_skip
 
-python -m unittest -v tpm2_tests.SmokeTest
-python -m unittest -v tpm2_tests.AsyncTest
+python3 -m unittest -v tpm2_tests.SmokeTest
+python3 -m unittest -v tpm2_tests.AsyncTest