From 625bc9d3f3c752f60a825fb4ad18833b51bd8089 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Wed, 11 Mar 2020 13:53:44 +0100 Subject: [PATCH] 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. --- tests/sjs1/prepare | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/sjs1/prepare b/tests/sjs1/prepare index 763d648..624dcfd 100755 --- a/tests/sjs1/prepare +++ b/tests/sjs1/prepare @@ -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 ================="