mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-19 11:58:34 +03:00
Add testsuite for pySim-shell with real cards
This patch adds a comprehensive testsuite for pySim-shell. The testsuite is based on python's unittest framework in combination with pySim-shell scripts. Related: OS#6531 Change-Id: Ieae1330767a6e55e62437f5f988a0d33b727b5de
This commit is contained in:
16
tests/pySim-shell_test/config.yaml
Normal file
16
tests/pySim-shell_test/config.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
regenerate: False
|
||||
keepfiles: False
|
||||
print_content: False
|
||||
cards:
|
||||
- name : "sysmoISIM-SJA5-S17"
|
||||
atr : "3B9F96801F878031E073FE211B674A357530350265F8"
|
||||
iccid : "8949440000001155314"
|
||||
- name : "sysmoISIM-SJA2"
|
||||
atr : "3B9F96801F878031E073FE211B674A4C753034054BA9"
|
||||
iccid : "8988211000000467343"
|
||||
- name : "sysmoEUICC1-C2T"
|
||||
atr : "3B9F96803F87828031E073FE211F574543753130136502"
|
||||
eid : "89049044900000000000000000102355"
|
||||
- name : "sysmoSIM-GR1"
|
||||
atr : "3B991800118822334455667760"
|
||||
iccid : "2222334455667788990"
|
||||
Reference in New Issue
Block a user