Skip to content
Success

Console Output

Started by upstream project "master-pysim" build number 1338
originally caused by:
 Started by timer
Running as SYSTEM
Building remotely on simtester in workspace /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
[ssh-agent] Looking for ssh-agent implementation...
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-XXXXXXdu7icn/agent.1213891
SSH_AGENT_PID=1213894
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester@tmp/private_key_15836078069814843238.key (osmocom-jenkins)
[ssh-agent] Using credentials docs (OS#5798)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://gerrit.osmocom.org/pysim
 > git init /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/pysim
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
 > git fetch --tags --force --progress -- https://gerrit.osmocom.org/pysim +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gerrit.osmocom.org/pysim # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 82b0f1b39a3a5ee85e063266214002dc9d5441a3 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 82b0f1b39a3a5ee85e063266214002dc9d5441a3 # timeout=10
Commit message: "pySim-shell_test: re-enable test_list_and_rm_notif"
 > git rev-list --no-walk 82b0f1b39a3a5ee85e063266214002dc9d5441a3 # timeout=10
[simtester] $ /bin/sh -xe /tmp/jenkins6619276110879364370.sh
+ /usr/bin/timeout 30m ./contrib/jenkins.sh
+ export PYTHONUNBUFFERED=1
+ [ ! -d ./tests/ ]
+ [ -z  ]
+ osmo-clean-workspace.sh
+ chmod -R +w .
+ git checkout -f HEAD
+ git clean -dxf
+ [ -d  ]
+ [ -d layer1-headers ]
+ virtualenv -p python3 venv --system-site-packages
created virtual environment CPython3.11.2.final.0-64 in 1009ms
  creator CPython3Posix(dest=/home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/venv, clear=False, no_vcs_ignore=False, global=True)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/jenkins/.local/share/virtualenv)
    added seed packages: pip==23.0.1, setuptools==66.1.1, wheel==0.38.4
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
+ . venv/bin/activate
+ [  = ./contrib/jenkins.sh ]
+ deactivate nondestructive
+ unset -f pydoc
+ [ -z  ]
+ [ -z  ]
+ hash -r
+ [ -z  ]
+ unset VIRTUAL_ENV
+ [ ! nondestructive = nondestructive ]
+ VIRTUAL_ENV=/home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/venv
+ [  = cygwin ]
+ [  = msys ]
+ export VIRTUAL_ENV
+ _OLD_VIRTUAL_PATH=/usr/local/bin:/usr/bin:/bin:/usr/games:/home/jenkins/bin
+ PATH=/home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/venv/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/home/jenkins/bin
+ export PATH
+ [ -z  ]
+ [ -z  ]
+ _OLD_VIRTUAL_PS1=$ 
+ [ x != x ]
+ basename /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/venv
+ PS1=(venv) $ 
+ export PS1
+ alias pydoc
+ true
+ hash -r
+ pip install -r requirements.txt
Collecting git+https://github.com/osmocom/asn1tools (from -r requirements.txt (line 14))
  Cloning https://github.com/osmocom/asn1tools to /tmp/pip-req-build-2cv7snsi
  Running command git clone --filter=blob:none --quiet https://github.com/osmocom/asn1tools /tmp/pip-req-build-2cv7snsi
  Resolved https://github.com/osmocom/asn1tools to commit 44277cdb34959196f317b6a02af20a4a1c3c4e2d
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting git+https://github.com/hologram-io/smpp.pdu (from -r requirements.txt (line 16))
  Cloning https://github.com/hologram-io/smpp.pdu to /tmp/pip-req-build-2nlwi3de
  Running command git clone --filter=blob:none --quiet https://github.com/hologram-io/smpp.pdu /tmp/pip-req-build-2nlwi3de
  Resolved https://github.com/hologram-io/smpp.pdu to commit 20acc840ded958898eeb35ae9a18df9b29bdaaac
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: pyscard in /usr/lib/python3/dist-packages (from -r requirements.txt (line 1)) (2.0.5)
Collecting pyserial
  Using cached pyserial-3.5-py2.py3-none-any.whl (90 kB)
Requirement already satisfied: pytlv in /usr/local/lib/python3.11/dist-packages (from -r requirements.txt (line 3)) (0.71)
Collecting cmd2>=1.5
  Using cached cmd2-2.4.3-py3-none-any.whl (147 kB)
Collecting jsonpath-ng
  Using cached jsonpath_ng-1.7.0-py3-none-any.whl
Collecting construct>=2.10.70
  Using cached construct-2.10.70-py3-none-any.whl (63 kB)
Collecting bidict
  Using cached bidict-0.23.1-py3-none-any.whl (32 kB)
Collecting pyosmocom>=0.0.6
  Using cached pyosmocom-0.0.6-py3-none-any.whl (39 kB)
Collecting pyyaml>=5.1
  Using cached PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762 kB)
Collecting termcolor
  Using cached termcolor-2.5.0-py3-none-any.whl (7.8 kB)
Collecting colorlog
  Using cached colorlog-6.8.2-py3-none-any.whl (11 kB)
Requirement already satisfied: pycryptodomex in /usr/lib/python3/dist-packages (from -r requirements.txt (line 12)) (3.11.0)
Collecting cryptography
  Using cached cryptography-43.0.1-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB)
Collecting packaging
  Using cached packaging-24.1-py3-none-any.whl (53 kB)
Collecting attrs>=16.3.0
  Using cached attrs-24.2.0-py3-none-any.whl (63 kB)
Collecting pyperclip>=1.6
  Using cached pyperclip-1.9.0-py3-none-any.whl
Collecting wcwidth>=0.1.7
  Using cached wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
Collecting ply
  Using cached ply-3.11-py2.py3-none-any.whl (49 kB)
Collecting gsm0338
  Using cached gsm0338-1.0.0-py2.py3-none-any.whl (9.7 kB)
Collecting cffi>=1.12
  Using cached cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467 kB)
Collecting bitstruct
  Using cached bitstruct-8.19.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (82 kB)
Collecting pyparsing>=3.0.6
  Using cached pyparsing-3.2.0-py3-none-any.whl (106 kB)
Collecting pycparser
  Using cached pycparser-2.22-py3-none-any.whl (117 kB)
Collecting six
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Building wheels for collected packages: asn1tools, smpp.pdu
  Building wheel for asn1tools (setup.py): started
  Building wheel for asn1tools (setup.py): finished with status 'done'
  Created wheel for asn1tools: filename=asn1tools-0.166.0-py3-none-any.whl size=119699 sha256=58169e0ee79b3ef19ac5a97f55849ec33dd3ba2f813a0ceb14bca082327c684e
  Stored in directory: /tmp/pip-ephem-wheel-cache-f5yoqm9f/wheels/2a/6a/86/4ace26b2e8568f96ceac6272ea7db506da59e1b3c2fc4c8699
  Building wheel for smpp.pdu (setup.py): started
  Building wheel for smpp.pdu (setup.py): finished with status 'done'
  Created wheel for smpp.pdu: filename=smpp.pdu-0.3-py3-none-any.whl size=31683 sha256=fb2343937f55d75a179a43ba357cbd6731a83c65daf11ad446ec54e6fa19c9c5
  Stored in directory: /tmp/pip-ephem-wheel-cache-f5yoqm9f/wheels/32/96/03/ef03cb1f288aec2fb1552d40911360548b181fe570b8fc2432
Successfully built asn1tools smpp.pdu
Installing collected packages: wcwidth, smpp.pdu, pyserial, pyperclip, ply, termcolor, six, pyyaml, pyparsing, pycparser, packaging, jsonpath-ng, construct, colorlog, bitstruct, bidict, attrs, gsm0338, cmd2, cffi, asn1tools, pyosmocom, cryptography
Successfully installed asn1tools-0.166.0 attrs-24.2.0 bidict-0.23.1 bitstruct-8.19.0 cffi-1.17.1 cmd2-2.4.3 colorlog-6.8.2 construct-2.10.70 cryptography-43.0.1 gsm0338-1.0.0 jsonpath-ng-1.7.0 packaging-24.1 ply-3.11 pycparser-2.22 pyosmocom-0.0.6 pyparsing-3.2.0 pyperclip-1.9.0 pyserial-3.5 pyyaml-6.0.2 six-1.16.0 smpp.pdu-0.3 termcolor-2.5.0 wcwidth-0.2.13
+ pip install pyshark
Collecting pyshark
  Using cached pyshark-0.6-py3-none-any.whl (41 kB)
Collecting lxml
  Using cached lxml-5.3.0-cp311-cp311-manylinux_2_28_x86_64.whl (5.0 MB)
Requirement already satisfied: termcolor in ./venv/lib/python3.11/site-packages (from pyshark) (2.5.0)
Requirement already satisfied: packaging in ./venv/lib/python3.11/site-packages (from pyshark) (24.1)
Collecting appdirs
  Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Installing collected packages: appdirs, lxml, pyshark
Successfully installed appdirs-1.4.4 lxml-5.3.0 pyshark-0.6
+ python -m unittest discover -v -s tests/unittests
test_successful (test_apdu.TestApdu.test_successful) ... ok
test_successful_method (test_apdu.TestApdu.test_successful_method)
Test overloading of the success property with a custom method. ... ok
test_2g (test_apdu.TestUsimAuth.test_2g) ... ok
test_3g (test_apdu.TestUsimAuth.test_3g) ... ok
test_3g_sync (test_apdu.TestUsimAuth.test_3g_sync) ... ok
test_vgcs (test_apdu.TestUsimAuth.test_vgcs) ... ok
test_de_encode (test_esim.TestActivationCode.test_de_encode) ... ok
test_mode51 (test_esim.TestECKA.test_mode51) ... ok
test_kdf (test_esim_bsp.BSP_Test.test_kdf) ... ok
test_ciphering (test_esim_bsp.BSP_Test_mode51.test_ciphering) ... ok
test_kdf (test_esim_bsp.BSP_Test_mode51.test_kdf) ... ok
test_decrypt_and_mac_verify (test_esim_bsp.TestBSPdecode.test_decrypt_and_mac_verify) ... ok
test_cmp (test_esim_saip.OidTest.test_cmp) ... ok
test_constructor_encode (test_esim_saip.SaipTest.test_constructor_encode)
Test that DER-encoding of PE created by "empty" constructor works without raising exception. ... ok
test_personalization (test_esim_saip.SaipTest.test_personalization)
Test some of the personalization operations. ... ok
test_reencode_pe (test_esim_saip.SaipTest.test_reencode_pe)
Test that we can decode and re-encode reach individual ProfileElement. ... ok
test_reencode_sequence (test_esim_saip.SaipTest.test_reencode_sequence)
Test that we can decode and re-encode the entire DER encoded UPP. ... ok
test_sequence_helpers (test_esim_saip.SaipTest.test_sequence_helpers)
Verify that the convenience helpers worked as expected. ... ok
test_eid_encode_with_30digits (test_euicc.TestEid.test_eid_encode_with_30digits) ... ok
test_eid_encode_with_32_digits (test_euicc.TestEid.test_eid_encode_with_32_digits) ... ok
test_eid_encode_with_wrong_csum (test_euicc.TestEid.test_eid_encode_with_wrong_csum) ... ok
test_eid_verify (test_euicc.TestEid.test_eid_verify) ... ok
test_eid_verify_wrong (test_euicc.TestEid.test_eid_verify_wrong) ... ok
test_de_encode_record (test_files.LinFixed_Test.test_de_encode_record)
Test the decoder and encoder for a linear-fixed EF.  Performs first a decoder ... ok
test_decode_record (test_files.LinFixed_Test.test_decode_record)
Test the decoder for a linear-fixed EF.  Requires the given LinFixedEF subclass ... ok
test_encode_record (test_files.LinFixed_Test.test_encode_record)
Test the encoder for a linear-fixed EF.  Requires the given LinFixedEF subclass ... ok
test_de_encode_record (test_files.TransRecEF_Test.test_de_encode_record)
Test the decoder and encoder for a transparent record-oriented EF.  Performs first a decoder ... ok
test_decode_record (test_files.TransRecEF_Test.test_decode_record)
Test the decoder for a transparent record-oriented EF.  Requires the given TransRecEF subclass ... ok
test_encode_record (test_files.TransRecEF_Test.test_encode_record)
Test the encoder for a transparent record-oriented EF.  Requires the given TransRecEF subclass ... ok
test_de_encode_file (test_files.TransparentEF_Test.test_de_encode_file)
Test the decoder and encoder for a transparent EF.  Performs first a decoder ... ok
test_decode_file (test_files.TransparentEF_Test.test_decode_file)
Test the decoder for a transparent EF.  Requires the given TransparentEF subclass ... ok
test_encode_file (test_files.TransparentEF_Test.test_encode_file)
Test the encoder for a transparent EF.  Requires the given TransparentEF subclass ... ok
test_encode_LinFixedEF (test_files.filesystem_enc_dec_test.test_encode_LinFixedEF) ... ok
test_encode_TransRecEF (test_files.filesystem_enc_dec_test.test_encode_TransRecEF) ... ok
test_encode_TransparentEF (test_files.filesystem_enc_dec_test.test_encode_TransparentEF) ... ok
test_mutual_auth_fail_card_cryptogram (test_globalplatform.SCP02_Auth_Test.test_mutual_auth_fail_card_cryptogram) ... DEBUG:pySim.global_platform.scp:Scp02SessionKeys(CTR=1, ICV=None, ENC=1ba074b31f72a6c44fe8f5d9afe4da2f, D-ENC=511db767812597722109c867f9d7257a, MAC-C=29a69328e60494982632039ddd47a2f1, MAC-R=fdf8a06c38fa7a54123c80ab9087bf25)
DEBUG:pySim.global_platform.scp:host_challenge(40a62c37fa6304f8), card_challenge(6b4524abee7c)
DEBUG:pySim.global_platform.scp:mac_3des(00016b4524abee7c40a62c37fa6304f8) -> ba6961667737c5bc
DEBUG:pySim.global_platform.scp:mac_3des(40a62c37fa6304f800016b4524abee7c) -> f32ea3838bc148f3
DEBUG:pySim.global_platform.scp:host_cryptogram(ba6961667737c5bc), card_cryptogram(f32ea3838bc148f3)
ok
test_mutual_auth_success (test_globalplatform.SCP02_Auth_Test.test_mutual_auth_success) ... DEBUG:pySim.global_platform.scp:Scp02SessionKeys(CTR=1, ICV=None, ENC=1ba074b31f72a6c44fe8f5d9afe4da2f, D-ENC=511db767812597722109c867f9d7257a, MAC-C=29a69328e60494982632039ddd47a2f1, MAC-R=fdf8a06c38fa7a54123c80ab9087bf25)
DEBUG:pySim.global_platform.scp:host_challenge(40a62c37fa6304f8), card_challenge(6b4524abee7c)
DEBUG:pySim.global_platform.scp:mac_3des(00016b4524abee7c40a62c37fa6304f8) -> ba6961667737c5bc
DEBUG:pySim.global_platform.scp:mac_3des(40a62c37fa6304f800016b4524abee7c) -> f32ea3838bc148f3
DEBUG:pySim.global_platform.scp:host_cryptogram(ba6961667737c5bc), card_cryptogram(f32ea3838bc148f3)
DEBUG:pySim.global_platform.scp:mac_1des(8482010010ba6961667737c5bc,icv=0000000000000000) -> ebece14c7d6a4376
ok
test_mac_command (test_globalplatform.SCP02_Test.test_mac_command) ... DEBUG:pySim.global_platform.scp:Scp02SessionKeys(CTR=1, ICV=None, ENC=1ba074b31f72a6c44fe8f5d9afe4da2f, D-ENC=511db767812597722109c867f9d7257a, MAC-C=29a69328e60494982632039ddd47a2f1, MAC-R=fdf8a06c38fa7a54123c80ab9087bf25)
DEBUG:pySim.global_platform.scp:host_challenge(40a62c37fa6304f8), card_challenge(6b4524abee7c)
DEBUG:pySim.global_platform.scp:mac_3des(00016b4524abee7c40a62c37fa6304f8) -> ba6961667737c5bc
DEBUG:pySim.global_platform.scp:mac_3des(40a62c37fa6304f800016b4524abee7c) -> f32ea3838bc148f3
DEBUG:pySim.global_platform.scp:host_cryptogram(ba6961667737c5bc), card_cryptogram(f32ea3838bc148f3)
DEBUG:pySim.global_platform.scp:mac_1des(8482010010ba6961667737c5bc,icv=0000000000000000) -> ebece14c7d6a4376
DEBUG:pySim.global_platform.scp:wrap_cmd_apdu(80f28002024f00)
DEBUG:pySim.global_platform.scp:mac_1des(84f280020a4f00,icv=6bcd3240a7d221aa) -> b21aafa3eb2d1672
ok
test_kcv (test_globalplatform.SCP03_KCV_Test.test_kcv) ... ok
test_01_initialize_update (test_globalplatform.SCP03_Test_AES128_03.test_01_initialize_update) ... ok
test_02_parse_init_upd_resp (test_globalplatform.SCP03_Test_AES128_03.test_02_parse_init_upd_resp) ... DEBUG:pySim.global_platform.scp:scp03_kdf(constant=04, context=8e1552d0513c60f330760cd2c47c1dd3, base_key=000102030405060708090a0b0c0d0e0f, l=128)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=06, context=8e1552d0513c60f330760cd2c47c1dd3, base_key=101112131415161718191a1b1c1d1e1f, l=128)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=07, context=8e1552d0513c60f330760cd2c47c1dd3, base_key=101112131415161718191a1b1c1d1e1f, l=128)
DEBUG:pySim.global_platform.scp:<pySim.global_platform.scp.Scp03SessionKeys object at 0x7fa8b6f36d90>
DEBUG:pySim.global_platform.scp:host_challenge(8e1552d0513c60f3), card_challenge(30760cd2c47c1dd3)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=00, context=8e1552d0513c60f330760cd2c47c1dd3, base_key=59b76ddff91dba0515a9644de3a48863, l=64)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=01, context=8e1552d0513c60f330760cd2c47c1dd3, base_key=59b76ddff91dba0515a9644de3a48863, l=64)
DEBUG:pySim.global_platform.scp:host_cryptogram(fd4721a14d9b0700), card_cryptogram(95065fe5ead8a9d7)
ok
test_03_gen_ext_auth_apdu (test_globalplatform.SCP03_Test_AES128_03.test_03_gen_ext_auth_apdu) ... ok
test_04_wrap_cmd_apdu_get_eid (test_globalplatform.SCP03_Test_AES128_03.test_04_wrap_cmd_apdu_get_eid) ... DEBUG:pySim.global_platform.scp:_get_icv(data=00000000000000000000000000000001, is_resp=False) -> icv=c70915b2ee6711aa326658fc9cd93ae9
ok
test_05_unwrap_rsp_apdu_get_eid (test_globalplatform.SCP03_Test_AES128_03.test_05_unwrap_rsp_apdu_get_eid) ... DEBUG:pySim.global_platform.scp:unwrap_rsp_apdu(sw=bytearray(b'\x90\x00'), rsp_apdu=bytearray(b'\xbf>\x12Z\x10\x89\x88!\x19\x90\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05'))
ok
test_01_initialize_update (test_globalplatform.SCP03_Test_AES128_11.test_01_initialize_update) ... ok
test_02_parse_init_upd_resp (test_globalplatform.SCP03_Test_AES128_11.test_02_parse_init_upd_resp) ... DEBUG:pySim.global_platform.scp:scp03_kdf(constant=04, context=b13e5f938fc108c43eb51047495b249f, base_key=000102030405060708090a0b0c0d0e0f, l=128)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=06, context=b13e5f938fc108c43eb51047495b249f, base_key=101112131415161718191a1b1c1d1e1f, l=128)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=07, context=b13e5f938fc108c43eb51047495b249f, base_key=101112131415161718191a1b1c1d1e1f, l=128)
DEBUG:pySim.global_platform.scp:<pySim.global_platform.scp.Scp03SessionKeys object at 0x7fa8b7136350>
DEBUG:pySim.global_platform.scp:host_challenge(b13e5f938fc108c4), card_challenge(3eb51047495b249f)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=00, context=b13e5f938fc108c43eb51047495b249f, base_key=8b2635556e987a6b84f43d9ffc197d3f, l=64)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=01, context=b13e5f938fc108c43eb51047495b249f, base_key=8b2635556e987a6b84f43d9ffc197d3f, l=64)
DEBUG:pySim.global_platform.scp:host_cryptogram(7d5f5826a993ebc8), card_cryptogram(66c484c1d2ef1948)
ok
test_03_gen_ext_auth_apdu (test_globalplatform.SCP03_Test_AES128_11.test_03_gen_ext_auth_apdu) ... ok
test_04_wrap_cmd_apdu_get_eid (test_globalplatform.SCP03_Test_AES128_11.test_04_wrap_cmd_apdu_get_eid) ... ok
test_05_unwrap_rsp_apdu_get_eid (test_globalplatform.SCP03_Test_AES128_11.test_05_unwrap_rsp_apdu_get_eid) ... DEBUG:pySim.global_platform.scp:unwrap_rsp_apdu(sw=bytearray(b'\x90\x00'), rsp_apdu=bytearray(b'\xbf>\x12Z\x10\x89\x88!\x19\x90\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05\x97\x1b\xe6\x89\x92\xdb\xbd\xfa'))
ok
test_01_initialize_update (test_globalplatform.SCP03_Test_AES128_33.test_01_initialize_update) ... ok
test_02_parse_init_upd_resp (test_globalplatform.SCP03_Test_AES128_33.test_02_parse_init_upd_resp) ... DEBUG:pySim.global_platform.scp:scp03_kdf(constant=04, context=fdf38259a1e0de443b1aca81e821f219, base_key=000102030405060708090a0b0c0d0e0f, l=128)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=06, context=fdf38259a1e0de443b1aca81e821f219, base_key=101112131415161718191a1b1c1d1e1f, l=128)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=07, context=fdf38259a1e0de443b1aca81e821f219, base_key=101112131415161718191a1b1c1d1e1f, l=128)
DEBUG:pySim.global_platform.scp:<pySim.global_platform.scp.Scp03SessionKeys object at 0x7fa8b8afa090>
DEBUG:pySim.global_platform.scp:host_challenge(fdf38259a1e0de44), card_challenge(3b1aca81e821f219)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=00, context=fdf38259a1e0de443b1aca81e821f219, base_key=0415f56cbb9e488bb171b2b66081f004, l=64)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=01, context=fdf38259a1e0de443b1aca81e821f219, base_key=0415f56cbb9e488bb171b2b66081f004, l=64)
DEBUG:pySim.global_platform.scp:host_cryptogram(8c36f96bcc00724a), card_cryptogram(081cdc01c26b372d)
ok
test_03_gen_ext_auth_apdu (test_globalplatform.SCP03_Test_AES128_33.test_03_gen_ext_auth_apdu) ... ok
test_04_wrap_cmd_apdu_get_eid (test_globalplatform.SCP03_Test_AES128_33.test_04_wrap_cmd_apdu_get_eid) ... DEBUG:pySim.global_platform.scp:_get_icv(data=00000000000000000000000000000001, is_resp=False) -> icv=2130ff8bbb48c9be46f5b4fd6945003d
ok
test_05_unwrap_rsp_apdu_get_eid (test_globalplatform.SCP03_Test_AES128_33.test_05_unwrap_rsp_apdu_get_eid) ... DEBUG:pySim.global_platform.scp:unwrap_rsp_apdu(sw=bytearray(b'\x90\x00'), rsp_apdu=bytearray(b'\xf3\xba+\x10\x13\xaab$\xf5\xe1\xc18\xd7\x18\x05\xc5i\xe5C\x9bGWb`\xb7_\xc0!\xb2P\x97\xcb.h\xf8\xa0\x14Iu\xb9'))
DEBUG:pySim.global_platform.scp:_get_icv(data=80000000000000000000000000000001, is_resp=True) -> icv=a266877da5962d0da9c186b20337fb68
DEBUG:pySim.global_platform.scp:decrypted: bf3e125a10898821199000000000000000000000058000000000000000000000
DEBUG:pySim.global_platform.scp:response_data: bf3e125a1089882119900000000000000000000005
ok
test_01_initialize_update (test_globalplatform.SCP03_Test_AES192_03.test_01_initialize_update) ... ok
test_02_parse_init_upd_resp (test_globalplatform.SCP03_Test_AES192_03.test_02_parse_init_upd_resp) ... DEBUG:pySim.global_platform.scp:scp03_kdf(constant=04, context=69c65da8202bf19fb570a67be3844671, base_key=000102030405060708090a0b0c0d0e0f0001020304050607, l=192)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=06, context=69c65da8202bf19fb570a67be3844671, base_key=101112131415161718191a1b1c1d1e1f1011121314151617, l=192)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=07, context=69c65da8202bf19fb570a67be3844671, base_key=101112131415161718191a1b1c1d1e1f1011121314151617, l=192)
DEBUG:pySim.global_platform.scp:<pySim.global_platform.scp.Scp03SessionKeys object at 0x7fa8b70f6450>
DEBUG:pySim.global_platform.scp:host_challenge(69c65da8202bf19f), card_challenge(b570a67be3844671)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=00, context=69c65da8202bf19fb570a67be3844671, base_key=787c55691bf5f22f567f8905b9b74242dc6c92a94f050232, l=64)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=01, context=69c65da8202bf19fb570a67be3844671, base_key=787c55691bf5f22f567f8905b9b74242dc6c92a94f050232, l=64)
DEBUG:pySim.global_platform.scp:host_cryptogram(65df4f1a356a8879), card_cryptogram(7729d6dd3d2ec5b1)
ok
test_03_gen_ext_auth_apdu (test_globalplatform.SCP03_Test_AES192_03.test_03_gen_ext_auth_apdu) ... ok
test_04_wrap_cmd_apdu_get_eid (test_globalplatform.SCP03_Test_AES192_03.test_04_wrap_cmd_apdu_get_eid) ... DEBUG:pySim.global_platform.scp:_get_icv(data=00000000000000000000000000000001, is_resp=False) -> icv=295afe76882e5ab0ee690befcf2ef778
ok
test_05_unwrap_rsp_apdu_get_eid (test_globalplatform.SCP03_Test_AES192_03.test_05_unwrap_rsp_apdu_get_eid) ... DEBUG:pySim.global_platform.scp:unwrap_rsp_apdu(sw=bytearray(b'\x90\x00'), rsp_apdu=bytearray(b'\xbf>\x12Z\x10\x89\x88!\x19\x90\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05'))
ok
test_01_initialize_update (test_globalplatform.SCP03_Test_AES192_11.test_01_initialize_update) ... ok
test_02_parse_init_upd_resp (test_globalplatform.SCP03_Test_AES192_11.test_02_parse_init_upd_resp) ... DEBUG:pySim.global_platform.scp:scp03_kdf(constant=04, context=7396430b768b085b8cfc23522ffdbf1e, base_key=000102030405060708090a0b0c0d0e0f0001020304050607, l=192)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=06, context=7396430b768b085b8cfc23522ffdbf1e, base_key=101112131415161718191a1b1c1d1e1f1011121314151617, l=192)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=07, context=7396430b768b085b8cfc23522ffdbf1e, base_key=101112131415161718191a1b1c1d1e1f1011121314151617, l=192)
DEBUG:pySim.global_platform.scp:<pySim.global_platform.scp.Scp03SessionKeys object at 0x7fa8b71648d0>
DEBUG:pySim.global_platform.scp:host_challenge(7396430b768b085b), card_challenge(8cfc23522ffdbf1e)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=00, context=7396430b768b085b8cfc23522ffdbf1e, base_key=15e4303d3157d8d1dd283b7321434ae83fc80ac9b12e3daf, l=64)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=01, context=7396430b768b085b8cfc23522ffdbf1e, base_key=15e4303d3157d8d1dd283b7321434ae83fc80ac9b12e3daf, l=64)
DEBUG:pySim.global_platform.scp:host_cryptogram(2145ed30b146f5db), card_cryptogram(5df5542cac8fd866)
ok
test_03_gen_ext_auth_apdu (test_globalplatform.SCP03_Test_AES192_11.test_03_gen_ext_auth_apdu) ... ok
test_04_wrap_cmd_apdu_get_eid (test_globalplatform.SCP03_Test_AES192_11.test_04_wrap_cmd_apdu_get_eid) ... ok
test_05_unwrap_rsp_apdu_get_eid (test_globalplatform.SCP03_Test_AES192_11.test_05_unwrap_rsp_apdu_get_eid) ... DEBUG:pySim.global_platform.scp:unwrap_rsp_apdu(sw=bytearray(b'\x90\x00'), rsp_apdu=bytearray(b'\xbf>\x12Z\x10\x89\x88!\x19\x90\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05\x16/\xbd3\xe0I@\xa9'))
ok
test_01_initialize_update (test_globalplatform.SCP03_Test_AES192_33.test_01_initialize_update) ... ok
test_02_parse_init_upd_resp (test_globalplatform.SCP03_Test_AES192_33.test_02_parse_init_upd_resp) ... DEBUG:pySim.global_platform.scp:scp03_kdf(constant=04, context=9b3f2eef0e8c9374f6bb305a15bae1a6, base_key=000102030405060708090a0b0c0d0e0f0001020304050607, l=192)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=06, context=9b3f2eef0e8c9374f6bb305a15bae1a6, base_key=101112131415161718191a1b1c1d1e1f1011121314151617, l=192)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=07, context=9b3f2eef0e8c9374f6bb305a15bae1a6, base_key=101112131415161718191a1b1c1d1e1f1011121314151617, l=192)
DEBUG:pySim.global_platform.scp:<pySim.global_platform.scp.Scp03SessionKeys object at 0x7fa8b709a590>
DEBUG:pySim.global_platform.scp:host_challenge(9b3f2eef0e8c9374), card_challenge(f6bb305a15bae1a6)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=00, context=9b3f2eef0e8c9374f6bb305a15bae1a6, base_key=436682192ffc13c9399ca38c1adac01498ec77fe1fb560a9, l=64)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=01, context=9b3f2eef0e8c9374f6bb305a15bae1a6, base_key=436682192ffc13c9399ca38c1adac01498ec77fe1fb560a9, l=64)
DEBUG:pySim.global_platform.scp:host_cryptogram(9100bc22d58b45b8), card_cryptogram(8f79fb08212fbed7)
ok
test_03_gen_ext_auth_apdu (test_globalplatform.SCP03_Test_AES192_33.test_03_gen_ext_auth_apdu) ... ok
test_04_wrap_cmd_apdu_get_eid (test_globalplatform.SCP03_Test_AES192_33.test_04_wrap_cmd_apdu_get_eid) ... DEBUG:pySim.global_platform.scp:_get_icv(data=00000000000000000000000000000001, is_resp=False) -> icv=8dfc8944578cf519b96fa2f3d0540929
ok
test_05_unwrap_rsp_apdu_get_eid (test_globalplatform.SCP03_Test_AES192_33.test_05_unwrap_rsp_apdu_get_eid) ... DEBUG:pySim.global_platform.scp:unwrap_rsp_apdu(sw=bytearray(b'\x90\x00'), rsp_apdu=bytearray(b'\xc0Qv\xc1\xb6\xf7*\xaeP\xc3,\xbe\xe6;\x0e\x95\x99\x89(\xfdM\xfb+\xe9\xf2\x7f\xfd\xe8\xc8GoY\t\xb4\x80\\\xc4\x03\x95\x99'))
DEBUG:pySim.global_platform.scp:_get_icv(data=80000000000000000000000000000001, is_resp=True) -> icv=dffa9a2aa40de538b5919545a699f2f6
DEBUG:pySim.global_platform.scp:decrypted: bf3e125a10898821199000000000000000000000058000000000000000000000
DEBUG:pySim.global_platform.scp:response_data: bf3e125a1089882119900000000000000000000005
ok
test_01_initialize_update (test_globalplatform.SCP03_Test_AES256_03.test_01_initialize_update) ... ok
test_02_parse_init_upd_resp (test_globalplatform.SCP03_Test_AES256_03.test_02_parse_init_upd_resp) ... DEBUG:pySim.global_platform.scp:scp03_kdf(constant=04, context=c6066990fc426e1d8682cd81bbd8919f, base_key=000102030405060708090a0b0c0d0e0f000102030405060708090a0b0c0d0e0f, l=256)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=06, context=c6066990fc426e1d8682cd81bbd8919f, base_key=101112131415161718191a1b1c1d1e1f101112131415161718191a1b1c1d1e1f, l=256)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=07, context=c6066990fc426e1d8682cd81bbd8919f, base_key=101112131415161718191a1b1c1d1e1f101112131415161718191a1b1c1d1e1f, l=256)
DEBUG:pySim.global_platform.scp:<pySim.global_platform.scp.Scp03SessionKeys object at 0x7fa8b71360d0>
DEBUG:pySim.global_platform.scp:host_challenge(c6066990fc426e1d), card_challenge(8682cd81bbd8919f)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=00, context=c6066990fc426e1d8682cd81bbd8919f, base_key=309b7e14a014a190dd01e21756a8010d01568b058971f803f7d77be42c6cb45b, l=64)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=01, context=c6066990fc426e1d8682cd81bbd8919f, base_key=309b7e14a014a190dd01e21756a8010d01568b058971f803f7d77be42c6cb45b, l=64)
DEBUG:pySim.global_platform.scp:host_cryptogram(77c493b632edadaf), card_cryptogram(2de3f2664581f118)
ok
test_03_gen_ext_auth_apdu (test_globalplatform.SCP03_Test_AES256_03.test_03_gen_ext_auth_apdu) ... ok
test_04_wrap_cmd_apdu_get_eid (test_globalplatform.SCP03_Test_AES256_03.test_04_wrap_cmd_apdu_get_eid) ... DEBUG:pySim.global_platform.scp:_get_icv(data=00000000000000000000000000000001, is_resp=False) -> icv=f23382fb921338b0d02abf13bcddb773
ok
test_05_unwrap_rsp_apdu_get_eid (test_globalplatform.SCP03_Test_AES256_03.test_05_unwrap_rsp_apdu_get_eid) ... DEBUG:pySim.global_platform.scp:unwrap_rsp_apdu(sw=bytearray(b'\x90\x00'), rsp_apdu=bytearray(b'\xbf>\x12Z\x10\x89\x88!\x19\x90\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05'))
ok
test_01_initialize_update (test_globalplatform.SCP03_Test_AES256_11.test_01_initialize_update) ... ok
test_02_parse_init_upd_resp (test_globalplatform.SCP03_Test_AES256_11.test_02_parse_init_upd_resp) ... DEBUG:pySim.global_platform.scp:scp03_kdf(constant=04, context=11666d57866c6f5453ea8847efa7674e, base_key=000102030405060708090a0b0c0d0e0f000102030405060708090a0b0c0d0e0f, l=256)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=06, context=11666d57866c6f5453ea8847efa7674e, base_key=101112131415161718191a1b1c1d1e1f101112131415161718191a1b1c1d1e1f, l=256)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=07, context=11666d57866c6f5453ea8847efa7674e, base_key=101112131415161718191a1b1c1d1e1f101112131415161718191a1b1c1d1e1f, l=256)
DEBUG:pySim.global_platform.scp:<pySim.global_platform.scp.Scp03SessionKeys object at 0x7fa8b71353d0>
DEBUG:pySim.global_platform.scp:host_challenge(11666d57866c6f54), card_challenge(53ea8847efa7674e)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=00, context=11666d57866c6f5453ea8847efa7674e, base_key=80546fe2b8e72587efa3f1be7df30b0fb0146b795f8f131d8b32ac5200f5dbec, l=64)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=01, context=11666d57866c6f5453ea8847efa7674e, base_key=80546fe2b8e72587efa3f1be7df30b0fb0146b795f8f131d8b32ac5200f5dbec, l=64)
DEBUG:pySim.global_platform.scp:host_cryptogram(2f2ad190eff2fafc), card_cryptogram(41498a4d66cf0dee)
ok
test_03_gen_ext_auth_apdu (test_globalplatform.SCP03_Test_AES256_11.test_03_gen_ext_auth_apdu) ... ok
test_04_wrap_cmd_apdu_get_eid (test_globalplatform.SCP03_Test_AES256_11.test_04_wrap_cmd_apdu_get_eid) ... ok
test_05_unwrap_rsp_apdu_get_eid (test_globalplatform.SCP03_Test_AES256_11.test_05_unwrap_rsp_apdu_get_eid) ... DEBUG:pySim.global_platform.scp:unwrap_rsp_apdu(sw=bytearray(b'\x90\x00'), rsp_apdu=bytearray(b'\xbf>\x12Z\x10\x89\x88!\x19\x90\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05\x80\x12\xdd\x7f\x01\xf1\xc4\xc1'))
ok
test_01_initialize_update (test_globalplatform.SCP03_Test_AES256_33.test_01_initialize_update) ... ok
test_02_parse_init_upd_resp (test_globalplatform.SCP03_Test_AES256_33.test_02_parse_init_upd_resp) ... DEBUG:pySim.global_platform.scp:scp03_kdf(constant=04, context=97b2055fe58599fda8439a22cedf045f, base_key=000102030405060708090a0b0c0d0e0f000102030405060708090a0b0c0d0e0f, l=256)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=06, context=97b2055fe58599fda8439a22cedf045f, base_key=101112131415161718191a1b1c1d1e1f101112131415161718191a1b1c1d1e1f, l=256)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=07, context=97b2055fe58599fda8439a22cedf045f, base_key=101112131415161718191a1b1c1d1e1f101112131415161718191a1b1c1d1e1f, l=256)
DEBUG:pySim.global_platform.scp:<pySim.global_platform.scp.Scp03SessionKeys object at 0x7fa8b70b92d0>
DEBUG:pySim.global_platform.scp:host_challenge(97b2055fe58599fd), card_challenge(a8439a22cedf045f)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=00, context=97b2055fe58599fda8439a22cedf045f, base_key=0607c530eb8e7b6e781a70b349370db8728c4b6ed29a24e5461864c142f98fec, l=64)
DEBUG:pySim.global_platform.scp:scp03_kdf(constant=01, context=97b2055fe58599fda8439a22cedf045f, base_key=0607c530eb8e7b6e781a70b349370db8728c4b6ed29a24e5461864c142f98fec, l=64)
DEBUG:pySim.global_platform.scp:host_cryptogram(508a0fd959d2e547), card_cryptogram(a9f1903b2834f26e)
ok
test_03_gen_ext_auth_apdu (test_globalplatform.SCP03_Test_AES256_33.test_03_gen_ext_auth_apdu) ... ok
test_04_wrap_cmd_apdu_get_eid (test_globalplatform.SCP03_Test_AES256_33.test_04_wrap_cmd_apdu_get_eid) ... DEBUG:pySim.global_platform.scp:_get_icv(data=00000000000000000000000000000001, is_resp=False) -> icv=bcaf73883e649908dcad6ebcaf5a3c41
ok
test_05_unwrap_rsp_apdu_get_eid (test_globalplatform.SCP03_Test_AES256_33.test_05_unwrap_rsp_apdu_get_eid) ... DEBUG:pySim.global_platform.scp:unwrap_rsp_apdu(sw=bytearray(b'\x90\x00'), rsp_apdu=bytearray(b'\xea\x90\xdb\xfad\x8ag\xc5\xebj\xbcW\xf8S\x0b\x97\xd0\xcdVG\xc5\xe8s \x16\xb5R\x03\xb0x\xdd*\xce\x7f\x8b\xc5\xd1\xc1\xcd\x99'))
DEBUG:pySim.global_platform.scp:_get_icv(data=80000000000000000000000000000001, is_resp=True) -> icv=3dc50f8cecdf2361db2de3d475e8c3e7
DEBUG:pySim.global_platform.scp:decrypted: bf3e125a10898821199000000000000000000000058000000000000000000000
DEBUG:pySim.global_platform.scp:response_data: bf3e125a1089882119900000000000000000000005
ok
test_decode_resp (test_ota.SmsOtaTestCase.test_decode_resp) ... ok
test_encode_cmd (test_ota.SmsOtaTestCase.test_encode_cmd) ... ok
test_cmd_3des_ciphered (test_ota.Test_SMS_3DES.test_cmd_3des_ciphered) ... ok
test_cmd_3des_none (test_ota.Test_SMS_3DES.test_cmd_3des_none) ... ok
test_cmd_3des_signed (test_ota.Test_SMS_3DES.test_cmd_3des_signed) ... ok
test_resp_3des_ciphered (test_ota.Test_SMS_3DES.test_resp_3des_ciphered) ... ok
test_resp_3des_none (test_ota.Test_SMS_3DES.test_resp_3des_none) ... ok
test_resp_3des_signed (test_ota.Test_SMS_3DES.test_resp_3des_signed) ... ok
test_resp_3des_signed_err (test_ota.Test_SMS_3DES.test_resp_3des_signed_err)
Expect an OtaCheckError exception if the computed CC != received CC ... ok
test_cmd_aes128_ciphered (test_ota.Test_SMS_AES128.test_cmd_aes128_ciphered) ... ok
test_resp_aes128_ciphered (test_ota.Test_SMS_AES128.test_resp_aes128_ciphered) ... ok
test_from_bytes (test_sms.Test_AddressField.test_from_bytes) ... ok
test_from_bytes_odd (test_sms.Test_AddressField.test_from_bytes_odd) ... ok
test_to_bytes (test_sms.Test_AddressField.test_to_bytes) ... ok
test_to_bytes_odd (test_sms.Test_AddressField.test_to_bytes_odd) ... ok
test_from_bytes (test_sms.Test_DELIVER.test_from_bytes) ... ok
test_single_ie (test_sms.Test_SMS_UDH.test_single_ie) ... ok
test_single_ie_tail (test_sms.Test_SMS_UDH.test_single_ie_tail) ... ok
test_single_ie_value (test_sms.Test_SMS_UDH.test_single_ie_value) ... ok
test_to_bytes (test_sms.Test_SMS_UDH.test_to_bytes) ... ok
test_two_ie_data_tail (test_sms.Test_SMS_UDH.test_two_ie_data_tail) ... ok
test_from_bytes (test_sms.Test_SUBMIT.test_from_bytes) ... ok
test_de_encode_tlv (test_tlvs.TLV_IE_Test.test_de_encode_tlv)
Test the decoder and encoder for a TLV_IE.  Performs first a decoder ... ok
test_decode_tlv (test_tlvs.TLV_IE_Test.test_decode_tlv)
Test the decoder for a TLV_IE.  Requires the given TLV_IE subclass ... ok
test_encode_tlv (test_tlvs.TLV_IE_Test.test_encode_tlv)
Test the encoder for a TLV_IE.  Requires the given TLV_IE subclass ... ok
testDecAct_allSet (test_utils.DecTestCase.testDecAct_allSet) ... ok
testDecAct_noneSet (test_utils.DecTestCase.testDecAct_noneSet) ... ok
testDecAct_onlyCdma20001xRTT (test_utils.DecTestCase.testDecAct_onlyCdma20001xRTT) ... ok
testDecAct_onlyCdma2000HRPD (test_utils.DecTestCase.testDecAct_onlyCdma2000HRPD) ... ok
testDecAct_onlyEUtran (test_utils.DecTestCase.testDecAct_onlyEUtran) ... ok
testDecAct_onlyGsm (test_utils.DecTestCase.testDecAct_onlyGsm) ... ok
testDecAct_onlyGsmCompact (test_utils.DecTestCase.testDecAct_onlyGsmCompact) ... ok
testDecAct_onlyNgRan (test_utils.DecTestCase.testDecAct_onlyNgRan) ... ok
testDecAct_onlyUtran (test_utils.DecTestCase.testDecAct_onlyUtran) ... ok
testDecMCCfromPLMN (test_utils.DecTestCase.testDecMCCfromPLMN) ... ok
testDecMCCfromPLMN_str (test_utils.DecTestCase.testDecMCCfromPLMN_str) ... ok
testDecMCCfromPLMN_unused (test_utils.DecTestCase.testDecMCCfromPLMN_unused) ... ok
testDecMCCfromPLMN_unused_str (test_utils.DecTestCase.testDecMCCfromPLMN_unused_str) ... ok
testDecMNCfromPLMN_threeDigitMNC (test_utils.DecTestCase.testDecMNCfromPLMN_threeDigitMNC) ... ok
testDecMNCfromPLMN_threeDigitMNC_str (test_utils.DecTestCase.testDecMNCfromPLMN_threeDigitMNC_str) ... ok
testDecMNCfromPLMN_twoDigitMNC (test_utils.DecTestCase.testDecMNCfromPLMN_twoDigitMNC) ... ok
testDecMNCfromPLMN_twoDigitMNC_str (test_utils.DecTestCase.testDecMNCfromPLMN_twoDigitMNC_str) ... ok
testDecMNCfromPLMN_unused (test_utils.DecTestCase.testDecMNCfromPLMN_unused) ... ok
testDecMNCfromPLMN_unused_str (test_utils.DecTestCase.testDecMNCfromPLMN_unused_str) ... ok
testDec_msisdn (test_utils.DecTestCase.testDec_msisdn) ... ok
testDecodeSuciCalcInfo (test_utils.DecTestCase.testDecodeSuciCalcInfo) ... ok
testDecxPlmn_w_act (test_utils.DecTestCase.testDecxPlmn_w_act) ... ok
testEnc_msisdn (test_utils.DecTestCase.testEnc_msisdn) ... ok
testEncodeSuciCalcInfo (test_utils.DecTestCase.testEncodeSuciCalcInfo) ... ok
testFormatxPlmn_w_act (test_utils.DecTestCase.testFormatxPlmn_w_act) ... ok
testSplitHexStringToListOf5ByteEntries (test_utils.DecTestCase.testSplitHexStringToListOf5ByteEntries) ... ok
test_enc_plmn (test_utils.DecTestCase.test_enc_plmn) ... ok
testSeqOfChoices (test_utils.DoTestCase.testSeqOfChoices)
A sequence of two choices with each a variety of DO/TLVs ... ok
test_encode (test_utils.TestLuhn.test_encode) ... ok
test_sanitize_iccid (test_utils.TestLuhn.test_sanitize_iccid) ... ok
test_verify (test_utils.TestLuhn.test_verify) ... ok

----------------------------------------------------------------------
Ran 140 tests in 1.448s

OK
+ cd tests/pySim-prog_test/
+ ./pySim-prog_test.sh
pySim-prog_test - a test program to test pySim-prog.py
======================================================
Expecting to see the following cards:
Fairwaves-SIM
fakemagicsim
sysmoISIM-SJA2
sysmoISIM-SJA5
sysmosim-gr1
sysmoUSIM-SJS1
Wavemobile-SIM
Number of card terminals installed: 8

== EXECUTING TEST ==
Probing card in terminal #0
Warning: Unresponsive card, trying next terminal...
== EXECUTING TEST ==
Probing card in terminal #1
Card is of type: sysmosim-gr1
Using PC/SC reader interface
Ready for Programming: Insert card now (or CTRL-C to cancel)
Generated card parameters :
 > Name     : Magic
 > SMSP     : e1ffffffffffffffffffffffff0581005155f5ffffffffffff000000
 > ICCID    : 2222334455667788990
 > MCC/MNC  : 001/01
 > IMSI     : 001010000000102
 > Ki       : FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
 > OPC      : FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
 > ACC      : None
 > ADM1(hex): 4444444444444444
 > OPMODE   : None
Programming ...
Warning: the database format of recent OsmoHLR versions is not compatible with pySim-prog!
Programming successful: Remove card from reader

Verifying card ...
Card contents match the test data -- success!

== EXECUTING TEST ==
Probing card in terminal #2
Card is of type: Fairwaves-SIM
Using PC/SC reader interface
Ready for Programming: Insert card now (or CTRL-C to cancel)
Generated card parameters :
 > Name     : Magic
 > SMSP     : e1ffffffffffffffffffffffff0581005155f5ffffffffffff000000
 > ICCID    : 1122334455667788990
 > MCC/MNC  : 001/01
 > IMSI     : 001010000000111
 > Ki       : FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
 > OPC      : FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
 > ACC      : None
 > ADM1(hex): CAE743DB9C5B5A58
 > OPMODE   : None
Programming ...
Warning: the database format of recent OsmoHLR versions is not compatible with pySim-prog!
Programming successful: Remove card from reader

Verifying card ...
Card contents match the test data -- success!

== EXECUTING TEST ==
Probing card in terminal #3
Card is of type: sysmoUSIM-SJS1
Using PC/SC reader interface
Ready for Programming: Insert card now (or CTRL-C to cancel)
Generated card parameters :
 > Name     : Magic
 > SMSP     : e1ffffffffffffffffffffffff0581005155f5ffffffffffff000000
 > ICCID    : 8988211320300000028
 > MCC/MNC  : 001/01
 > IMSI     : 001010000000102
 > Ki       : FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
 > OPC      : FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
 > ACC      : None
 > ADM1(hex): 3535353338343037
 > OPMODE   : None
Programming ...
Warning: the database format of recent OsmoHLR versions is not compatible with pySim-prog!
Programming successful: Remove card from reader

Verifying card ...
Card contents match the test data -- success!

== EXECUTING TEST ==
Probing card in terminal #4
Card is of type: Wavemobile-SIM
Using PC/SC reader interface
Ready for Programming: Insert card now (or CTRL-C to cancel)
Generated card parameters :
 > Name     : Magic
 > SMSP     : e1ffffffffffffffffffffffff0581005155f5ffffffffffff000000
 > ICCID    : 1122334455667788990
 > MCC/MNC  : 001/01
 > IMSI     : 001010000000102
 > Ki       : FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
 > OPC      : FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
 > ACC      : None
 > ADM1(hex): 15E31383624FDC8A
 > OPMODE   : None
Programming ...
Warning: Programming of the ICCID is not implemented for this type of card.
Warning: Programming of the KI is not implemented for this type of card.
Warning: Programming of the OPc is not implemented for this type of card.
Warning: the database format of recent OsmoHLR versions is not compatible with pySim-prog!
Programming successful: Remove card from reader

Verifying card ...
Card contents match the test data -- success!

== EXECUTING TEST ==
Probing card in terminal #5
Card is of type: sysmoISIM-SJA2
Using PC/SC reader interface
Ready for Programming: Insert card now (or CTRL-C to cancel)
Generated card parameters :
 > Name     : Magic
 > SMSP     : e1ffffffffffffffffffffffff0581005155f5ffffffffffff000000
 > ICCID    : 1122334455667788990
 > MCC/MNC  : 001/01
 > IMSI     : 001010000000102
 > Ki       : AABBCCDDEEFFAABBCCDDEEFFAABBCCDD
 > OPC      : 12345678901234567890123456789012
 > ACC      : None
 > ADM1(hex): 3637323235383830
 > OPMODE   : None
Programming ...
Warning: Programming of the ICCID is not implemented for this type of card.
Warning: the database format of recent OsmoHLR versions is not compatible with pySim-prog!
Programming successful: Remove card from reader

Verifying card ...
Card contents match the test data -- success!

== EXECUTING TEST ==
Probing card in terminal #6
Card is of type: fakemagicsim
Using PC/SC reader interface
Ready for Programming: Insert card now (or CTRL-C to cancel)
Generated card parameters :
 > Name     : Magic
 > SMSP     : e1ffffffffffffffffffffffff0581005155f5ffffffffffff000000
 > ICCID    : 1122334455667788990
 > MCC/MNC  : 001/01
 > IMSI     : 001010000000102
 > Ki       : FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
 > OPC      : FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
 > ACC      : None
 > ADM1(hex): 3030303030303030
 > OPMODE   : None
Programming ...
Warning: the database format of recent OsmoHLR versions is not compatible with pySim-prog!
Programming successful: Remove card from reader

Verifying card ...
Card contents match the test data -- success!

== EXECUTING TEST ==
Probing card in terminal #7
Card is of type: sysmoISIM-SJA5
Using PC/SC reader interface
Ready for Programming: Insert card now (or CTRL-C to cancel)
Generated card parameters :
 > Name     : Magic
 > SMSP     : e1ffffffffffffffffffffffff0581005155f5ffffffffffff000000
 > ICCID    : 1122334455667788990
 > MCC/MNC  : 001/01
 > IMSI     : 001010000000102
 > Ki       : AABBCCDDEEFFAABBCCDDEEFFAABBCCDD
 > OPC      : 12345678901234567890123456789012
 > ACC      : None
 > ADM1(hex): 3334313733393630
 > OPMODE   : None
Programming ...
Warning: Programming of the ICCID is not implemented for this type of card.
Warning: the database format of recent OsmoHLR versions is not compatible with pySim-prog!
Programming successful: Remove card from reader

Verifying card ...
Card contents match the test data -- success!

All cards seen -- everything ok!
+ cd ../../
+ tests/pySim-trace_test/pySim-trace_test.sh
pySim-trace_test - a test program to test pySim-trace.py
========================================================
INFO     root: Opening source gsmtap-pyshark-pcap...
Detected UICC Add-on "SIM"
Detected UICC Add-on "GSM-R"
Detected UICC Add-on "RUIM"
Can't read AIDs from SIM -- 'list' object has no attribute 'lower'
warning: EF.DIR seems to be empty!
 ADF.ECASD: a0000005591010ffffffff8900000200
 ADF.ISD-R: a0000005591010ffffffff8900000100
 ISIM: a0000000871004
 USIM: a0000000871002
INFO     root: Entering main loop...
CardReset(3b9f96801f878031e073fe211b674a4c753034054ba9)
===============================
00 READ BINARY      MF/EF.ICCID                         -        9000 {"iccid": "8988211000000465008"}
===============================
00 READ BINARY      MF/EF.PL                            -        9000 [null, null, null, null, null]
===============================
00 TERMINAL PROFILE                                     -        9000 {"p1": 0, "p2": 0, "cmd": "ffffffff7f9d00dfbf00001fe2000000c36b000700004000500000000008"}
===============================
00 READ RECORD      MF/EF.DIR                           01       9000 {"application_template": [{"application_id": "a0000000871002ffffffff8907090000"}, {"application_label": "USim1"}, {"discretionary_template": "a00c80011781025f608203454150"}]}
===============================
00 READ RECORD      MF/EF.DIR                           02       9000 {"application_template": [{"application_id": "a0000000871004ffffffff8907090000"}, {"application_label": "ISim1"}]}
===============================
00 READ RECORD      MF/EF.DIR                           03       9000 {"application_template": null}
===============================
00 READ RECORD      MF/EF.DIR                           04       9000 {"application_template": null}
===============================
00 READ RECORD      MF/EF.DIR                           05       9000 {"application_template": null}
===============================
00 READ RECORD      MF/EF.DIR                           06       9000 {"application_template": null}
===============================
00 READ RECORD      MF/EF.DIR                           07       9000 {"application_template": null}
===============================
00 READ RECORD      MF/EF.DIR                           08       9000 {"application_template": null}
===============================
00 MANAGE CHANNEL                                       01       9000 {"mode": "open_channel", "created_channel": 1}
===============================
00 READ RECORD      MF/ADF.USIM/EF.ECC                  01       9000 null
===============================
00 READ RECORD      MF/ADF.USIM/EF.ECC                  02       9000 null
===============================
00 READ RECORD      MF/ADF.USIM/EF.ECC                  03       9000 null
===============================
00 READ RECORD      MF/ADF.USIM/EF.ECC                  04       9000 null
===============================
00 READ RECORD      MF/ADF.USIM/EF.ECC                  05       9000 null
===============================
00 READ BINARY      MF/ADF.USIM/EF.LI                   -        9000 [null, null, null, null, null]
===============================
00 UNBLOCK PIN                                          -        63ca {"scope": "global_mf", "referenced_data_nr": 1, "mode": "check_remaining_attempts", "remaining_attempts": 10}
===============================
00 VERIFY PIN                                           -        63c3 {"scope": "global_mf", "referenced_data_nr": 1, "mode": "check_remaining_attempts", "remaining_attempts": 3}
===============================
00 UNBLOCK PIN                                          -        63ca {"scope": "specific_df_adf", "referenced_data_nr": 1, "mode": "check_remaining_attempts", "remaining_attempts": 10}
===============================
00 VERIFY PIN                                           -        63c3 {"scope": "specific_df_adf", "referenced_data_nr": 1, "mode": "check_remaining_attempts", "remaining_attempts": 3}
===============================
00 READ BINARY      MF/ADF.USIM/EF.AD                   -        9000 {"ms_operation_mode": "normal", "additional_info": {"ciphering_indicator": false, "csg_display_control": false, "prose_services": false, "extended_drx": false}, "rfu": 0, "mnc_len": 2, "extensions": ""}
===============================
00 READ BINARY      MF/ADF.USIM/EF.IMSI                 -        9000 {"imsi": "901700000046734"}
===============================
00 READ BINARY      MF/ADF.USIM/EF.ACC                  -        9000 {"ACC0": true, "ACC1": false, "ACC2": false, "ACC3": false, "ACC4": false, "ACC5": false, "ACC6": false, "ACC7": false, "ACC8": false, "ACC9": false, "ACC10": false, "ACC11": false, "ACC12": false, "ACC13": false, "ACC14": false, "ACC15": false}
===============================
00 READ BINARY      MF/ADF.USIM/EF.LOCI                 -        9000 {"tmsi": "ffffffff", "lai": {"mcc_mnc": "fff-ff", "lac": "fffe"}, "rfu": 255, "lu_status": 3}
===============================
00 READ BINARY      MF/ADF.USIM/EF.PSLOCI               -        9000 {"ptmsi": "ffffffff", "ptmsi_sig": "ffffff", "rai": "ffff00fffeff", "rau_status": 2}
===============================
00 READ BINARY      MF/ADF.USIM/EF.UST                  -        9000 {"1": {"activated": false, "description": "Local Phone Book"}, "2": {"activated": true, "description": "Fixed Dialling Numbers (FDN)"}, "3": {"activated": true, "description": "Extension 2"}, "4": {"activated": true, "description": "Service Dialling Numbers (SDN)"}, "5": {"activated": true, "description": "Extension3"}, "6": {"activated": true, "description": "Barred Dialling Numbers (BDN)"}, "7": {"activated": false, "description": "Extension4"}, "8": {"activated": true, "description": "Outgoing Call Information (OCI and OCT)"}, "9": {"activated": true, "description": "Incoming Call Information (ICI and ICT)"}, "10": {"activated": true, "description": "Short Message Storage (SMS)"}, "11": {"activated": true, "description": "Short Message Status Reports (SMSR)"}, "12": {"activated": true, "description": "Short Message Service Parameters (SMSP)"}, "13": {"activated": true, "description": "Advice of Charge (AoC)"}, "14": {"activated": true, "description": "Capability Configuration Parameters 2 (CCP2)"}, "15": {"activated": true, "description": "Cell Broadcast Message Identifier"}, "16": {"activated": true, "description": "Cell Broadcast Message Identifier Ranges"}, "17": {"activated": true, "description": "Group Identifier Level 1"}, "18": {"activated": true, "description": "Group Identifier Level 2"}, "19": {"activated": true, "description": "Service Provider Name"}, "20": {"activated": true, "description": "User controlled PLMN selector with Access Technology"}, "21": {"activated": true, "description": "MSISDN"}, "22": {"activated": false, "description": "Image (IMG)"}, "23": {"activated": false, "description": "Support of Localised Service Areas (SoLSA)"}, "24": {"activated": true, "description": "Enhanced Multi-Level Precedence and Pre-emption Service"}, "25": {"activated": true, "description": "Automatic Answer for eMLPP"}, "26": {"activated": false, "description": "RFU"}, "27": {"activated": true, "description": "GSM Access"}, "28": {"activated": true, "description": "Data download via SMS-PP"}, "29": {"activated": true, "description": "Data download via SMS-CB"}, "30": {"activated": false, "description": "Call Control by USIM"}, "31": {"activated": false, "description": "MO-SMS Control by USIM"}, "32": {"activated": true, "description": "RUN AT COMMAND command"}, "33": {"activated": true, "description": "shall be set to 1"}, "34": {"activated": true, "description": "Enabled Services Table"}, "35": {"activated": true, "description": "APN Control List (ACL)"}, "36": {"activated": false, "description": "Depersonalisation Control Keys"}, "37": {"activated": false, "description": "Co-operative Network List"}, "38": {"activated": true, "description": "GSM security context"}, "39": {"activated": true, "description": "CPBCCH Information"}, "40": {"activated": true, "description": "Investigation Scan"}, "41": {"activated": false, "description": "MexE"}, "42": {"activated": true, "description": "Operator controlled PLMN selector with Access Technology"}, "43": {"activated": true, "description": "HPLMN selector with Access Technology"}, "44": {"activated": true, "description": "Extension 5"}, "45": {"activated": true, "description": "PLMN Network Name"}, "46": {"activated": true, "description": "Operator PLMN List"}, "47": {"activated": false, "description": "Mailbox Dialling Numbers"}, "48": {"activated": false, "description": "Message Waiting Indication Status"}, "49": {"activated": false, "description": "Call Forwarding Indication Status"}, "50": {"activated": false, "description": "Reserved and shall be ignored"}, "51": {"activated": true, "description": "Service Provider Display Information"}, "52": {"activated": false, "description": "Multimedia Messaging Service (MMS)"}, "53": {"activated": false, "description": "Extension 8"}, "54": {"activated": false, "description": "Call control on GPRS by USIM"}, "55": {"activated": false, "description": "MMS User Connectivity Parameters"}, "56": {"activated": false, "description": "Network's indication of alerting in the MS (NIA)"}, "57": {"activated": false, "description": "VGCS Group Identifier List (EFVGCS and EFVGCSS)"}, "58": {"activated": false, "description": "VBS Group Identifier List (EFVBS and EFVBSS)"}, "59": {"activated": false, "description": "Pseudonym"}, "60": {"activated": true, "description": "User Controlled PLMN selector for I-WLAN access"}, "61": {"activated": false, "description": "Operator Controlled PLMN selector for I-WLAN access"}, "62": {"activated": false, "description": "User controlled WSID list"}, "63": {"activated": false, "description": "Operator controlled WSID list"}, "64": {"activated": false, "description": "VGCS security"}, "65": {"activated": false, "description": "VBS security"}, "66": {"activated": false, "description": "WLAN Reauthentication Identity"}, "67": {"activated": false, "description": "Multimedia Messages Storage"}, "68": {"activated": false, "description": "Generic Bootstrapping Architecture (GBA)"}, "69": {"activated": false, "description": "MBMS security"}, "70": {"activated": false, "description": "Data download via USSD and USSD application mode"}, "71": {"activated": true, "description": "Equivalent HPLMN"}, "72": {"activated": false, "description": "Additional TERMINAL PROFILE after UICC activation"}, "73": {"activated": true, "description": "Equivalent HPLMN Presentation Indication"}, "74": {"activated": false, "description": "Last RPLMN Selection Indication"}, "75": {"activated": false, "description": "OMA BCAST Smart Card Profile"}, "76": {"activated": false, "description": "GBA-based Local Key Establishment Mechanism"}, "77": {"activated": false, "description": "Terminal Applications"}, "78": {"activated": false, "description": "Service Provider Name Icon"}, "79": {"activated": false, "description": "PLMN Network Name Icon"}, "80": {"activated": false, "description": "Connectivity Parameters for USIM IP connections"}, "81": {"activated": false, "description": "Home I-WLAN Specific Identifier List"}, "82": {"activated": false, "description": "I-WLAN Equivalent HPLMN Presentation Indication"}, "83": {"activated": false, "description": "I-WLAN HPLMN Priority Indication"}, "84": {"activated": false, "description": "I-WLAN Last Registered PLMN"}, "85": {"activated": true, "description": "EPS Mobility Management Information"}, "86": {"activated": true, "description": "Allowed CSG Lists and corresponding indications"}, "87": {"activated": true, "description": "Call control on EPS PDN connection by USIM"}, "88": {"activated": false, "description": "HPLMN Direct Access"}, "89": {"activated": true, "description": "eCall Data"}, "90": {"activated": true, "description": "Operator CSG Lists and corresponding indications"}, "91": {"activated": false, "description": "Support for SM-over-IP"}, "92": {"activated": false, "description": "Support of CSG Display Control"}, "93": {"activated": true, "description": "Communication Control for IMS by USIM"}, "94": {"activated": true, "description": "Extended Terminal Applications"}, "95": {"activated": false, "description": "Support of UICC access to IMS"}, "96": {"activated": false, "description": "Non-Access Stratum configuration by USIM"}, "97": {"activated": false, "description": "PWS configuration by USIM"}, "98": {"activated": false, "description": "RFU"}, "99": {"activated": false, "description": "URI support by UICC"}, "100": {"activated": false, "description": "Extended EARFCN support"}, "101": {"activated": false, "description": "ProSe"}, "102": {"activated": false, "description": "USAT Application Pairing"}, "103": {"activated": false, "description": "Media Type support"}, "104": {"activated": false, "description": "IMS call disconnection cause"}, "105": {"activated": false, "description": "URI support for MO SHORT MESSAGE CONTROL"}, "106": {"activated": false, "description": "ePDG configuration Information support"}, "107": {"activated": false, "description": "ePDG configuration Information configured"}, "108": {"activated": false, "description": "ACDC support"}, "109": {"activated": false, "description": "MCPTT"}, "110": {"activated": false, "description": "ePDG configuration Information for Emergency Service support"}, "111": {"activated": false, "description": "ePDG configuration Information for Emergency Service configured"}, "112": {"activated": false, "description": "eCall Data over IMS"}, "113": {"activated": false, "description": "URI support for SMS-PP DOWNLOAD as defined in 3GPP TS 31.111 [12]"}, "114": {"activated": false, "description": "From Preferred"}, "115": {"activated": false, "description": "IMS configuration data"}, "116": {"activated": false, "description": "TV configuration"}, "117": {"activated": false, "description": "3GPP PS Data Off"}, "118": {"activated": false, "description": "3GPP PS Data Off Service List"}, "119": {"activated": false, "description": "V2X"}, "120": {"activated": false, "description": "XCAP Configuration Data"}, "121": {"activated": false, "description": "EARFCN list for MTC/NB-IOT UEs"}, "122": {"activated": true, "description": "5GS Mobility Management Information"}, "123": {"activated": true, "description": "5G Security Parameters"}, "124": {"activated": true, "description": "Subscription identifier privacy support"}, "125": {"activated": false, "description": "SUCI calculation by the USIM"}, "126": {"activated": true, "description": "UAC Access Identities support"}, "127": {"activated": false, "description": "Expect control plane-based Steering of Roaming information during initial registration in VPLMN"}, "128": {"activated": false, "description": "Call control on PDU Session by USIM"}, "129": {"activated": false, "description": "5GS Operator PLMN List"}, "130": {"activated": false, "description": "Support for SUPI of type NSI or GLI or GCI"}, "131": {"activated": false, "description": "3GPP PS Data Off separate Home and Roaming lists"}, "132": {"activated": false, "description": "Support for URSP by USIM"}, "133": {"activated": false, "description": "5G Security Parameters extended"}, "134": {"activated": false, "description": "MuD and MiD configuration data"}, "135": {"activated": false, "description": "Support for Trusted non-3GPP access networks by USIM"}, "136": {"activated": false, "description": "Support for multiple records of NAS security context storage for multiple registration"}, "137": {"activated": false, "description": "Pre-configured CAG information list"}, "138": {"activated": false, "description": "SOR-CMCI storage in USIM"}, "139": {"activated": false, "description": "5G ProSe"}, "140": {"activated": false, "description": "Storage of disaster roaming information in USIM"}, "141": {"activated": false, "description": "Pre-configured eDRX parameters"}, "142": {"activated": false, "description": "5G NSWO support"}, "143": {"activated": false, "description": "PWS configuration for SNPN in USIM"}, "144": {"activated": false, "description": "Multiplier Coefficient for Higher Priority PLMN search via NG-RAN satellite access"}, "145": {"activated": false, "description": "K_AUSF derivation configuration"}, "146": {"activated": false, "description": "Network Identifier for SNPN (NID)"}, "147": {"activated": false}, "148": {"activated": false}, "149": {"activated": false}, "150": {"activated": false}, "151": {"activated": false}, "152": {"activated": false}, "153": {"activated": false}, "154": {"activated": false}, "155": {"activated": false}, "156": {"activated": false}, "157": {"activated": false}, "158": {"activated": false}, "159": {"activated": false}, "160": {"activated": false}}
===============================
00 READ BINARY      MF/ADF.USIM/EF.EPSLOCI              -        9000 {"guti": "0bf6ffffffffffffffffffff", "last_visited_registered_tai": "fffffffffe", "eps_update_status": "not_updated"}
===============================
00 READ BINARY      MF/ADF.USIM/EF.Keys                 -        9000 {"ksi": 7, "ck": "ffffffffffffffffffffffffffffffff", "ik": "ffffffffffffffffffffffffffffffff"}
===============================
00 READ BINARY      MF/ADF.USIM/EF.KeysPS               -        9000 {"ksi": 7, "ck": "ffffffffffffffffffffffffffffffff", "ik": "ffffffffffffffffffffffffffffffff"}
===============================
00 READ RECORD      MF/ADF.USIM/EF.EPSNSC               01       9000 {"eps_nas__security__context": [{"ksi_asme": 7}, {"k_asme": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}, {"uplink_nas_count": 4294967295}, {"downlink_nas_count": 4294967295}, {"i_dof_nas_algorithms": "00"}]}
===============================
00 READ BINARY      MF/ADF.USIM/EF.START-HFN            -        9000 {"start_cs": 0, "start_ps": 0}
===============================
00 READ BINARY      MF/ADF.USIM/EF.THRESHOLD            -        9000 {"max_start": 16777215}
===============================
00 READ BINARY      MF/ADF.USIM/DF.GSM-ACCESS/EF.Kc     -        9000 {"kc": "ffffffffffffffff", "cksn": 7}
===============================
00 READ BINARY      MF/ADF.USIM/DF.GSM-ACCESS/EF.KcGPRS -        9000 {"kc": "ffffffffffffffff", "cksn": 7}
===============================
00 READ BINARY      MF/ADF.USIM/EF.EST                  -        9000 {"1": {"activated": false, "description": "Fixed Dialling Numbers (FDN)"}, "2": {"activated": false, "description": "Barred Dialling Numbers (BDN)"}, "3": {"activated": false, "description": "APN Control List (ACL)"}, "4": {"activated": false}, "5": {"activated": false}, "6": {"activated": false}, "7": {"activated": false}, "8": {"activated": false}, "9": {"activated": false}, "10": {"activated": false}, "11": {"activated": false}, "12": {"activated": false}, "13": {"activated": false}, "14": {"activated": false}, "15": {"activated": false}, "16": {"activated": false}, "17": {"activated": false}, "18": {"activated": false}, "19": {"activated": false}, "20": {"activated": false}, "21": {"activated": false}, "22": {"activated": false}, "23": {"activated": false}, "24": {"activated": false}, "25": {"activated": false}, "26": {"activated": false}, "27": {"activated": false}, "28": {"activated": false}, "29": {"activated": false}, "30": {"activated": false}, "31": {"activated": false}, "32": {"activated": false}, "33": {"activated": false}, "34": {"activated": false}, "35": {"activated": false}, "36": {"activated": false}, "37": {"activated": false}, "38": {"activated": false}, "39": {"activated": false}, "40": {"activated": false}, "41": {"activated": false}, "42": {"activated": false}, "43": {"activated": false}, "44": {"activated": false}, "45": {"activated": false}, "46": {"activated": false}, "47": {"activated": false}, "48": {"activated": false}, "49": {"activated": false}, "50": {"activated": false}, "51": {"activated": false}, "52": {"activated": false}, "53": {"activated": false}, "54": {"activated": false}, "55": {"activated": false}, "56": {"activated": false}, "57": {"activated": false}, "58": {"activated": false}, "59": {"activated": false}, "60": {"activated": false}, "61": {"activated": false}, "62": {"activated": false}, "63": {"activated": false}, "64": {"activated": false}, "65": {"activated": false}, "66": {"activated": false}, "67": {"activated": false}, "68": {"activated": false}, "69": {"activated": false}, "70": {"activated": false}, "71": {"activated": false}, "72": {"activated": false}}
===============================
00 READ BINARY      MF/ADF.USIM/EF.GID1                 -        9000 {"raw": "ffffffffffffffffffff"}
===============================
00 READ BINARY      MF/ADF.USIM/EF.GID2                 -        9000 {"raw": "ffffffffffffffffffff"}
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f16
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f16 (7fff/6f16)
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f14 (7fff/6f14)
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f14 (7fff/6f14)
00 READ BINARY      MF/ADF.USIM/EF.NETPAR               -        9000 {"raw": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}
===============================
00 READ BINARY      MF/ADF.USIM/EF.HPPLMN               -        9000 5
===============================
00 READ BINARY      MF/ADF.USIM/EF.HPLMNwAcT            -        9000 [{"mcc": "001", "mnc": "01", "act": ["E-UTRAN NB-S1", "E-UTRAN WB-S1", "EC-GSM-IoT", "GSM", "GSM COMPACT", "NG-RAN", "UTRAN", "cdma2000 1xRTT", "cdma2000 HRPD"]}, null, null, null, null, null, null, null, null, null, null, null]
===============================
00 READ BINARY      MF/ADF.USIM/EF.PLMNwAcT             -        9000 [{"mcc": "001", "mnc": "01", "act": ["E-UTRAN NB-S1", "E-UTRAN WB-S1", "EC-GSM-IoT", "GSM", "GSM COMPACT", "NG-RAN", "UTRAN", "cdma2000 1xRTT", "cdma2000 HRPD"]}, null, null, null, null, null, null, null, null, null, null, null]
===============================
00 READ BINARY      MF/ADF.USIM/EF.OPLMNwAcT            -        9000 [{"mcc": "001", "mnc": "01", "act": ["E-UTRAN NB-S1", "E-UTRAN WB-S1", "EC-GSM-IoT", "GSM", "GSM COMPACT", "NG-RAN", "UTRAN", "cdma2000 1xRTT", "cdma2000 HRPD"]}, null, null, null, null, null, null, null, null, null, null, null]
===============================
00 READ BINARY      MF/ADF.USIM/EF.FPLMN                -        9000 [{"mcc": "262", "mnc": "01"}, {"mcc": "262", "mnc": "02"}, {"mcc": "262", "mnc": "03"}, null]
===============================
00 READ BINARY      MF/ADF.USIM/EF.CBMID                -        9000 [[65535], [65535], [65535], [65535], [65535], [65535], [65535], [65535], [65535], [65535]]
===============================
00 READ RECORD      MF/ADF.USIM/EF.ACM                  01       9000 {"raw": "000000"}
===============================
00 READ BINARY      MF/ADF.USIM/EF.ACMmax               -        9000 {"acm_max": 0}
===============================
00 READ BINARY      MF/ADF.USIM/EF.EHPLMN               -        9000 [{"mcc": "001", "mnc": "01"}, null, null, null]
===============================
00 READ BINARY      MF/ADF.USIM/EF.EHPLMNPI             -        9000 {"presentation_ind": "display_all"}
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6fc3
00 READ BINARY      MF/ADF.USIM/EF.EHPLMNPI             -        9000 {"presentation_ind": "no_preference"}
===============================
00 READ BINARY      MF/ADF.USIM/EF.SPN                  -        9000 {"rfu": 0, "hide_in_oplmn": true, "show_in_hplmn": true, "spn": "Magic"}
===============================
00 READ BINARY      MF/ADF.USIM/EF.SPDI                 -        9000 {"raw": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}
===============================
00 SEARCH RECORD    MF/ADF.USIM/EF.PNN                  01       9000 {"cmd": {"file": "currently_selected_ef", "mode": "forward_search", "record_number": 1, "search_string": "ffffffffffffffffffffffffffffffffffffffffffffffff"}, "rsp": {"body": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "sw": "9000"}}
===============================
00 SEARCH RECORD    MF/ADF.USIM/EF.OPL                  01       9000 {"cmd": {"file": "currently_selected_ef", "mode": "forward_search", "record_number": 1, "search_string": "ffffffffffffffff"}, "rsp": {"body": [1], "sw": "9000"}}
===============================
00 GET STATUS                                           -        9000 {"p1": 1, "p2": 1, "cmd": "8410a0000000871002ffffffff8907090000"}
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f15 (7fff/6f15)
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f15 (7fff/6f15)
00 READ RECORD      MF/ADF.USIM/EF.ARR                  03       9000 [[{"access_mode": ["read_search_compare"]}, {"control_reference_template": "PIN1"}], [{"access_mode": ["activate_file_or_record", "deactivate_file_or_record", "update_erase"]}, {"control_reference_template": "ADM1"}], [{"command_header": {"INS": 212}}, {"control_reference_template": "ADM1"}]]
===============================
00 READ RECORD      MF/DF.TELECOM/DF.PHONEBOOK/EF.PBR   01       9000 {"raw": "a81ec0034f3a01c1034f3202c3034f5414c5034f0904c6034f5212c9034f2109a90ac4034f1108ca034f500daa14c2034f4a03c7034f4b06c8034f5313cb034f4f16ffffff"}
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 7f66 (7fff/7f66/5f30/4f36)
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 5f30 (7fff/7f66/5f30/4f36)
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 4f36 (7fff/7f66/5f30/4f36)
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 7f66 (7fff/7f66/5f30/4f36)
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 5f30 (7fff/7f66/5f30/4f36)
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 4f36 (7fff/7f66/5f30/4f36)
00 READ RECORD      MF/ADF.USIM/EF.MSISDN               01       9000 {"alpha_id": null, "len_of_bcd": 255, "ton_npi": {"ext": false, "type_of_number": "unknown", "numbering_plan_id": 7}, "dialing_nr": "19491234567890"}
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f16
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f16 (7fff/6f16)
00 UPDATE RECORD    MF/ADF.USIM/EF.EPSNSC               01       9000 {"eps_nas__security__context": [{"ksi_asme": 7}, {"k_asme": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}, {"uplink_nas_count": 4294967295}, {"downlink_nas_count": 4294967295}, {"i_dof_nas_algorithms": "00"}]}
===============================
00 UPDATE BINARY    MF/ADF.USIM/EF.EPSLOCI              -        9000 {"guti": "0bf6ffffffffffffffffffff", "last_visited_registered_tai": "fffffffffe", "eps_update_status": "not_updated"}
===============================
00 UPDATE RECORD    MF/ADF.USIM/EF.EPSNSC               01       9000 {"eps_nas__security__context": [{"ksi_asme": 7}, {"k_asme": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}, {"uplink_nas_count": 4294967295}, {"downlink_nas_count": 4294967295}, {"i_dof_nas_algorithms": "00"}]}
===============================
00 READ BINARY      MF/ADF.USIM/EF.CBMI                 -        9000 [[65535], [65535], [65535], [65535], [65535], [65535], [65535], [65535], [65535], [65535]]
===============================
00 READ BINARY      MF/ADF.USIM/EF.CBMIR                -        9000 [[{"lower": 65535, "upper": 65535}], [{"lower": 65535, "upper": 65535}], [{"lower": 65535, "upper": 65535}], [{"lower": 65535, "upper": 65535}], [{"lower": 65535, "upper": 65535}]]
===============================
00 READ BINARY      MF/ADF.USIM/EF.SMSS                 -        9000 {"last_used_tpmr": 255, "memory_capacity_exceeded": false}
===============================
00 READ RECORD      MF/ADF.USIM/EF.ARR                  04       9000 [[{"access_mode": ["update_erase", "read_search_compare"]}, {"control_reference_template": "PIN1"}], [{"access_mode": ["activate_file_or_record", "deactivate_file_or_record"]}, {"control_reference_template": "ADM1"}], [{"command_header": {"INS": 212}}, {"control_reference_template": "ADM1"}]]
===============================
00 SEARCH RECORD    MF/ADF.USIM/EF.SMSP                 01       9000 {"cmd": {"file": "currently_selected_ef", "mode": "forward_search", "record_number": 1, "search_string": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}, "rsp": {"body": [2], "sw": "9000"}}
===============================
00 READ RECORD      MF/ADF.USIM/EF.SMSP                 01       9000 {"alpha_id": "", "parameter_indicators": {"tp_dest_addr": false, "tp_sc_addr": true, "tp_pid": true, "tp_dcs": true, "tp_vp": true}, "tp_dest_addr": {"length": 255, "ton_npi": {"ext": true, "type_of_number": "reserved_for_extension", "numbering_plan_id": "reserved_for_extension"}, "call_number": ""}, "tp_sc_addr": {"length": 5, "ton_npi": {"ext": true, "type_of_number": "unknown", "numbering_plan_id": "isdn_e164"}, "call_number": "0015555f"}, "tp_pid": "00", "tp_dcs": "00", "tp_vp_minutes": 5}
===============================
00 SEARCH RECORD    MF/ADF.USIM/EF.SMS                  01       9000 {"cmd": {"file": "currently_selected_ef", "mode": "forward_search", "record_number": 1, "search_string": "00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}, "rsp": {"body": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30], "sw": "9000"}}
===============================
00 SEARCH RECORD    MF/ADF.USIM/EF.SMSR                 01       6a83 {"cmd": {"file": "currently_selected_ef", "mode": "forward_search", "record_number": 1, "search_string": "00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}, "rsp": {"sw": "6a83"}}
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f14
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f14 (7fff/6f14)
00 READ RECORD      MF/ADF.USIM/EF.SMSR                 01       9000 {"sms_record_id": 255, "sms_status_report": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f15
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f15 (7fff/6f15)
00 READ RECORD      MF/ADF.USIM/EF.SMSR                 02       9000 {"sms_record_id": 255, "sms_status_report": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}
===============================
00 READ RECORD      MF/ADF.USIM/EF.SMSR                 03       9000 {"sms_record_id": 255, "sms_status_report": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}
===============================
00 READ RECORD      MF/ADF.USIM/EF.SMSR                 04       9000 {"sms_record_id": 255, "sms_status_report": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}
===============================
00 READ RECORD      MF/ADF.USIM/EF.SMSR                 05       9000 {"sms_record_id": 255, "sms_status_report": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}
===============================
00 READ RECORD      MF/ADF.USIM/EF.SMSR                 06       9000 {"sms_record_id": 255, "sms_status_report": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}
===============================
00 READ RECORD      MF/ADF.USIM/EF.SMSR                 07       9000 {"sms_record_id": 255, "sms_status_report": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}
===============================
00 READ RECORD      MF/ADF.USIM/EF.SMSR                 08       9000 {"sms_record_id": 255, "sms_status_report": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}
===============================
00 READ RECORD      MF/ADF.USIM/EF.SMSR                 09       9000 {"sms_record_id": 255, "sms_status_report": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}
===============================
00 READ RECORD      MF/ADF.USIM/EF.SMSR                 10       9000 {"sms_record_id": 255, "sms_status_report": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}
===============================
00 READ RECORD      MF/ADF.USIM/EF.SMSR                 11       9000 {"sms_record_id": 255, "sms_status_report": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}
===============================
00 READ RECORD      MF/ADF.USIM/EF.SMSR                 12       9000 {"sms_record_id": 255, "sms_status_report": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}
===============================
00 READ RECORD      MF/ADF.USIM/EF.SMSR                 13       9000 {"sms_record_id": 255, "sms_status_report": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}
===============================
00 READ RECORD      MF/ADF.USIM/EF.SMSR                 14       9000 {"sms_record_id": 255, "sms_status_report": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}
===============================
00 READ RECORD      MF/ADF.USIM/EF.SMSR                 15       9000 {"sms_record_id": 255, "sms_status_report": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}
===============================
00 READ RECORD      MF/ADF.USIM/EF.SMSR                 16       9000 {"sms_record_id": 255, "sms_status_report": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}
===============================
00 READ RECORD      MF/ADF.USIM/EF.SMSR                 17       9000 {"sms_record_id": 255, "sms_status_report": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}
===============================
00 READ RECORD      MF/ADF.USIM/EF.SMSR                 18       9000 {"sms_record_id": 255, "sms_status_report": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}
===============================
00 READ RECORD      MF/ADF.USIM/EF.SMSR                 19       9000 {"sms_record_id": 255, "sms_status_report": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}
===============================
00 READ RECORD      MF/ADF.USIM/EF.SMSR                 20       9000 {"sms_record_id": 255, "sms_status_report": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 4f3a (7f10/5f3a/4f3a)
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 4f4a (7f10/5f3a/4f4a)
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f17 (7fff/6f17)
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f17 (7fff/6f17)
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 4f53
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 4f50 (7f10/5f3a/4f50)
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 4f54
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 4f52
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 4f11 (7f10/5f3a/4f11)
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 4f32
00 SEARCH RECORD    MF/ADF.USIM/EF.FDN                  01       9000 {"cmd": {"file": "currently_selected_ef", "mode": "forward_search", "record_number": 1, "search_string": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}, "rsp": {"body": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], "sw": "9000"}}
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 4f21 (7f10/5f3a/4f21)
00 READ RECORD      MF/ADF.USIM/EF.FDN                  01       9000 {"alpha_id": "", "len_of_bcd": 255, "ton_npi": {"ext": true, "type_of_number": "reserved_for_extension", "numbering_plan_id": "reserved_for_extension"}, "dialing_nr": "", "cap_conf_id": 255, "ext2_record_id": 255}
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 4f09 (7f10/5f3a/4f09)
00 SEARCH RECORD    MF/ADF.USIM/EF.SDN                  01       9000 {"cmd": {"file": "currently_selected_ef", "mode": "forward_search", "record_number": 1, "search_string": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}, "rsp": {"body": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], "sw": "9000"}}
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 4f4b (7f10/5f3a/4f4b)
00 READ RECORD      MF/ADF.USIM/EF.SDN                  01       9000 {"alpha_id": "", "len_of_bcd": 255, "ton_npi": {"ext": true, "type_of_number": "reserved_for_extension", "numbering_plan_id": "reserved_for_extension"}, "dialing_nr": "", "cap_conf_id": 255, "ext3_record_id": 255}
===============================
00 SEARCH RECORD    MF/DF.TELECOM/EF.FDN                01       9000 {"cmd": {"file": "currently_selected_ef", "mode": "forward_search", "record_number": 1, "search_string": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}, "rsp": {"body": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], "sw": "9000"}}
===============================
00 SEARCH RECORD    MF/ADF.USIM/EF.MSISDN               01       9000 {"cmd": {"file": "currently_selected_ef", "mode": "forward_search", "record_number": 1, "search_string": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}, "rsp": {"body": [2, 3, 4, 5, 6], "sw": "9000"}}
===============================
00 READ RECORD      MF/DF.TELECOM/EF.FDN                01       9000 {"alpha_id": "", "len_of_bcd": 255, "ton_npi": {"ext": true, "type_of_number": "reserved_for_extension", "numbering_plan_id": "reserved_for_extension"}, "dialing_nr": "", "cap_conf_id": 255, "ext2_record_id": 255}
===============================
00 READ RECORD      MF/ADF.USIM/EF.MSISDN               01       9000 {"alpha_id": null, "len_of_bcd": 255, "ton_npi": {"ext": false, "type_of_number": "unknown", "numbering_plan_id": 7}, "dialing_nr": "19491234567890"}
===============================
00 SEARCH RECORD    MF/DF.TELECOM/EF.SDN                01       9000 {"cmd": {"file": "currently_selected_ef", "mode": "forward_search", "record_number": 1, "search_string": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}, "rsp": {"body": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], "sw": "9000"}}
===============================
00 READ RECORD      MF/DF.TELECOM/EF.SDN                01       9000 {"alpha_id": "", "len_of_bcd": 255, "ton_npi": {"ext": true, "type_of_number": "reserved_for_extension", "numbering_plan_id": "reserved_for_extension"}, "dialing_nr": "", "cap_conf_id": 255, "ext3_record_id": 255}
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 4f53
00 SEARCH RECORD    MF/DF.TELECOM/DF.PHONEBOOK          01       6a83 {"cmd": {"file": "currently_selected_ef", "mode": "forward_search", "record_number": 1, "search_string": "ffffffffffffffffffffffffffffffff"}, "rsp": {"sw": "6a83"}}
===============================
00 READ RECORD      MF/DF.TELECOM/DF.PHONEBOOK          01       9000 "47726f75702031ffffffffffffffffff"
===============================
00 READ RECORD      MF/DF.TELECOM/DF.PHONEBOOK          02       9000 "47726f75702032ffffffffffffffffff"
===============================
00 READ RECORD      MF/DF.TELECOM/DF.PHONEBOOK          03       9000 "47726f75702033ffffffffffffffffff"
===============================
00 READ RECORD      MF/DF.TELECOM/DF.PHONEBOOK          04       9000 "47726f75702034ffffffffffffffffff"
===============================
00 READ RECORD      MF/DF.TELECOM/DF.PHONEBOOK          05       9000 "47726f75702035ffffffffffffffffff"
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 4f4b
00 SEARCH RECORD    MF/DF.TELECOM/DF.PHONEBOOK          01       6a83 {"cmd": {"file": "currently_selected_ef", "mode": "forward_search", "record_number": 1, "search_string": "ffffffffffffffffffff"}, "rsp": {"sw": "6a83"}}
===============================
00 READ RECORD      MF/DF.TELECOM/DF.PHONEBOOK          01       9000 "576f726bffffffffffff"
===============================
00 READ RECORD      MF/DF.TELECOM/DF.PHONEBOOK          02       9000 "486f6d65ffffffffffff"
===============================
00 READ RECORD      MF/DF.TELECOM/DF.PHONEBOOK          03       9000 "4d6f62696c65ffffffff"
===============================
00 READ RECORD      MF/DF.TELECOM/DF.PHONEBOOK          04       9000 "466178ffffffffffffff"
===============================
00 READ RECORD      MF/DF.TELECOM/DF.PHONEBOOK          05       9000 "4d61696effffffffffff"
===============================
00 READ RECORD      MF/DF.TELECOM/DF.PHONEBOOK          06       9000 "5061676572ffffffffff"
===============================
00 READ RECORD      MF/DF.TELECOM/DF.PHONEBOOK          07       9000 "456d61696cffffffffff"
===============================
00 READ RECORD      MF/DF.TELECOM/DF.PHONEBOOK          08       9000 "54656d70ffffffffffff"
===============================
00 READ RECORD      MF/DF.TELECOM/DF.PHONEBOOK          09       9000 "4f6666696365ffffffff"
===============================
00 READ RECORD      MF/DF.TELECOM/DF.PHONEBOOK          10       9000 "4f7468657273ffffffff"
===============================
00 READ BINARY      MF/DF.TELECOM/DF.PHONEBOOK/EF.PSC   -        9000 {"raw": "00000000"}
===============================
00 READ BINARY      MF/DF.TELECOM/DF.PHONEBOOK/EF.PUID  -        9000 {"raw": "0000"}
===============================
00 READ BINARY      MF/DF.TELECOM/DF.PHONEBOOK/EF.CC    -        9000 {"raw": "0000"}
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 4f09
00 SEARCH RECORD    MF/DF.TELECOM/DF.PHONEBOOK/EF.CC    01       9000 {"cmd": {"file": "currently_selected_ef", "mode": "forward_search", "record_number": 1, "search_string": "0000"}, "rsp": {"body": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250], "sw": "9000"}}
===============================
00 READ RECORD      MF/DF.TELECOM/DF.PHONEBOOK/EF.CC    01       9000 "0000"
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 4f21
00 SEARCH RECORD    MF/DF.TELECOM/DF.PHONEBOOK/EF.CC    01       9000 {"cmd": {"file": "currently_selected_ef", "mode": "forward_search", "record_number": 1, "search_string": "0000"}, "rsp": {"body": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250], "sw": "9000"}}
===============================
00 READ RECORD      MF/DF.TELECOM/DF.PHONEBOOK/EF.CC    01       9000 "0000"
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 4f50
00 SEARCH RECORD    MF/DF.TELECOM/DF.PHONEBOOK/EF.CC    01       9000 {"cmd": {"file": "currently_selected_ef", "mode": "forward_search", "record_number": 1, "search_string": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}, "rsp": {"body": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150], "sw": "9000"}}
===============================
00 READ RECORD      MF/DF.TELECOM/DF.PHONEBOOK/EF.CC    01       9000 "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 4f54
00 SEARCH RECORD    MF/DF.TELECOM/DF.PHONEBOOK/EF.CC    01       9000 {"cmd": {"file": "currently_selected_ef", "mode": "forward_search", "record_number": 1, "search_string": "ffffffffffffffffffffffffffffffffffff"}, "rsp": {"body": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250], "sw": "9000"}}
===============================
00 READ RECORD      MF/DF.TELECOM/DF.PHONEBOOK/EF.CC    01       9000 "ffffffffffffffffffffffffffffffffffff"
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 4f52
00 SEARCH RECORD    MF/DF.TELECOM/DF.PHONEBOOK/EF.CC    01       9000 {"cmd": {"file": "currently_selected_ef", "mode": "forward_search", "record_number": 1, "search_string": "000000"}, "rsp": {"body": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250], "sw": "9000"}}
===============================
00 READ RECORD      MF/DF.TELECOM/DF.PHONEBOOK/EF.CC    01       9000 "000000"
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 4f11
00 SEARCH RECORD    MF/DF.TELECOM/DF.PHONEBOOK/EF.CC    01       9000 {"cmd": {"file": "currently_selected_ef", "mode": "forward_search", "record_number": 1, "search_string": "ffffffffffffffffffffffffffffffffff"}, "rsp": {"body": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250], "sw": "9000"}}
===============================
00 READ RECORD      MF/DF.TELECOM/DF.PHONEBOOK/EF.CC    01       9000 "ffffffffffffffffffffffffffffffffff"
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 4f32
00 SEARCH RECORD    MF/DF.TELECOM/DF.PHONEBOOK/EF.CC    01       9000 {"cmd": {"file": "currently_selected_ef", "mode": "forward_search", "record_number": 1, "search_string": "ffff"}, "rsp": {"body": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250], "sw": "9000"}}
===============================
00 READ RECORD      MF/DF.TELECOM/DF.PHONEBOOK/EF.CC    01       9000 "ffff"
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 4f3a
00 SEARCH RECORD    MF/DF.TELECOM/DF.PHONEBOOK/EF.CC    01       9000 {"cmd": {"file": "currently_selected_ef", "mode": "forward_search", "record_number": 1, "search_string": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}, "rsp": {"body": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250], "sw": "9000"}}
===============================
00 READ RECORD      MF/DF.TELECOM/DF.PHONEBOOK/EF.CC    01       9000 "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
===============================
01 UNBLOCK PIN                                          -        63ca {"scope": "global_mf", "referenced_data_nr": 1, "mode": "check_remaining_attempts", "remaining_attempts": 10}
===============================
01 VERIFY PIN                                           -        63c3 {"scope": "global_mf", "referenced_data_nr": 1, "mode": "check_remaining_attempts", "remaining_attempts": 3}
===============================
01 UNBLOCK PIN                                          -        63ca {"scope": "specific_df_adf", "referenced_data_nr": 1, "mode": "check_remaining_attempts", "remaining_attempts": 10}
===============================
01 VERIFY PIN                                           -        63c3 {"scope": "specific_df_adf", "referenced_data_nr": 1, "mode": "check_remaining_attempts", "remaining_attempts": 3}
===============================
00 READ RECORD      MF/EF.ARR                           02       9000 [[{"access_mode": ["read_search_compare"]}, {"always": null}], [{"access_mode": ["update_erase"]}, {"never": null}], [{"access_mode": ["activate_file_or_record", "deactivate_file_or_record"]}, {"control_reference_template": "ADM1"}], [{"command_header": {"INS": 212}}, {"control_reference_template": "ADM1"}]]
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 7f43
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 7f43
00 READ RECORD      MF/ADF.USIM/EF.ARR                  06       9000 [[{"access_mode": ["read_search_compare"]}, {"always": null}], [{"access_mode": ["activate_file_or_record", "deactivate_file_or_record", "update_erase"]}, {"control_reference_template": "ADM1"}], [{"command_header": {"INS": 212}}, {"control_reference_template": "ADM1"}]]
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f11
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f11 (7fff/6f11)
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f13 (7fff/6f13)
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f13 (7fff/6f13)
00 MANAGE CHANNEL                                       02       9000 {"mode": "open_channel", "created_channel": 2}
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN AID a00000015141434c00
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f16
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f16 (7fff/6f16)
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f15 (7fff/6f15)
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f15 (7fff/6f15)
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 7f43
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 7f43
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6fe5
01 READ RECORD      MF/ADF.ISIM/EF.ARR                  03       9000 [[{"access_mode": ["read_search_compare"]}, {"control_reference_template": "PIN1"}], [{"access_mode": ["activate_file_or_record", "deactivate_file_or_record", "update_erase"]}, {"control_reference_template": "ADM1"}], [{"command_header": {"INS": 212}}, {"control_reference_template": "ADM1"}]]
===============================
01 READ RECORD      MF/ADF.ISIM/EF.ARR                  03       9000 [[{"access_mode": ["read_search_compare"]}, {"control_reference_template": "PIN1"}], [{"access_mode": ["activate_file_or_record", "deactivate_file_or_record", "update_erase"]}, {"control_reference_template": "ADM1"}], [{"command_header": {"INS": 212}}, {"control_reference_template": "ADM1"}]]
===============================
CardReset(3b9f96801f878031e073fe211b674a4c753034054ba9)
===============================
00 READ BINARY      MF/EF.ICCID                         -        9000 {"iccid": "8988211000000465008"}
===============================
00 TERMINAL PROFILE                                     -        9000 {"p1": 0, "p2": 0, "cmd": "ffffffff7f9d00dfbf00001fe2000000c36b000700004000500000000008"}
===============================
00 MANAGE CHANNEL                                       01       9000 {"mode": "open_channel", "created_channel": 1}
===============================
00 MANAGE CHANNEL                                       02       9000 {"mode": "open_channel", "created_channel": 2}
===============================
00 MANAGE CHANNEL                                       02       9000 {"mode": "close_channel", "closed_channel": 2}
===============================
CardReset(3b9f96801f878031e073fe211b674a4c753034054ba9)
===============================
00 READ BINARY      MF/EF.ICCID                         -        9000 {"iccid": "8988211000000465008"}
===============================
00 TERMINAL PROFILE                                     -        9000 {"p1": 0, "p2": 0, "cmd": "ffffffff7f9d00dfbf00001fe2000000c36b000700004000500000000008"}
===============================
00 MANAGE CHANNEL                                       01       9000 {"mode": "open_channel", "created_channel": 1}
===============================
CardReset(3b9f96801f878031e073fe211b674a4c753034054ba9)
===============================
00 READ BINARY      MF/EF.ICCID                         -        9000 {"iccid": "8988211000000465008"}
===============================
00 TERMINAL PROFILE                                     -        9000 {"p1": 0, "p2": 0, "cmd": "ffffffff7f9d00dfbf00001fe2000000c36b000700004000500000000008"}
===============================
00 MANAGE CHANNEL                                       01       9000 {"mode": "open_channel", "created_channel": 1}
===============================
01 READ RECORD      MF/ADF.ISIM/EF.ARR                  03       9000 [[{"access_mode": ["read_search_compare"]}, {"control_reference_template": "PIN1"}], [{"access_mode": ["activate_file_or_record", "deactivate_file_or_record", "update_erase"]}, {"control_reference_template": "ADM1"}], [{"command_header": {"INS": 212}}, {"control_reference_template": "ADM1"}]]
===============================
01 READ RECORD      MF/ADF.ISIM/EF.ARR                  03       9000 [[{"access_mode": ["read_search_compare"]}, {"control_reference_template": "PIN1"}], [{"access_mode": ["activate_file_or_record", "deactivate_file_or_record", "update_erase"]}, {"control_reference_template": "ADM1"}], [{"command_header": {"INS": 212}}, {"control_reference_template": "ADM1"}]]
===============================
01 READ RECORD      MF/ADF.ISIM/EF.ARR                  03       9000 [[{"access_mode": ["read_search_compare"]}, {"control_reference_template": "PIN1"}], [{"access_mode": ["activate_file_or_record", "deactivate_file_or_record", "update_erase"]}, {"control_reference_template": "ADM1"}], [{"command_header": {"INS": 212}}, {"control_reference_template": "ADM1"}]]
===============================
01 READ RECORD      MF/ADF.ISIM/EF.ARR                  04       9000 [[{"access_mode": ["update_erase", "read_search_compare"]}, {"control_reference_template": "PIN1"}], [{"access_mode": ["activate_file_or_record", "deactivate_file_or_record"]}, {"control_reference_template": "ADM1"}], [{"command_header": {"INS": 212}}, {"control_reference_template": "ADM1"}]]
===============================
00 READ RECORD      MF/ADF.USIM/EF.MBI                  01       9000 {"mbi_voicemail": 255, "mbi_fax": 255, "mbi_email": 255, "mbi_other": 255, "mbi_videocall": null}
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6fe5 (7f10/6fe5)
00 READ RECORD      MF/DF.TELECOM                       01       9000 "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
===============================
01 READ BINARY      MF/ADF.ISIM/EF.IMPI                 -        9000 {"nai": ""}
===============================
01 READ RECORD      MF/ADF.ISIM/EF.IMPU                 01       9000 {"impu": ""}
===============================
01 READ BINARY      MF/ADF.ISIM/EF.DOMAIN               -        9000 {"domain": ""}
===============================
01 READ RECORD      MF/ADF.ISIM/EF.P-CSCF               01       9000 {"pcscf_address": null}
===============================
01 READ BINARY      MF/ADF.ISIM/EF.IST                  -        9000 {"1": {"activated": true, "description": "P-CSCF address"}, "2": {"activated": false, "description": "Generic Bootstrapping Architecture (GBA)"}, "3": {"activated": false, "description": "HTTP Digest"}, "4": {"activated": true, "description": "GBA-based Local Key Establishment Mechanism"}, "5": {"activated": true, "description": "Support of P-CSCF discovery for IMS Local Break Out"}, "6": {"activated": false, "description": "Short Message Storage (SMS)"}, "7": {"activated": false, "description": "Short Message Status Reports (SMSR)"}, "8": {"activated": false, "description": "Support for SM-over-IP including data download via SMS-PP as defined in TS 31.111 [31]"}, "9": {"activated": false, "description": "Communication Control for IMS by ISIM"}, "10": {"activated": true, "description": "Support of UICC access to IMS"}, "11": {"activated": false, "description": "URI support by UICC"}, "12": {"activated": false, "description": "Media Type support"}, "13": {"activated": false, "description": "IMS call disconnection cause"}, "14": {"activated": false, "description": "URI support for MO SHORT MESSAGE CONTROL"}, "15": {"activated": false, "description": "MCPTT"}, "16": {"activated": false, "description": "URI support for SMS-PP DOWNLOAD as defined in 3GPP TS 31.111 [31]"}, "17": {"activated": false, "description": "From Preferred"}, "18": {"activated": false, "description": "IMS configuration data"}, "19": {"activated": false, "description": "XCAP Configuration Data"}, "20": {"activated": false, "description": "WebRTC URI"}, "21": {"activated": false, "description": "MuD and MiD configuration data"}, "22": {"activated": false, "description": "IMS Data Channel indication"}, "23": {"activated": false}, "24": {"activated": false}}
===============================
01 READ BINARY      MF/ADF.ISIM/EF.GBABP                -        9000 null
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f17
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f17 (7fff/6f17)
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f17
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f17 (7fff/6f17)
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f14 (7fff/6f14)
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f14 (7fff/6f14)
01 READ RECORD      MF/ADF.ISIM/EF.IMPU                 02       9000 {"impu": null}
===============================
01 READ RECORD      MF/ADF.ISIM/EF.P-CSCF               02       9000 {"pcscf_address": {"type_of_address": 255, "address": null}}
===============================
00 MANAGE CHANNEL                                       02       9000 {"mode": "open_channel", "created_channel": 2}
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN AID a00000015141434c00
00 READ RECORD      MF/ADF.USIM/EF.MSISDN               01       9000 {"alpha_id": null, "len_of_bcd": 255, "ton_npi": {"ext": false, "type_of_number": "unknown", "numbering_plan_id": 7}, "dialing_nr": "19491234567890"}
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f18
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN FID 6f18 (7fff/6f18)
01 READ RECORD      MF/ADF.ISIM/EF.IMPU                 03       9000 {"impu": null}
===============================
01 READ RECORD      MF/ADF.ISIM/EF.P-CSCF               03       9000 {"pcscf_address": {"type_of_address": 255, "address": null}}
===============================
00 UPDATE BINARY    MF/ADF.USIM/EF.CBMI                 -        9000 [[65535], [65535], [65535], [65535], [65535], [65535], [65535], [65535], [65535], [65535]]
===============================
CardReset(3b9f96801f878031e073fe211b674a4c753034054ba9)
===============================
00 READ BINARY      MF/EF.ICCID                         -        9000 {"iccid": "8988211000000465008"}
===============================
00 TERMINAL PROFILE                                     -        9000 {"p1": 0, "p2": 0, "cmd": "ffffffff7f9d00dfbf00001fe2000000c36b000700004000500000000008"}
===============================
00 MANAGE CHANNEL                                       01       9000 {"mode": "open_channel", "created_channel": 1}
===============================
00 MANAGE CHANNEL                                       02       9000 {"mode": "open_channel", "created_channel": 2}
===============================
00 MANAGE CHANNEL                                       02       9000 {"mode": "close_channel", "closed_channel": 2}
===============================
CardReset(3b9f96801f878031e073fe211b674a4c753034054ba9)
===============================
00 READ BINARY      MF/EF.ICCID                         -        9000 {"iccid": "8988211000000465008"}
===============================
00 TERMINAL PROFILE                                     -        9000 {"p1": 0, "p2": 0, "cmd": "ffffffff7f9d00dfbf00001fe2000000c36b000700004000500000000008"}
===============================
00 MANAGE CHANNEL                                       01       9000 {"mode": "open_channel", "created_channel": 1}
===============================
CardReset(3b9f96801f878031e073fe211b674a4c753034054ba9)
===============================
00 READ BINARY      MF/EF.ICCID                         -        9000 {"iccid": "8988211000000465008"}
===============================
00 TERMINAL PROFILE                                     -        9000 {"p1": 0, "p2": 0, "cmd": "ffffffff7f9d00dfbf00001fe2000000c36b000700004000500000000008"}
===============================
00 MANAGE CHANNEL                                       01       9000 {"mode": "open_channel", "created_channel": 1}
===============================
01 READ RECORD      MF/ADF.ISIM/EF.IMPU                 04       9000 {"impu": null}
===============================
01 READ RECORD      MF/ADF.ISIM/EF.P-CSCF               04       9000 {"pcscf_address": {"type_of_address": 255, "address": null}}
===============================
00 UPDATE BINARY    MF/ADF.USIM/EF.CBMIR                -        9000 [[{"lower": 65535, "upper": 65535}], [{"lower": 65535, "upper": 65535}], [{"lower": 65535, "upper": 65535}], [{"lower": 65535, "upper": 65535}], [{"lower": 65535, "upper": 65535}]]
===============================
01 READ RECORD      MF/ADF.ISIM/EF.IMPU                 05       9000 {"impu": null}
===============================
01 READ RECORD      MF/ADF.ISIM/EF.P-CSCF               05       9000 {"pcscf_address": {"type_of_address": 255, "address": null}}
===============================
01 READ RECORD      MF/ADF.ISIM/EF.IMPU                 06       9000 {"impu": null}
===============================
01 READ RECORD      MF/ADF.ISIM/EF.P-CSCF               06       9000 {"pcscf_address": {"type_of_address": 255, "address": null}}
===============================
01 READ RECORD      MF/ADF.ISIM/EF.IMPU                 07       9000 {"impu": null}
===============================
01 READ RECORD      MF/ADF.ISIM/EF.P-CSCF               07       9000 {"pcscf_address": {"type_of_address": 255, "address": null}}
===============================
01 READ RECORD      MF/ADF.ISIM/EF.IMPU                 08       9000 {"impu": null}
===============================
01 READ RECORD      MF/ADF.ISIM/EF.P-CSCF               08       9000 {"pcscf_address": {"type_of_address": 255, "address": null}}
===============================
00 MANAGE CHANNEL                                       02       9000 {"mode": "open_channel", "created_channel": 2}
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN AID a00000015141434c00
CardReset(3b9f96801f878031e073fe211b674a4c753034054ba9)
===============================
00 READ BINARY      MF/EF.ICCID                         -        9000 {"iccid": "8988211000000465008"}
===============================
00 TERMINAL PROFILE                                     -        9000 {"p1": 0, "p2": 0, "cmd": "ffffffff7f9d00dfbf00001fe2000000c36b000700004000500000000008"}
===============================
00 MANAGE CHANNEL                                       01       9000 {"mode": "open_channel", "created_channel": 1}
===============================
00 MANAGE CHANNEL                                       02       9000 {"mode": "open_channel", "created_channel": 2}
===============================
00 MANAGE CHANNEL                                       02       9000 {"mode": "close_channel", "closed_channel": 2}
===============================
CardReset(3b9f96801f878031e073fe211b674a4c753034054ba9)
===============================
00 READ BINARY      MF/EF.ICCID                         -        9000 {"iccid": "8988211000000465008"}
===============================
00 TERMINAL PROFILE                                     -        9000 {"p1": 0, "p2": 0, "cmd": "ffffffff7f9d00dfbf00001fe2000000c36b000700004000500000000008"}
===============================
00 MANAGE CHANNEL                                       01       9000 {"mode": "open_channel", "created_channel": 1}
===============================
CardReset(3b9f96801f878031e073fe211b674a4c753034054ba9)
===============================
00 READ BINARY      MF/EF.ICCID                         -        9000 {"iccid": "8988211000000465008"}
===============================
00 TERMINAL PROFILE                                     -        9000 {"p1": 0, "p2": 0, "cmd": "ffffffff7f9d00dfbf00001fe2000000c36b000700004000500000000008"}
===============================
00 MANAGE CHANNEL                                       01       9000 {"mode": "open_channel", "created_channel": 1}
===============================
00 MANAGE CHANNEL                                       02       9000 {"mode": "open_channel", "created_channel": 2}
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN AID a00000015141434c00
CardReset(3b9f96801f878031e073fe211b674a4c753034054ba9)
===============================
00 READ BINARY      MF/EF.ICCID                         -        9000 {"iccid": "8988211000000465008"}
===============================
00 TERMINAL PROFILE                                     -        9000 {"p1": 0, "p2": 0, "cmd": "ffffffff7f9d00dfbf00001fe2000000c36b000700004000500000000008"}
===============================
00 MANAGE CHANNEL                                       01       9000 {"mode": "open_channel", "created_channel": 1}
===============================
00 MANAGE CHANNEL                                       02       9000 {"mode": "open_channel", "created_channel": 2}
===============================
00 MANAGE CHANNEL                                       02       9000 {"mode": "close_channel", "closed_channel": 2}
===============================
00 GET STATUS                                           -        9000 {"p1": 0, "p2": 12}
===============================
CardReset(3b9f96801f878031e073fe211b674a4c753034054ba9)
===============================
00 READ BINARY      MF/EF.ICCID                         -        9000 {"iccid": "8988211000000465008"}
===============================
00 TERMINAL PROFILE                                     -        9000 {"p1": 0, "p2": 0, "cmd": "ffffffff7f9d00dfbf00001fe2000000c36b000700004000500000000008"}
===============================
00 MANAGE CHANNEL                                       01       9000 {"mode": "open_channel", "created_channel": 1}
===============================
CardReset(3b9f96801f878031e073fe211b674a4c753034054ba9)
===============================
00 READ BINARY      MF/EF.ICCID                         -        9000 {"iccid": "8988211000000465008"}
===============================
00 TERMINAL PROFILE                                     -        9000 {"p1": 0, "p2": 0, "cmd": "ffffffff7f9d00dfbf00001fe2000000c36b000700004000500000000008"}
===============================
00 MANAGE CHANNEL                                       01       9000 {"mode": "open_channel", "created_channel": 1}
===============================
00 MANAGE CHANNEL                                       02       9000 {"mode": "open_channel", "created_channel": 2}
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN AID a00000015141434c00
CardReset(3b9f96801f878031e073fe211b674a4c753034054ba9)
===============================
00 READ BINARY      MF/EF.ICCID                         -        9000 {"iccid": "8988211000000465008"}
===============================
00 TERMINAL PROFILE                                     -        9000 {"p1": 0, "p2": 0, "cmd": "ffffffff7f9d00dfbf00001fe2000000c36b000700004000500000000008"}
===============================
00 MANAGE CHANNEL                                       01       9000 {"mode": "open_channel", "created_channel": 1}
===============================
00 MANAGE CHANNEL                                       02       9000 {"mode": "open_channel", "created_channel": 2}
===============================
00 MANAGE CHANNEL                                       02       9000 {"mode": "close_channel", "closed_channel": 2}
===============================
CardReset(3b9f96801f878031e073fe211b674a4c753034054ba9)
===============================
00 READ BINARY      MF/EF.ICCID                         -        9000 {"iccid": "8988211000000465008"}
===============================
00 TERMINAL PROFILE                                     -        9000 {"p1": 0, "p2": 0, "cmd": "ffffffff7f9d00dfbf00001fe2000000c36b000700004000500000000008"}
===============================
00 MANAGE CHANNEL                                       01       9000 {"mode": "open_channel", "created_channel": 1}
===============================
CardReset(3b9f96801f878031e073fe211b674a4c753034054ba9)
===============================
00 READ BINARY      MF/EF.ICCID                         -        9000 {"iccid": "8988211000000465008"}
===============================
00 TERMINAL PROFILE                                     -        9000 {"p1": 0, "p2": 0, "cmd": "ffffffff7f9d00dfbf00001fe2000000c36b000700004000500000000008"}
===============================
00 MANAGE CHANNEL                                       01       9000 {"mode": "open_channel", "created_channel": 1}
===============================
00 MANAGE CHANNEL                                       02       9000 {"mode": "open_channel", "created_channel": 2}
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN AID a00000015141434c00
CardReset(3b9f96801f878031e073fe211b674a4c753034054ba9)
===============================
00 READ BINARY      MF/EF.ICCID                         -        9000 {"iccid": "8988211000000465008"}
===============================
00 TERMINAL PROFILE                                     -        9000 {"p1": 0, "p2": 0, "cmd": "ffffffff7f9d00dfbf00001fe2000000c36b000700004000500000000008"}
===============================
00 MANAGE CHANNEL                                       01       9000 {"mode": "open_channel", "created_channel": 1}
===============================
00 MANAGE CHANNEL                                       02       9000 {"mode": "open_channel", "created_channel": 2}
===============================
00 MANAGE CHANNEL                                       02       9000 {"mode": "close_channel", "closed_channel": 2}
===============================
CardReset(3b9f96801f878031e073fe211b674a4c753034054ba9)
===============================
00 READ BINARY      MF/EF.ICCID                         -        9000 {"iccid": "8988211000000465008"}
===============================
00 TERMINAL PROFILE                                     -        9000 {"p1": 0, "p2": 0, "cmd": "ffffffff7f9d00dfbf00001fe2000000c36b000700004000500000000008"}
===============================
00 MANAGE CHANNEL                                       01       9000 {"mode": "open_channel", "created_channel": 1}
===============================
CardReset(3b9f96801f878031e073fe211b674a4c753034054ba9)
===============================
00 READ BINARY      MF/EF.ICCID                         -        9000 {"iccid": "8988211000000465008"}
===============================
00 TERMINAL PROFILE                                     -        9000 {"p1": 0, "p2": 0, "cmd": "ffffffff7f9d00dfbf00001fe2000000c36b000700004000500000000008"}
===============================
00 MANAGE CHANNEL                                       01       9000 {"mode": "open_channel", "created_channel": 1}
===============================
00 MANAGE CHANNEL                                       02       9000 {"mode": "open_channel", "created_channel": 2}
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN AID a00000015141434c00
CardReset(3b9f96801f878031e073fe211b674a4c753034054ba9)
===============================
00 READ BINARY      MF/EF.ICCID                         -        9000 {"iccid": "8988211000000465008"}
===============================
00 TERMINAL PROFILE                                     -        9000 {"p1": 0, "p2": 0, "cmd": "ffffffff7f9d00dfbf00001fe2000000c36b000700004000500000000008"}
===============================
00 MANAGE CHANNEL                                       01       9000 {"mode": "open_channel", "created_channel": 1}
===============================
00 MANAGE CHANNEL                                       02       9000 {"mode": "open_channel", "created_channel": 2}
===============================
00 MANAGE CHANNEL                                       02       9000 {"mode": "close_channel", "closed_channel": 2}
===============================
CardReset(3b9f96801f878031e073fe211b674a4c753034054ba9)
===============================
00 READ BINARY      MF/EF.ICCID                         -        9000 {"iccid": "8988211000000465008"}
===============================
00 TERMINAL PROFILE                                     -        9000 {"p1": 0, "p2": 0, "cmd": "ffffffff7f9d00dfbf00001fe2000000c36b000700004000500000000008"}
===============================
00 MANAGE CHANNEL                                       01       9000 {"mode": "open_channel", "created_channel": 1}
===============================
CardReset(3b9f96801f878031e073fe211b674a4c753034054ba9)
===============================
00 READ BINARY      MF/EF.ICCID                         -        9000 {"iccid": "8988211000000465008"}
===============================
00 TERMINAL PROFILE                                     -        9000 {"p1": 0, "p2": 0, "cmd": "ffffffff7f9d00dfbf00001fe2000000c36b000700004000500000000008"}
===============================
00 MANAGE CHANNEL                                       01       9000 {"mode": "open_channel", "created_channel": 1}
===============================
00 GET STATUS                                           -        9000 {"p1": 0, "p2": 12}
===============================
00 MANAGE CHANNEL                                       02       9000 {"mode": "open_channel", "created_channel": 2}
===============================
WARNING  pySim.apdu.ts_102_221: SELECT UNKNOWN AID a00000015141434c00
CardReset(3b9f96801f878031e073fe211b674a4c753034054ba9)
===============================
00 READ BINARY      MF/EF.ICCID                         -        9000 {"iccid": "8988211000000465008"}
===============================
00 TERMINAL PROFILE                                     -        9000 {"p1": 0, "p2": 0, "cmd": "ffffffff7f9d00dfbf00001fe2000000c36b000700004000500000000008"}
===============================
00 MANAGE CHANNEL                                       01       9000 {"mode": "open_channel", "created_channel": 1}
===============================
00 MANAGE CHANNEL                                       02       9000 {"mode": "open_channel", "created_channel": 2}
===============================
00 MANAGE CHANNEL                                       02       9000 {"mode": "close_channel", "closed_channel": 2}
===============================
CardReset(3b9f96801f878031e073fe211b674a4c753034054ba9)
===============================
00 READ BINARY      MF/EF.ICCID                         -        9000 {"iccid": "8988211000000465008"}
===============================
00 TERMINAL PROFILE                                     -        9000 {"p1": 0, "p2": 0, "cmd": "ffffffff7f9d00dfbf00001fe2000000c36b000700004000500000000008"}
===============================
00 MANAGE CHANNEL                                       01       9000 {"mode": "open_channel", "created_channel": 1}
===============================
CardReset(3b9f96801f878031e073fe211b674a4c753034054ba9)
===============================
00 READ BINARY      MF/EF.ICCID                         -        9000 {"iccid": "8988211000000465008"}
===============================
00 TERMINAL PROFILE                                     -        9000 {"p1": 0, "p2": 0, "cmd": "ffffffff7f9d00dfbf00001fe2000000c36b000700004000500000000008"}
===============================
00 MANAGE CHANNEL                                       01       9000 {"mode": "open_channel", "created_channel": 1}
===============================
00 GET STATUS                                           -        9000 {"p1": 0, "p2": 12}
===============================
00 GET STATUS                                           -        9000 {"p1": 0, "p2": 12}
===============================
00 GET STATUS                                           -        9000 {"p1": 0, "p2": 12}
===============================
00 GET STATUS                                           -        9000 {"p1": 0, "p2": 12}
===============================
00 GET STATUS                                           -        9000 {"p1": 0, "p2": 12}
===============================
00 GET STATUS                                           -        9000 {"p1": 0, "p2": 12}
===============================
00 GET STATUS                                           -        9000 {"p1": 0, "p2": 12}
===============================
00 GET STATUS                                           -        9000 {"p1": 0, "p2": 12}
===============================
682 APDUs parsed, stop iteration.

========================================================
trace parsed without problems -- everything ok!
+ python3 -m unittest discover -v -s ./tests/pySim-shell_test/
test (ara_m.test.test_case.test) ... 
################################################################################
# testcase: ara_m.test                                                         #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/ara_m
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase ara_m.test ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test.script --noprompt > pySim-shell_test.log 2>&1
File comparison: content of adf_ara-m.script.tmp matches content of adf_ara-m.script.ok -- ok
File comparison: content of adf_ara-m.cfg.tmp matches content of adf_ara-m.cfg.ok -- ok
File comparison: content of adf_ara-m_empty.cfg.tmp matches content of adf_ara-m_empty.cfg.ok -- ok
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test (authenticate.test.test_case.test) ... 
################################################################################
# testcase: authenticate.test                                                  #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/authenticate
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase authenticate.test ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test.script --noprompt --pin-adm 34173960 > pySim-shell_test.log 2>&1
File comparison: content of auth_result.tmp matches content of auth_result.ok -- ok
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test (cardinfo.test.test_case.test) ... 
################################################################################
# testcase: cardinfo.test                                                      #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/cardinfo
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase cardinfo.test ...
----------------------------------------------------------------------
Template: using template test.template to generate file test.script
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test.script --noprompt > pySim-shell_test.log 2>&1
File comparison: content of sysmoISIM-SJA5-S17-cardinfo.tmp matches content of sysmoISIM-SJA5-S17-cardinfo.ok -- ok
Template: using template test.template to generate file test.script
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 5 --script test.script --noprompt > pySim-shell_test.log 2>&1
File comparison: content of sysmoISIM-SJA2-cardinfo.tmp matches content of sysmoISIM-SJA2-cardinfo.ok -- ok
Template: using template test.template to generate file test.script
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 0 --script test.script --noprompt > pySim-shell_test.log 2>&1
File comparison: content of sysmoEUICC1-C2T-cardinfo.tmp matches content of sysmoEUICC1-C2T-cardinfo.ok -- ok
Template: using template test.template to generate file test.script
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 1 --script test.script --noprompt > pySim-shell_test.log 2>&1
File comparison: content of sysmoSIM-GR1-cardinfo.tmp matches content of sysmoSIM-GR1-cardinfo.ok -- ok
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_manage (chv.test.test_case.test_manage) ... 
################################################################################
# testcase: chv.test_manage                                                    #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/chv
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase chv.test_manage ...
----------------------------------------------------------------------
Template: using template test_manage_direct.template to generate file test_manage_direct.script
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test_manage_direct.script --noprompt > pySim-shell_test_manage.log 2>&1
File comparison: content of test_manage_direct.tmp matches content of test_manage_direct.ok -- ok
Template: using template test_manage_csv.template to generate file test_manage_csv.script
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test_manage_csv.script --noprompt --csv /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/card_data.csv > pySim-shell_test_manage.log 2>&1
File comparison: content of test_manage_csv.tmp matches content of test_manage_csv.ok -- ok
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_unblock (chv.test.test_case.test_unblock) ... 
################################################################################
# testcase: chv.test_unblock                                                   #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/chv
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase chv.test_unblock ...
----------------------------------------------------------------------
Template: using template test_unblock_direct.template to generate file test_unblock_direct.script
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test_unblock_direct.script --noprompt > pySim-shell_test_unblock.log 2>&1
The following exceptions occurred:
EXCEPTION of type 'SwMatchError' occurred with message: SW match failed! Expected 9000 and got 6f00: Checking errors - Technical problem, no precise diagnosis
EXCEPTION of type 'SwMatchError' occurred with message: SW match failed! Expected 9000 and got 6f00: Checking errors - Technical problem, no precise diagnosis
EXCEPTION of type 'SwMatchError' occurred with message: SW match failed! Expected 9000 and got 6f00: Checking errors - Technical problem, no precise diagnosis
EXCEPTION of type 'SwMatchError' occurred with message: SW match failed! Expected 9000 and got 6983: Command not allowed - Authentication/PIN method blocked
Note: the occurrence of exceptions may be expected, the sheer presence of exceptions is not necessarly an error.
File comparison: content of test_unblock_direct.tmp matches content of test_unblock_direct.ok -- ok
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test_unblock_csv.script --noprompt --csv /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/card_data.csv > pySim-shell_test_unblock.log 2>&1
The following exceptions occurred:
EXCEPTION of type 'SwMatchError' occurred with message: SW match failed! Expected 9000 and got 6f00: Checking errors - Technical problem, no precise diagnosis
EXCEPTION of type 'SwMatchError' occurred with message: SW match failed! Expected 9000 and got 6f00: Checking errors - Technical problem, no precise diagnosis
EXCEPTION of type 'SwMatchError' occurred with message: SW match failed! Expected 9000 and got 6f00: Checking errors - Technical problem, no precise diagnosis
EXCEPTION of type 'SwMatchError' occurred with message: SW match failed! Expected 9000 and got 6983: Command not allowed - Authentication/PIN method blocked
Note: the occurrence of exceptions may be expected, the sheer presence of exceptions is not necessarly an error.
File comparison: content of test_unblock_csv.tmp matches content of test_unblock_csv.ok -- ok
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_enable_disable_profile (euicc.test.test_case.test_enable_disable_profile) ... 
################################################################################
# testcase: euicc.test_enable_disable_profile                                  #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/euicc
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase euicc.test_enable_disable_profile ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 0 --script test_set_nickname.script --noprompt > pySim-shell_test_enable_disable_profile.log 2>&1
File comparison: content of set_nickname.tmp matches content of set_nickname.ok -- ok
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_get_eid (euicc.test.test_case.test_get_eid) ... 
################################################################################
# testcase: euicc.test_get_eid                                                 #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/euicc
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase euicc.test_get_eid ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 0 --script test_get_eid.script --noprompt > pySim-shell_test_get_eid.log 2>&1
File comparison: content of get_eid.tmp matches content of get_eid.ok -- ok
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_get_euicc_info (euicc.test.test_case.test_get_euicc_info) ... 
################################################################################
# testcase: euicc.test_get_euicc_info                                          #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/euicc
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase euicc.test_get_euicc_info ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 0 --script test_get_euicc_info.script --noprompt > pySim-shell_test_get_euicc_info.log 2>&1
File comparison: content of euicc_info1.tmp matches content of euicc_info1.ok -- ok
File comparison: content of euicc_info2.tmp matches content of euicc_info2.ok -- ok
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_get_profiles_info (euicc.test.test_case.test_get_profiles_info) ... 
################################################################################
# testcase: euicc.test_get_profiles_info                                       #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/euicc
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase euicc.test_get_profiles_info ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 0 --script test_get_profiles_info.script --noprompt > pySim-shell_test_get_profiles_info.log 2>&1
File comparison: content of get_profiles_info.tmp matches content of get_profiles_info.ok -- ok
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_list_and_rm_notif (euicc.test.test_case.test_list_and_rm_notif) ... 
################################################################################
# testcase: euicc.test_list_and_rm_notif                                       #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/euicc
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase euicc.test_list_and_rm_notif ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 0 --script test_gen_notif.script --noprompt > pySim-shell_test_list_and_rm_notif.log 2>&1
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 0 --script test_list_notif.script --noprompt > pySim-shell_test_list_and_rm_notif.log 2>&1
removing notification with seq_number 172:
Template: using template test_rm_notif.template to generate file test_rm_notif.script
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 0 --script test_rm_notif.script --noprompt > pySim-shell_test_list_and_rm_notif.log 2>&1
removing notification with seq_number 173:
Template: using template test_rm_notif.template to generate file test_rm_notif.script
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 0 --script test_rm_notif.script --noprompt > pySim-shell_test_list_and_rm_notif.log 2>&1
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 0 --script test_list_notif.script --noprompt > pySim-shell_test_list_and_rm_notif.log 2>&1
File comparison: content of notifications.tmp matches content of notifications.ok -- ok
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_export (export.test.test_case.test_export) ... 
################################################################################
# testcase: export.test_export                                                 #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/export
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase export.test_export ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test_export.script --noprompt > pySim-shell_test_export.log 2>&1
The following exceptions occurred:
EXCEPTION of type 'RuntimeError' occurred with message: unable to export 63 elementary file(s) and 3 dedicated file(s)
Note: the occurrence of exceptions may be expected, the sheer presence of exceptions is not necessarly an error.
File comparison: content of export.script.tmp matches content of export.script.ok -- ok
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test_import.script --noprompt > pySim-shell_test_export.log 2>&1
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_activate_deactivate (file_admin.test.test_case.test_activate_deactivate) ... 
################################################################################
# testcase: file_admin.test_activate_deactivate                                #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/file_admin
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase file_admin.test_activate_deactivate ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test_activate_deactivate_file.script --noprompt --pin-adm 34173960 > pySim-shell_test_activate_deactivate.log 2>&1
File comparison: content of activate_deactivate_file.tmp matches content of activate_deactivate_file.ok -- ok
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_create_delete_df (file_admin.test.test_case.test_create_delete_df) ... 
################################################################################
# testcase: file_admin.test_create_delete_df                                   #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/file_admin
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase file_admin.test_create_delete_df ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test_create_delete_df.script --noprompt --pin-adm 34173960 > pySim-shell_test_create_delete_df.log 2>&1
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_create_resize_delete_linear_fixed_ef (file_admin.test.test_case.test_create_resize_delete_linear_fixed_ef) ... 
################################################################################
# testcase: file_admin.test_create_resize_delete_linear_fixed_ef               #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/file_admin
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase file_admin.test_create_resize_delete_linear_fixed_ef ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test_create_resize_delete_linear_fixed_ef.script --noprompt --pin-adm 34173960 > pySim-shell_test_create_resize_delete_linear_fixed_ef.log 2>&1
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_create_resize_delete_transparent_ef (file_admin.test.test_case.test_create_resize_delete_transparent_ef) ... 
################################################################################
# testcase: file_admin.test_create_resize_delete_transparent_ef                #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/file_admin
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase file_admin.test_create_resize_delete_transparent_ef ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test_create_resize_delete_transparent_ef.script --noprompt --pin-adm 34173960 > pySim-shell_test_create_resize_delete_transparent_ef.log 2>&1
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_ber_tlv_uicc (file_content.test.test_case.test_ber_tlv_uicc) ... 
################################################################################
# testcase: file_content.test_ber_tlv_uicc                                     #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/file_content
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase file_content.test_ber_tlv_uicc ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test_ber_tlv_uicc.script --noprompt --pin-adm 34173960 > pySim-shell_test_ber_tlv_uicc.log 2>&1
File comparison: content of test_ber_tlv_uicc.tmp matches content of test_ber_tlv_uicc.ok -- ok
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_binary_sim (file_content.test.test_case.test_binary_sim) ... 
################################################################################
# testcase: file_content.test_binary_sim                                       #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/file_content
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase file_content.test_binary_sim ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 1 --script test_binary_sim.script --noprompt > pySim-shell_test_binary_sim.log 2>&1
File comparison: content of test_binary_sim.tmp matches content of test_binary_sim.ok -- ok
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_binary_uicc (file_content.test.test_case.test_binary_uicc) ... 
################################################################################
# testcase: file_content.test_binary_uicc                                      #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/file_content
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase file_content.test_binary_uicc ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test_binary_uicc.script --noprompt > pySim-shell_test_binary_uicc.log 2>&1
File comparison: content of test_binary_uicc.tmp matches content of test_binary_uicc.ok -- ok
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_record_sim (file_content.test.test_case.test_record_sim) ... 
################################################################################
# testcase: file_content.test_record_sim                                       #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/file_content
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase file_content.test_record_sim ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 1 --script test_record_sim.script --noprompt > pySim-shell_test_record_sim.log 2>&1
File comparison: content of test_record_sim.tmp matches content of test_record_sim.ok -- ok
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_record_uicc (file_content.test.test_case.test_record_uicc) ... 
################################################################################
# testcase: file_content.test_record_uicc                                      #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/file_content
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase file_content.test_record_uicc ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test_record_uicc.script --noprompt > pySim-shell_test_record_uicc.log 2>&1
File comparison: content of test_record_uicc.tmp matches content of test_record_uicc.ok -- ok
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_ef_ist (file_specific.test.test_case.test_ef_ist) ... 
################################################################################
# testcase: file_specific.test_ef_ist                                          #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/file_specific
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase file_specific.test_ef_ist ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test_ef_ist.script --noprompt --pin-adm 34173960 > pySim-shell_test_ef_ist.log 2>&1
File comparison: content of test_ef_ist.tmp matches content of test_ef_ist.ok -- ok
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_ef_ust (file_specific.test.test_case.test_ef_ust) ... 
################################################################################
# testcase: file_specific.test_ef_ust                                          #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/file_specific
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase file_specific.test_ef_ust ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test_ef_ust.script --noprompt --pin-adm 34173960 > pySim-shell_test_ef_ust.log 2>&1
File comparison: content of test_ef_ust.tmp matches content of test_ef_ust.ok -- ok
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_update_imsi_plmn (file_specific.test.test_case.test_update_imsi_plmn) ... 
################################################################################
# testcase: file_specific.test_update_imsi_plmn                                #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/file_specific
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase file_specific.test_update_imsi_plmn ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test_update_imsi_plmn.script --noprompt --pin-adm 34173960 > pySim-shell_test_update_imsi_plmn.log 2>&1
File comparison: content of ef_imsi.tmp matches content of ef_imsi.ok -- ok
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test (fsdump.test.test_case.test) ... 
################################################################################
# testcase: fsdump.test                                                        #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/fsdump
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase fsdump.test ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test.script --noprompt > pySim-shell_test.log 2>&1
File comparison: content of fsdump.json.tmp matches content of fsdump.json.ok -- ok
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test (get_identity.test.test_case.test) ... 
################################################################################
# testcase: get_identity.test                                                  #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/get_identity
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase get_identity.test ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test.script --noprompt --pin-adm 34173960 > pySim-shell_test.log 2>&1
File: reading content of file suci.tmp
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_est_scp02_csv (gp.test.test_case.test_est_scp02_csv) ... 
################################################################################
# testcase: gp.test_est_scp02_csv                                              #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/gp
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase gp.test_est_scp02_csv ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test_est_scp02_csv.script --noprompt --csv /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/card_data.csv > pySim-shell_test_est_scp02_csv.log 2>&1
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 5 --script test_est_scp02_csv.script --noprompt --csv /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/card_data.csv > pySim-shell_test_est_scp02_csv.log 2>&1
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_est_scp02_direct (gp.test.test_case.test_est_scp02_direct) ... 
################################################################################
# testcase: gp.test_est_scp02_direct                                           #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/gp
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase gp.test_est_scp02_direct ...
----------------------------------------------------------------------
Template: using template test_est_scp02_direct.template to generate file test_est_scp02_direct.script
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test_est_scp02_direct.script --noprompt > pySim-shell_test_est_scp02_direct.log 2>&1
Template: using template test_est_scp02_direct.template to generate file test_est_scp02_direct.script
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 5 --script test_est_scp02_direct.script --noprompt > pySim-shell_test_est_scp02_direct.log 2>&1
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_est_scp03_csv (gp.test.test_case.test_est_scp03_csv) ... 
################################################################################
# testcase: gp.test_est_scp03_csv                                              #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/gp
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase gp.test_est_scp03_csv ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 0 --script test_est_scp03_csv.script --noprompt --csv /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/card_data.csv > pySim-shell_test_est_scp03_csv.log 2>&1
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_est_scp03_direct (gp.test.test_case.test_est_scp03_direct) ... 
################################################################################
# testcase: gp.test_est_scp03_direct                                           #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/gp
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase gp.test_est_scp03_direct ...
----------------------------------------------------------------------
Template: using template test_est_scp03_direct.template to generate file test_est_scp03_direct.script
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 0 --script test_est_scp03_direct.script --noprompt > pySim-shell_test_est_scp03_direct.log 2>&1
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_get_status (gp.test.test_case.test_get_status) ... 
################################################################################
# testcase: gp.test_get_status                                                 #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/gp
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase gp.test_get_status ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 0 --script test_get_status.script --noprompt --csv /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/card_data.csv > pySim-shell_test_get_status.log 2>&1
File comparison: content of get_status_isd.tmp matches content of get_status_isd.ok -- ok
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_put_delete_key (gp.test.test_case.test_put_delete_key) ... 
################################################################################
# testcase: gp.test_put_delete_key                                             #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/gp
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase gp.test_put_delete_key ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 0 --script test_put_delete_key.script --noprompt --csv /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/card_data.csv > pySim-shell_test_put_delete_key.log 2>&1
File comparison: content of key_information.tmp matches content of key_information.ok -- ok
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test (lchan.test.test_case.test) ... 
################################################################################
# testcase: lchan.test                                                         #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/lchan
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase lchan.test ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test.script --noprompt > pySim-shell_test.log 2>&1
File comparison: content of test.tmp matches content of test.ok -- ok
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_sim (navigate_fs.test.test_case.test_sim) ... 
################################################################################
# testcase: navigate_fs.test_sim                                               #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/navigate_fs
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase navigate_fs.test_sim ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 1 --script test_sim.script --noprompt > pySim-shell_test_sim.log 2>&1
File comparison: content of checkpoints_sim.tmp matches content of checkpoints_sim.ok -- ok
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test_uicc (navigate_fs.test.test_case.test_uicc) ... 
################################################################################
# testcase: navigate_fs.test_uicc                                              #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/navigate_fs
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase navigate_fs.test_uicc ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test_uicc.script --noprompt > pySim-shell_test_uicc.log 2>&1
File comparison: content of checkpoints_uicc.tmp matches content of checkpoints_uicc.ok -- ok
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok
test (verify_adm.test.test_case.test) ... 
################################################################################
# testcase: verify_adm.test                                                    #
################################################################################
Test directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/verify_adm
Top directory: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
searching for card:
ATR: 3B9F96801F878031E073FE211B674A357530350265F8
ICCID: 8949440000001155314
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9 -> no match, next card...
 found ATR: 3b9a940092027593110001020221 -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a357530350265f8
  -> found ICCID: 8949440000001155314
searching for card:
ATR: 3B9F96801F878031E073FE211B674A4C753034054BA9
ICCID: 8988211000000467343
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136744220610000001a9 -> no match, next card...
 found ATR: 3b9f96801fc78031a073be21136743200718000001a5 -> no match, next card...
 found ATR: 3b9f95801fc78031e073f62113674d4516004301008f -> no match, next card...
 found ATR: 3b9f96801f878031e073fe211b674a4c753034054ba9
  -> found ICCID: 8988211000000467343
searching for card:
ATR: 3B9F96803F87828031E073FE211F574543753130136502
EID: 89049044900000000000000000102355
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502
  -> found EID: 89049044900000000000000000102355
searching for card:
ATR: 3B991800118822334455667760
ICCID: 2222334455667788990
 found ATR: 3b9f96803f87828031e073fe211f574543753130136502 -> no match, next card...
 found ATR: 3b991800118822334455667760
  -> found ICCID: 2222334455667788990
Cards:
 sysmoISIM-SJA5-S17:
  reader: 7
  atr: 3B9F96801F878031E073FE211B674A357530350265F8
  iccid: 8949440000001155314
  eid: 0
  adm1: 34173960
  pin1: 0000
  puk1: 15091909
  SCP02_DEK_1: FFB53E96E5FF99731D51AD7BEAFD0E23
  SCP02_ENC_1: 51D4FC44BCBA7C4589DFADA3297720AF
  SCP02_MAC_1: 0449699C472CE71E2FB7B56245EF7684
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoISIM-SJA2:
  reader: 5
  atr: 3B9F96801F878031E073FE211B674A4C753034054BA9
  iccid: 8988211000000467343
  eid: 0
  adm1: 67225880
  pin1: 5563
  puk1: 42936344
  SCP02_DEK_1: AD1AF0EC5643FFD4986F0F00A48FF244
  SCP02_ENC_1: 112788F75D15F678F51A8EB606766B16
  SCP02_MAC_1: 02A6FC022F8F871611237F2A9FC72315
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
 sysmoEUICC1-C2T:
  reader: 0
  atr: 3B9F96803F87828031E073FE211F574543753130136502
  eid: 89049044900000000000000000102355
  iccid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 9b3bf6fda1bc88d9bd6083bb704243f920702a9bd744a484482049ebdab40ef3
  SCP03_ENC_1: 67230241fd09e4ff46f4b4db3450dd839bf8b545bdd70199ac2a7788e87e2243
  SCP03_MAC_1: f80f4a71f6dbf7eca8cdc18a9c65c59abdd07e3da74b1c48e106954d76cb793f
 sysmoSIM-GR1:
  reader: 1
  atr: 3B991800118822334455667760
  iccid: 2222334455667788990
  eid: 0
  adm1: 0
  pin1: 0
  puk1: 0
  SCP02_DEK_1: 0
  SCP02_ENC_1: 0
  SCP02_MAC_1: 0
  SCP03_DEK_1: 0
  SCP03_ENC_1: 0
  SCP03_MAC_1: 0
initialization done -- continuing with testcase verify_adm.test ...
----------------------------------------------------------------------
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test_cmdline.script --noprompt --pin-adm 34173960 > pySim-shell_test.log 2>&1
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test_csv.script --noprompt --csv /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/tests/pySim-shell_test/card_data.csv > pySim-shell_test.log 2>&1
Template: using template test_direct.template to generate file test_direct.script
Executing: /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester/pySim-shell.py -p 7 --script test_direct.script --noprompt > pySim-shell_test.log 2>&1
----------------------------------------------------------------------
testcase execution done -- cleaning up ...
ok

----------------------------------------------------------------------
Ran 35 tests in 477.314s

OK
+ osmo-clean-workspace.sh
+ chmod -R +w .
+ git checkout -f HEAD
+ git clean -dxf
Removing pySim/__pycache__/
Removing pySim/apdu/__pycache__/
Removing pySim/apdu_source/__pycache__/
Removing pySim/esim/__pycache__/
Removing pySim/esim/saip/__pycache__/
Removing pySim/global_platform/__pycache__/
Removing pySim/legacy/__pycache__/
Removing pySim/transport/__pycache__/
Removing tests/pySim-shell_test/__pycache__/
Removing tests/pySim-shell_test/ara_m/__pycache__/
Removing tests/pySim-shell_test/authenticate/__pycache__/
Removing tests/pySim-shell_test/cardinfo/__pycache__/
Removing tests/pySim-shell_test/chv/__pycache__/
Removing tests/pySim-shell_test/euicc/__pycache__/
Removing tests/pySim-shell_test/export/__pycache__/
Removing tests/pySim-shell_test/file_admin/__pycache__/
Removing tests/pySim-shell_test/file_content/__pycache__/
Removing tests/pySim-shell_test/file_specific/__pycache__/
Removing tests/pySim-shell_test/fsdump/__pycache__/
Removing tests/pySim-shell_test/get_identity/__pycache__/
Removing tests/pySim-shell_test/gp/__pycache__/
Removing tests/pySim-shell_test/lchan/__pycache__/
Removing tests/pySim-shell_test/navigate_fs/__pycache__/
Removing tests/pySim-shell_test/verify_adm/__pycache__/
Removing tests/unittests/__pycache__/
Removing venv/
+ [ -d  ]
+ [ -d layer1-headers ]
[simtester] $ /bin/sh -xe /tmp/jenkins17475300206988972666.sh
+ rm -rf /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
+ mkdir -p /home/jenkins/workspace/master-pysim/JOB_TYPE/test/a1/default/a3/default/a4/default/label/simtester
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 1213894 killed;
[ssh-agent] Stopped.
Archiving artifacts
‘**/core’ doesn’t match anything: ‘**’ exists but not ‘**/core’
No artifacts found that match the file pattern "**/core, **/testsuite.log, **/workspace.tar.xz". Configuration error?
Finished: SUCCESS