mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +03:00
Extend the existing test script so that it can handle multiple testcases. Also add support for switching eUICC profiles. Finally, add a testcases to test OTA-SMS (RFM) with AES128 and AES256 encryption. Change-Id: I1f10504f3a29a8c74a17991632d932819fecfa5a Related: OS#6868
18 lines
655 B
INI
18 lines
655 B
INI
# Preparation:
|
|
# This testcase executes against a sysmoISIM-SJA5 card. For the testcase, the
|
|
# key configuration on the card may be used as it is.
|
|
|
|
# Card parameter:
|
|
ICCID="8949440000001155314" # <-- change to the ICCID of your card!
|
|
EID=""
|
|
KIC='51D4FC44BCBA7C4589DFADA3297720AF' # <-- change to the KIC1 of your card!
|
|
KID='0449699C472CE71E2FB7B56245EF7684' # <-- change to the KID1 of your card!
|
|
KEY_INDEX=1
|
|
ALGO_CRYPT=triple_des_cbc2
|
|
ALGO_AUTH=triple_des_cbc2
|
|
TAR='B00010'
|
|
|
|
# Testcase: Send OTA-SMS that selects DF.GSM and returns the select response
|
|
APDU='A0A40000027F20A0C0000016'
|
|
EXPECTED_RESPONSE='0000ffff7f2002000000000009b106350400838a838a 9000'
|