aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2019-08-30 11:41:02 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2019-09-12 11:21:47 +0200
commitc5b422e2ca59869ab130225dd7f48596805dc143 (patch)
tree5a1d5958caa8ecd97a97d51eed0e13a0b17d4c7b /contrib
parente053da5a1498cc057aeef829b2a8b29e5cac7c14 (diff)
Add support for automatic card handling
When using the batch mode of pySim-prog, the user has to insert/remove the cards from the cardreader manually. This is fine for small batches, but for high volume batches this method is not applicable. This patch adds support for the integration of an automatic card handler machine. The user can freely configure a custom commandline that is executed when a card should be inserted or moved to a good/bad collection bin. Change-Id: Icfed3cad7927b92816723d75603b78e1a4b87ef1 Related: SYS#4654
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/jenkins.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index fdcd0cb..a70f139 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -12,6 +12,7 @@ fi
virtualenv -p python2 venv --system-site-packages
. venv/bin/activate
pip install pytlv
+pip install pyyaml
cd pysim-testdata
../tests/pysim-test.sh