IPA_Tests: fix matching of tr_provideEimPackageResult_ePRAndNotif

The template tr_provideEimPackageResult_ePRAndNotif got extended and
has now default parameters that break TC_proc_euicc_pkg_dwnld_exec_rollback,
so we must set euiccPackageResult to "?" to restore the original conditions
of the testcase.

Related: SYS#6563
Change-Id: I1e8c83a317619673cd091da585e44af1a6d8c866
This commit is contained in:
Philipp Maier 2024-05-16 16:15:10 +02:00
parent 6e04d17719
commit 485c77b99c
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ private function f_TC_proc_euicc_pkg_dwnld_exec_rollback(charstring id) runs on
/* Step #10-14 */
esipa_res := valueof(ts_provideEimPackageResultResponse_eimAck(eimAcknowledgements := {1,2,3,4}));
esipa_req := f_esipa_transceive(esipa_res);
if (not match(esipa_req, tr_provideEimPackageResult_ePRAndNotif)) {
if (not match(esipa_req, tr_provideEimPackageResult_ePRAndNotif(euiccPackageResult := ?))) {
setverdict(fail, "unexpected message from IPAd");
}