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
19 lines
773 B
INI
19 lines
773 B
INI
# Preparation:
|
|
# This testcase executes against a sysmoEUICC1-C2T, which is equipped with the
|
|
# TS48V1-B-UNIQUE test profile from https://test.rsp.sysmocom.de/ (Activation
|
|
# code: 1$smdpp.test.rsp.sysmocom.de$TS48V1-B-UNIQUE). This testprofile must be
|
|
# present on the eUICC before this testcase can be executed.
|
|
|
|
# Card parameter:
|
|
ICCID="8949449999999990031"
|
|
EID="89049044900000000000000000102355" # <-- change to the EID of your card!
|
|
KIC='66778899aabbccdd1122334455eeff10'
|
|
KID='112233445566778899aabbccddeeff10'
|
|
KEY_INDEX=2
|
|
ALGO_CRYPT=aes_cbc
|
|
ALGO_AUTH=aes_cmac
|
|
TAR='b00120'
|
|
|
|
# Testcase: Send OTA-SMS that selects DF.ICCID and returns the select response
|
|
APDU='00a40004022fe200C000001d'
|
|
EXPECTED_RESPONSE='621b8202412183022fe2a503d001408a01058b032f06038002000a8800 9000' |