Attention is currently required from: dexter.
2 comments:
Patchset:
Do we have some information how much time the restore of all cards takes?
File tests/card_sanitizer/restore.script:
I don't like this approach with a global file in /var/tmp. What if for some reason there's two jobs running by accident? what if somebody else can write to that file?
If you must use a temp file, I would suggest it to be created with mkstem(3) or mktemp(1) or some python equivalent thereof.
But wouldn't it be much simpler to introduce something like a @-e@ command line argument to pySim-shell, which could be used multiple times to specify multiple commands? Then you could do `pySim-shell -e verify_adm -e run_script /my/path/to/full.script > /dev/null`
See https://gerrit.osmocom.org/c/pysim/+/38255
To view, visit change 38254. To unsubscribe, or for help writing mail filters, visit settings.