Attention is currently required from: dexter, laforge, osmith.
jolly has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43268?usp=email )
Change subject: IPA: Start (and stop) IPAd from test cases ......................................................................
Patch Set 3:
(2 comments)
File ipad/IPAd_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43268/comment/2d44fdba_1345e... : PS2, Line 453: sleep 1 ;
can the "sleep 1" be removed here? if not, maybe it makes more sense to sleep at the end of f_stop_i […]
I am using f_sleep() now. the function now starts in the background with a separate component. The sleep ensures that the test is waiting for first APDU towards eUICC, before starting the ipa binary.
File ipad/testenv.cfg:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43268/comment/c2e305d2_7ea70... : PS2, Line 12: #program=no
Done