fixed a bug in signature services preventing UNLOAD LW_RHO QA met from being signed

This commit is contained in:
Infineon\StieberD
2025-01-31 08:33:58 -07:00
parent d7d8fc0289
commit 44292564f5
2 changed files with 9 additions and 4 deletions

View File

@ -211,7 +211,6 @@ end service
Service CheckSigOrder(WOMatKey, CurrStage, UseCaching, RDSNo)
If UseCaching EQ '' then UseCachine = True$
Response = False$
If RDSNo NE '' then
@ -2549,7 +2548,8 @@ Service QAMetSigReady(RDSNo, QAStage=QA_STAGES, Slot=SLOTS, WOMatQAKey)
FailReason = WOMatQARec<WO_MAT_QA_FAIL_REASON$, vPos>
If ( (FailReason NE '') |
and (FailReason NE 'THICK_ONLY UNLOAD product measurement test has not been signed.') |
and (FailReason NE 'CRES UNLOAD product measurement test has not been signed.') ) then
and (FailReason NE 'CRES UNLOAD product measurement test has not been signed.') |
and (FailReason NE 'UNLOAD LW_RHO product measurement test has not been signed.' ) ) then
ErrorMessage = 'Error in ':Service:' service. ':FailReason
end
end