forked from public/pysim
tester: temporarily disable physical tests
Setup is being worked on. Change-Id: I395adbcc9c0559e782c8bec64173def3deaa0084
This commit is contained in:
@@ -33,15 +33,15 @@ case "$JOB_TYPE" in
|
|||||||
python -m unittest discover -v -s tests/unittests
|
python -m unittest discover -v -s tests/unittests
|
||||||
|
|
||||||
# Run pySim-prog integration tests (requires physical cards)
|
# Run pySim-prog integration tests (requires physical cards)
|
||||||
cd tests/pySim-prog_test/
|
#cd tests/pySim-prog_test/
|
||||||
./pySim-prog_test.sh
|
# ./pySim-prog_test.sh
|
||||||
cd ../../
|
#cd ../../
|
||||||
|
|
||||||
# Run pySim-trace test
|
# Run pySim-trace test
|
||||||
tests/pySim-trace_test/pySim-trace_test.sh
|
tests/pySim-trace_test/pySim-trace_test.sh
|
||||||
|
|
||||||
# Run pySim-shell integration tests (requires physical cards)
|
# 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")
|
"distcheck")
|
||||||
virtualenv -p python3 venv --system-site-packages
|
virtualenv -p python3 venv --system-site-packages
|
||||||
|
|||||||
Reference in New Issue
Block a user