aboutsummaryrefslogtreecommitdiffstats
path: root/pysim-testdata/sysmosim-gr1.ok
AgeCommit message (Collapse)AuthorFilesLines
2020-03-22pySim-read.py: Added a common card detection function for both pySim-prog.py ↵Supreeth Herle1-0/+1
and pySim-read.py This function is used to detect the card type and return Card class/Card subclasses object if its a know card or else None. Also, an initial step towards refactoring of code. Change-Id: I71f57c6403dc933bd9d54f90df3d3fe105b4f66f
2020-03-13pySim-read.py: support for reading GID2 from SIMSupreeth Herle1-0/+1
Change-Id: I0e893c3929aa1be6b55af296484811a7b94db560
2020-03-13pySim-read.py: support for reading GID1 from SIMSupreeth Herle1-0/+1
Change-Id: I15d061daed20f770b9041977a0b1fc4fe44a8f95
2020-02-15pySim-read.py: print meaningful message when SPN is not setSupreeth Herle1-1/+1
Change-Id: I1d98520f33a8564c7d69f50a0811204f138f9dca
2020-01-21Added feature to read Service Provider Name (SPN) from the SIM cardSupreeth Herle1-0/+3
Change-Id: I8dc599a76c260ec2823ba5c9b22375b04a50daa8
2019-12-16Fix automated testsPhilipp Maier1-1/+1
- The .ok files currently dictate in which pysical reader device the card must be placed. Lets remove this dependncy to make the setup more reliable. Testing in which reade a card is placed is not in the scope of our tests. - Fix bug in pysim-test.sh (test runner), so that the veriable $ADM_HEX gets reset after the execution of the tests. Change-Id: I12e6b46787efb39c5745f4e7f3cdcca9209881b8
2019-05-10pySim-*.py: print info about selected reader interfaceVadim Yanitskiy1-0/+1
Change-Id: Idd791d7ef635e15915aab13274aefc15e70777b0
2019-05-10import pysim-testdata of automatic testing to this repositoryHarald Welte1-0/+13
This test data is used by the jenkins build verification for pySim, and it was previously located locally on the build slave. By moving the testdata to this repository, any contributor can modify both the code and the expected test results simultaneously. Change-Id: I6714b091a114035d6aab8ba750c5f2b86e438467