tester: temporarily disable physical tests

Setup is being worked on.

Change-Id: I395adbcc9c0559e782c8bec64173def3deaa0084
This commit is contained in:
Eric Wild
2025-07-03 14:46:14 +02:00
committed by Your Name
parent ccefc98160
commit 5e1ec307bb

View File

@@ -33,15 +33,15 @@ case "$JOB_TYPE" in
python -m unittest discover -v -s tests/unittests
# Run pySim-prog integration tests (requires physical cards)
cd tests/pySim-prog_test/
./pySim-prog_test.sh
cd ../../
#cd tests/pySim-prog_test/
# ./pySim-prog_test.sh
#cd ../../
# Run pySim-trace test
tests/pySim-trace_test/pySim-trace_test.sh
# Run pySim-shell integration tests (requires physical cards)
python3 -m unittest discover -v -s ./tests/pySim-shell_test/
#python3 -m unittest discover -v -s ./tests/pySim-shell_test/
;;
"distcheck")
virtualenv -p python3 venv --system-site-packages