sysmoUSIM-SJS1: enable USIM mode before testing

sysmoUSIM-SJS1 features enableing/disableing its USIM application to
switch beween classic SIM and USIM mode. If the usim mode gets disabled
by excidant the testsuite would fail. Lets make sure that USIM mode is
always enabled before the testsuite is executed.
This commit is contained in:
Philipp Maier 2020-03-11 13:53:44 +01:00
parent 633d158eff
commit 625bc9d3f3
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
. ./test-data
echo "================ PREPARING TEST CARD ================"
$TOOL -a $ADMPIN -u
$TOOL -a $ADMPIN -I $ICCID
$TOOL -a $ADMPIN -J $IMSI
echo "================ TEST CARD PREPARED ================="