Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -re316cf48cb5fd96494e970590f68ca503a93a71e -rd70e51a4923a1815042e579c78b585b9f987a5df --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision e316cf48cb5fd96494e970590f68ca503a93a71e) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision d70e51a4923a1815042e579c78b585b9f987a5df) @@ -3702,20 +3702,16 @@ *************************************************************************/ void handleUIHDResetInServiceModeRequest( MESSAGE_T* message ) { - BOOL result = FALSE; - // Verify payload length if ( ( 0 == message->hdr.payloadLen ) && ( MODE_SERV == getCurrentOperationMode() ) ) { - // S/w reset of processor - result = TRUE; // Reset will prevent this from getting transmitted though #ifndef _VECTORCAST_ systemREG1->SYSECR = (0x2) << 14; // Reset processor #endif } // Respond to request - sendTestAckResponseMsg( (MSG_ID_T)message->hdr.msgID, result ); + sendAckResponseMsg( (MSG_ID_T)message->hdr.msgID, COMM_BUFFER_OUT_CAN_HD_2_UI, FALSE ); } Index: vectorcast/Hercules_RM46_HD_Project/environment/INT_NVDATAMGMT/INT_NVDATAMGMT.tst =================================================================== diff -u -r8808e347fae00fb9c44d863fcc780eef71561fd1 -rd70e51a4923a1815042e579c78b585b9f987a5df --- vectorcast/Hercules_RM46_HD_Project/environment/INT_NVDATAMGMT/INT_NVDATAMGMT.tst (.../INT_NVDATAMGMT.tst) (revision 8808e347fae00fb9c44d863fcc780eef71561fd1) +++ vectorcast/Hercules_RM46_HD_Project/environment/INT_NVDATAMGMT/INT_NVDATAMGMT.tst (.../INT_NVDATAMGMT.tst) (revision d70e51a4923a1815042e579c78b585b9f987a5df) @@ -80,7 +80,7 @@ TEST.VALUE:uut_prototype_stubs.isDGCommunicating.return:1 TEST.VALUE:ModeStandby.<>.currentStandbyState:STANDBY_WAIT_FOR_DISINFECT_STATE TEST.VALUE:OperationModes.<>.currentMode:MODE_STAN -TEST.EXPECTED:ModeStandby.signalUserInitiateChemicalDisinfectMode.return:1 +TEST.EXPECTED:ModeStandby.signalUserInitiateChemicalDisinfectMode.return:0 TEST.END -- Unit: ModeTreatment Index: vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMM/INT_SYSTEMCOMM_cba.cvr =================================================================== diff -u -r4f6113bbd58288e700e643da89cc1577df674e52 -rd70e51a4923a1815042e579c78b585b9f987a5df --- vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMM/INT_SYSTEMCOMM_cba.cvr (.../INT_SYSTEMCOMM_cba.cvr) (revision 4f6113bbd58288e700e643da89cc1577df674e52) +++ vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMM/INT_SYSTEMCOMM_cba.cvr (.../INT_SYSTEMCOMM_cba.cvr) (revision d70e51a4923a1815042e579c78b585b9f987a5df) @@ -137,7 +137,7 @@ Some functions not yet called. Private functions not required. RESULT.CBA.NOTES_END -RESULT.CBA.UNIT: /home/fw/wshd/hdfirmware/firmware/App/Services/SystemComm.c +RESULT.CBA.UNIT: /home/fw/workspace_hd/hdfirmware/firmware/App/Services/SystemComm.c RESULT.CBA.FUNCTION: checkTooManyBadMsgCRCs RESULT.CBA.LINE.BEGIN RESULT.CBA.LINE: 0 Index: vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMMMESSAGES/INT_SYSTEMCOMMMESSAGES.tst =================================================================== diff -u -r105cc6824fa5e9142bafb27746a2e6f71dbeec98 -rd70e51a4923a1815042e579c78b585b9f987a5df --- vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMMMESSAGES/INT_SYSTEMCOMMMESSAGES.tst (.../INT_SYSTEMCOMMMESSAGES.tst) (revision 105cc6824fa5e9142bafb27746a2e6f71dbeec98) +++ vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMMMESSAGES/INT_SYSTEMCOMMMESSAGES.tst (.../INT_SYSTEMCOMMMESSAGES.tst) (revision d70e51a4923a1815042e579c78b585b9f987a5df) @@ -81,11 +81,19 @@ TEST.NEW TEST.NAME:sendOffButtonMsgToUI TEST.IMPORT_FAILURES: -(I) @LINE: 207 +(I) @LINE: 215 >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. -(I) @LINE: 210 +(I) @LINE: 218 >>> 'FALSE' was specified as a macro, but it is in the symbol dictionary. (E) Errors from previous script import(s) + >>> (I) @LINE: 211 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 214 + >>> >>> 'FALSE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 207 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 210 + >>> >>> 'FALSE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 203 >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 206 @@ -402,9 +410,13 @@ TEST.NEW TEST.NAME:sendDGFillCommand TEST.IMPORT_FAILURES: -(I) @LINE: 452 +(I) @LINE: 464 >>> 'FALSE' was specified as a macro, but it is in the symbol dictionary. (E) Errors from previous script import(s) + >>> (I) @LINE: 458 + >>> >>> 'FALSE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 452 + >>> >>> 'FALSE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 446 >>> >>> 'FALSE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 440 @@ -1438,11 +1450,19 @@ TEST.NEW TEST.NAME:001C TEST.IMPORT_FAILURES: -(I) @LINE: 1467 +(I) @LINE: 1490 >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. -(I) @LINE: 1468 +(I) @LINE: 1491 >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. (E) Errors from previous script import(s) + >>> (I) @LINE: 1480 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 1481 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 1467 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 1468 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 1432 >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 1433 @@ -2674,9 +2694,13 @@ TEST.NEW TEST.NAME:handleAirPumpIntervalOverrideRequest TEST.IMPORT_FAILURES: -(I) @LINE: 2733 +(I) @LINE: 2760 >>> 'MSG_ID_HD_AIR_PUMP_PUBLISH_INTERVAL_OVERRIDE' was specified as a macro, but it is in the symbol dictionary. (E) Errors from previous script import(s) + >>> (I) @LINE: 2748 + >>> >>> 'MSG_ID_HD_AIR_PUMP_PUBLISH_INTERVAL_OVERRIDE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 2733 + >>> >>> 'MSG_ID_HD_AIR_PUMP_PUBLISH_INTERVAL_OVERRIDE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 2696 >>> >>> 'MSG_ID_HD_AIR_PUMP_PUBLISH_INTERVAL_OVERRIDE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 2682 @@ -4284,9 +4308,13 @@ TEST.NEW TEST.NAME:handleTestDialInPumpHomeRequest TEST.IMPORT_FAILURES: -(I) @LINE: 4319 +(I) @LINE: 4350 >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. (E) Errors from previous script import(s) + >>> (I) @LINE: 4336 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 4319 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 4280 >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 4264 @@ -4629,9 +4657,13 @@ TEST.NEW TEST.NAME:handleTestDialOutPumpHomeRequest TEST.IMPORT_FAILURES: -(I) @LINE: 4662 +(I) @LINE: 4697 >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. (E) Errors from previous script import(s) + >>> (I) @LINE: 4681 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 4662 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 4621 >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 4603 @@ -5615,6 +5647,21 @@ TEST.EXPECTED:SystemComm.<>.uiDidCommunicate:1 TEST.END +-- Test Case: handleUIHDResetInServiceModeRequest +TEST.UNIT:SystemComm +TEST.SUBPROGRAM:processReceivedMessage +TEST.NEW +TEST.NAME:handleUIHDResetInServiceModeRequest +TEST.VALUE:SystemComm.processReceivedMessage.message:<> +TEST.VALUE:SystemComm.processReceivedMessage.message[0].hdr.msgID:0xB9 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.buffer:COMM_BUFFER_OUT_CAN_HD_2_UI +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[0]:0xA5 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[1]:1 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[2]:0 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[3]:185 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[4]:0 +TEST.END + -- Test Case: handleUIStartTreatmentMsg TEST.UNIT:SystemComm TEST.SUBPROGRAM:processReceivedMessage @@ -5948,11 +5995,19 @@ TEST.NEW TEST.NAME:processReceivedMessage.011 TEST.IMPORT_FAILURES: -(I) @LINE: 5977 +(I) @LINE: 6031 >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. -(I) @LINE: 5978 +(I) @LINE: 6032 >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. (E) Errors from previous script import(s) + >>> (I) @LINE: 6000 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 6001 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 5977 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 5978 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 5932 >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 5933 @@ -6007,11 +6062,19 @@ TEST.NEW TEST.NAME:processReceivedMessage.012 TEST.IMPORT_FAILURES: -(I) @LINE: 6032 +(I) @LINE: 6094 >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. -(I) @LINE: 6033 +(I) @LINE: 6095 >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. (E) Errors from previous script import(s) + >>> (I) @LINE: 6059 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 6060 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 6032 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 6033 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 5983 >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 5984 @@ -6066,11 +6129,19 @@ TEST.NEW TEST.NAME:processReceivedMessage.013 TEST.IMPORT_FAILURES: -(I) @LINE: 6087 +(I) @LINE: 6157 >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. -(I) @LINE: 6088 +(I) @LINE: 6158 >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. (E) Errors from previous script import(s) + >>> (I) @LINE: 6118 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 6119 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 6087 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 6088 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 6034 >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 6035 @@ -6125,11 +6196,19 @@ TEST.NEW TEST.NAME:processReceivedMessage.014 TEST.IMPORT_FAILURES: -(I) @LINE: 6142 +(I) @LINE: 6220 >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. -(I) @LINE: 6143 +(I) @LINE: 6221 >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. (E) Errors from previous script import(s) + >>> (I) @LINE: 6177 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 6178 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 6142 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 6143 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 6085 >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 6086 @@ -6628,11 +6707,19 @@ TEST.NEW TEST.NAME:processReceivedMessage.030 TEST.IMPORT_FAILURES: -(I) @LINE: 6645 +(I) @LINE: 6731 >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. -(I) @LINE: 6646 +(I) @LINE: 6732 >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. (E) Errors from previous script import(s) + >>> (I) @LINE: 6684 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 6685 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 6645 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 6646 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 6584 >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 6585 @@ -6691,11 +6778,19 @@ TEST.NEW TEST.NAME:processReceivedMessage.031 TEST.IMPORT_FAILURES: -(I) @LINE: 6704 +(I) @LINE: 6798 >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. -(I) @LINE: 6705 +(I) @LINE: 6799 >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. (E) Errors from previous script import(s) + >>> (I) @LINE: 6747 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 6748 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 6704 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 6705 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 6639 >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 6640 @@ -6754,11 +6849,19 @@ TEST.NEW TEST.NAME:processReceivedMessage.032 TEST.IMPORT_FAILURES: -(I) @LINE: 6763 +(I) @LINE: 6865 >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. -(I) @LINE: 6764 +(I) @LINE: 6866 >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. (E) Errors from previous script import(s) + >>> (I) @LINE: 6810 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 6811 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 6763 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 6764 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 6694 >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 6695 @@ -6817,11 +6920,19 @@ TEST.NEW TEST.NAME:processReceivedMessage.033 TEST.IMPORT_FAILURES: -(I) @LINE: 6822 +(I) @LINE: 6932 >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. -(I) @LINE: 6823 +(I) @LINE: 6933 >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. (E) Errors from previous script import(s) + >>> (I) @LINE: 6873 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 6874 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 6822 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 6823 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 6749 >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 6750 @@ -7499,11 +7610,19 @@ TEST.NEW TEST.NAME:processReceivedMessage.052 TEST.IMPORT_FAILURES: -(I) @LINE: 7507 +(I) @LINE: 7625 >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. -(I) @LINE: 7508 +(I) @LINE: 7626 >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. (E) Errors from previous script import(s) + >>> (I) @LINE: 7562 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 7563 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 7507 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 7508 + >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 7430 >>> >>> 'TRUE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 7431 @@ -8979,10 +9098,16 @@ TEST.NEW TEST.NAME:sendACKMsg TEST.IMPORT_FAILURES: -(E) @LINE: 9076 TEST.ATTRIBUTES:SystemComm.processReceivedMessage.message[0].hdr.msgID::INPUT_BASE=16 +(E) @LINE: 9200 TEST.ATTRIBUTES:SystemComm.processReceivedMessage.message[0].hdr.msgID::INPUT_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::INPUT_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 9134 TEST.ATTRIBUTES:SystemComm.processReceivedMessage.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 + >>> (E) @LINE: 9076 TEST.ATTRIBUTES:SystemComm.processReceivedMessage.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 >>> (E) @LINE: 8859 TEST.ATTRIBUTES:SystemComm.processReceivedMessage.message[0].hdr.msgID::INPUT_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::INPUT_BASE=16 Index: vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMMMESSAGES/INT_SYSTEMCOMMMESSAGES_cba.cvr =================================================================== diff -u -r2bfc2546c1c2236b1211b49ea90832b3cc42f568 -rd70e51a4923a1815042e579c78b585b9f987a5df --- vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMMMESSAGES/INT_SYSTEMCOMMMESSAGES_cba.cvr (.../INT_SYSTEMCOMMMESSAGES_cba.cvr) (revision 2bfc2546c1c2236b1211b49ea90832b3cc42f568) +++ vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMMMESSAGES/INT_SYSTEMCOMMMESSAGES_cba.cvr (.../INT_SYSTEMCOMMMESSAGES_cba.cvr) (revision d70e51a4923a1815042e579c78b585b9f987a5df) @@ -609,7 +609,7 @@ 5) sendHDSWConfigRecord function not included in released builds. RESULT.CBA.NOTES_END -RESULT.CBA.UNIT: /home/fw/wshd/hdfirmware/firmware/App/Services/SystemCommMessages.c +RESULT.CBA.UNIT: /home/fw/workspace_hd/hdfirmware/firmware/App/Services/SystemCommMessages.c RESULT.CBA.FUNCTION: handleDGCheckIn RESULT.CBA.LINE.BEGIN RESULT.CBA.LINE: 0 Index: vectorcast/Hercules_RM46_HD_Project/environment/MODESTANDBY/MODESTANDBY.tst =================================================================== diff -u -r7e7c60a2fb7f349f1376b8377aaff225859495e2 -rd70e51a4923a1815042e579c78b585b9f987a5df --- vectorcast/Hercules_RM46_HD_Project/environment/MODESTANDBY/MODESTANDBY.tst (.../MODESTANDBY.tst) (revision 7e7c60a2fb7f349f1376b8377aaff225859495e2) +++ vectorcast/Hercules_RM46_HD_Project/environment/MODESTANDBY/MODESTANDBY.tst (.../MODESTANDBY.tst) (revision d70e51a4923a1815042e579c78b585b9f987a5df) @@ -114,11 +114,15 @@ TEST.NEW TEST.NAME:execStandbyMode.005 TEST.IMPORT_FAILURES: -(I) @LINE: 188 - >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. (I) @LINE: 192 >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. +(I) @LINE: 196 + >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. (E) Errors from previous script import(s) + >>> (I) @LINE: 188 + >>> >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 192 + >>> >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 184 >>> >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 188 @@ -202,11 +206,15 @@ TEST.NEW TEST.NAME:execStandbyMode.006 TEST.IMPORT_FAILURES: -(I) @LINE: 272 +(I) @LINE: 280 >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. -(I) @LINE: 274 +(I) @LINE: 282 >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. (E) Errors from previous script import(s) + >>> (I) @LINE: 272 + >>> >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 274 + >>> >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 264 >>> >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 266 @@ -310,11 +318,15 @@ TEST.NEW TEST.NAME:execStandbyMode.008 TEST.IMPORT_FAILURES: -(I) @LINE: 376 +(I) @LINE: 388 >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. -(I) @LINE: 379 +(I) @LINE: 391 >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. (E) Errors from previous script import(s) + >>> (I) @LINE: 376 + >>> >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 379 + >>> >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 364 >>> >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 367 @@ -397,11 +409,15 @@ TEST.NEW TEST.NAME:execStandbyMode.009 TEST.IMPORT_FAILURES: -(I) @LINE: 459 +(I) @LINE: 475 >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. -(I) @LINE: 462 +(I) @LINE: 478 >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. (E) Errors from previous script import(s) + >>> (I) @LINE: 459 + >>> >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 462 + >>> >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 443 >>> >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 446 @@ -535,11 +551,15 @@ TEST.NEW TEST.NAME:execStandbyMode.012 TEST.IMPORT_FAILURES: -(I) @LINE: 593 +(I) @LINE: 613 >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. -(I) @LINE: 597 +(I) @LINE: 617 >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. (E) Errors from previous script import(s) + >>> (I) @LINE: 593 + >>> >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. + >>> (I) @LINE: 597 + >>> >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 573 >>> >>> 'STANDBY_START_STATE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 577 @@ -3440,6 +3460,7 @@ TEST.SUBPROGRAM:isDGDisinfectValid TEST.NEW TEST.NAME:isDGDisinfectValid.002 +TEST.VALUE:ModeStandby.isDGDisinfectValid.rejReason:<> TEST.VALUE:uut_prototype_stubs.getHDVersionDGServiceAndUsageData.data[0].isDGUsageInfoAvailable:1 TEST.EXPECTED:ModeStandby.isDGDisinfectValid.return:0 TEST.END @@ -3449,6 +3470,7 @@ TEST.SUBPROGRAM:isDGDisinfectValid TEST.NEW TEST.NAME:isDGDisinfectValid.003 +TEST.VALUE:ModeStandby.isDGDisinfectValid.rejReason:<> TEST.VALUE:uut_prototype_stubs.getHDVersionDGServiceAndUsageData.data[0].dgUsageInfo.lastChemDisCompleteDateEpoch:<> TEST.VALUE:uut_prototype_stubs.getHDVersionDGServiceAndUsageData.data[0].isDGUsageInfoAvailable:1 TEST.EXPECTED:ModeStandby.isDGDisinfectValid.return:0 @@ -3459,8 +3481,10 @@ TEST.SUBPROGRAM:isDGDisinfectValid TEST.NEW TEST.NAME:isDGDisinfectValid.004 +TEST.VALUE:ModeStandby.isDGDisinfectValid.rejReason:<> TEST.VALUE:uut_prototype_stubs.getHDVersionDGServiceAndUsageData.data[0].dgUsageInfo.lastHeatDisCompleteDateEpoch:4000 TEST.VALUE:uut_prototype_stubs.getHDVersionDGServiceAndUsageData.data[0].isDGUsageInfoAvailable:1 +TEST.EXPECTED:ModeStandby.isDGDisinfectValid.rejReason[0]:REQUEST_REJECT_REASON_DG_DISINFECT_HAS_BEEN_EXPIRED TEST.EXPECTED:ModeStandby.isDGDisinfectValid.return:0 TEST.END @@ -3479,9 +3503,11 @@ TEST.SUBPROGRAM:isDGDisinfectValid TEST.NEW TEST.NAME:isDGDisinfectValid.006 +TEST.VALUE:ModeStandby.isDGDisinfectValid.rejReason:<> TEST.VALUE:uut_prototype_stubs.getHDVersionDGServiceAndUsageData.data[0].dgUsageInfo.lastHeatActiveCoolCompleteDateEpoch:<> TEST.VALUE:uut_prototype_stubs.getHDVersionDGServiceAndUsageData.data[0].isDGUsageInfoAvailable:1 TEST.VALUE:uut_prototype_stubs.getRTCTimestamp.return:1900000 +TEST.EXPECTED:ModeStandby.isDGDisinfectValid.rejReason[0]:REQUEST_REJECT_REASON_DG_DISINFECT_HAS_BEEN_EXPIRED TEST.EXPECTED:ModeStandby.isDGDisinfectValid.return:0 TEST.END @@ -3490,9 +3516,11 @@ TEST.SUBPROGRAM:isDGDisinfectValid TEST.NEW TEST.NAME:isDGDisinfectValid.007 +TEST.VALUE:ModeStandby.isDGDisinfectValid.rejReason:<> TEST.VALUE:uut_prototype_stubs.getHDVersionDGServiceAndUsageData.data[0].dgUsageInfo.lastHeatActiveCoolCompleteDateEpoch:<> TEST.VALUE:uut_prototype_stubs.getHDVersionDGServiceAndUsageData.data[0].isDGUsageInfoAvailable:1 TEST.VALUE:uut_prototype_stubs.getRTCTimestamp.return:10000000 +TEST.EXPECTED:ModeStandby.isDGDisinfectValid.rejReason[0]:REQUEST_REJECT_REASON_DG_DISINFECT_HAS_BEEN_EXPIRED TEST.EXPECTED:ModeStandby.isDGDisinfectValid.return:0 TEST.END @@ -3501,7 +3529,9 @@ TEST.SUBPROGRAM:isDGDisinfectValid TEST.NEW TEST.NAME:isDGDisinfectValid.008 +TEST.VALUE:ModeStandby.isDGDisinfectValid.rejReason:<> TEST.VALUE:uut_prototype_stubs.getHDVersionDGServiceAndUsageData.data[0].isDGUsageInfoAvailable:1 +TEST.EXPECTED:ModeStandby.isDGDisinfectValid.rejReason[0]:REQUEST_REJECT_REASON_DG_DISINFECT_HAS_BEEN_EXPIRED TEST.EXPECTED:ModeStandby.isDGDisinfectValid.return:0 TEST.END @@ -3510,9 +3540,11 @@ TEST.SUBPROGRAM:isDGDisinfectValid TEST.NEW TEST.NAME:isDGDisinfectValid.009 +TEST.VALUE:ModeStandby.isDGDisinfectValid.rejReason:<> TEST.VALUE:uut_prototype_stubs.getHDVersionDGServiceAndUsageData.data[0].dgUsageInfo.lastChemDisCompleteDateEpoch:10000 TEST.VALUE:uut_prototype_stubs.getHDVersionDGServiceAndUsageData.data[0].dgUsageInfo.lastHeatDisCompleteDateEpoch:0 TEST.VALUE:uut_prototype_stubs.getHDVersionDGServiceAndUsageData.data[0].isDGUsageInfoAvailable:1 +TEST.EXPECTED:ModeStandby.isDGDisinfectValid.rejReason[0]:REQUEST_REJECT_REASON_DG_DISINFECT_HAS_BEEN_EXPIRED TEST.EXPECTED:ModeStandby.isDGDisinfectValid.return:0 TEST.END @@ -3543,6 +3575,7 @@ TEST.SUBPROGRAM:isDGDisinfectValid TEST.NEW TEST.NAME:isDGDisinfectValid.012 +TEST.VALUE:ModeStandby.isDGDisinfectValid.rejReason:<> TEST.VALUE:uut_prototype_stubs.getHDVersionDGServiceAndUsageData.data[0].dgUsageInfo.lastChemDisCompleteDateEpoch:2 TEST.VALUE:uut_prototype_stubs.getHDVersionDGServiceAndUsageData.data[0].dgUsageInfo.lastHeatDisCompleteDateEpoch:20 TEST.VALUE:uut_prototype_stubs.getHDVersionDGServiceAndUsageData.data[0].isDGUsageInfoAvailable:1 @@ -3559,6 +3592,7 @@ TEST.VALUE:uut_prototype_stubs.getNVRecord2Driver.bufferAddress[10]:0 TEST.VALUE:uut_prototype_stubs.getNVRecord2Driver.bufferAddress[11]:0 TEST.VALUE:uut_prototype_stubs.getNVRecord2Driver.bufferAddress[12]:0 +TEST.EXPECTED:ModeStandby.isDGDisinfectValid.rejReason[0]:REQUEST_REJECT_REASON_DG_DISINFECT_HAS_BEEN_EXPIRED TEST.EXPECTED:ModeStandby.isDGDisinfectValid.return:0 TEST.END @@ -3567,6 +3601,7 @@ TEST.SUBPROGRAM:isDGDisinfectValid TEST.NEW TEST.NAME:isDGDisinfectValid_all_true +TEST.VALUE:ModeStandby.isDGDisinfectValid.rejReason:<> TEST.VALUE:ModeStandby.isDGDisinfectValid.return:0 TEST.VALUE:uut_prototype_stubs.getHDVersionDGServiceAndUsageData.data[0].dgUsageInfo.lastChemDisStartDateEpoch:200 TEST.VALUE:uut_prototype_stubs.getHDVersionDGServiceAndUsageData.data[0].dgUsageInfo.lastChemDisCompleteDateEpoch:200 @@ -3601,6 +3636,7 @@ TEST.SUBPROGRAM:isDGDisinfectValid TEST.NEW TEST.NAME:isDGDisinfectValid_flush_invalid +TEST.VALUE:ModeStandby.isDGDisinfectValid.rejReason:<> TEST.VALUE:ModeStandby.isDGDisinfectValid.return:1 TEST.VALUE:uut_prototype_stubs.getHDVersionDGServiceAndUsageData.data[0].dgUsageInfo.lastBasicFlushCompleteDateEpoch:100 TEST.VALUE:uut_prototype_stubs.getHDVersionDGServiceAndUsageData.data[0].dgUsageInfo.lastChemDisCompleteDateEpoch:100 @@ -3635,6 +3671,7 @@ TEST.SUBPROGRAM:isDGDisinfectValid TEST.NEW TEST.NAME:isDGDisinfectValid_flush_time_expired +TEST.VALUE:ModeStandby.isDGDisinfectValid.rejReason:<> TEST.VALUE:ModeStandby.isDGDisinfectValid.return:1 TEST.VALUE:uut_prototype_stubs.getHDVersionDGServiceAndUsageData.data[0].dgUsageInfo.lastChemDisStartDateEpoch:100 TEST.VALUE:uut_prototype_stubs.getHDVersionDGServiceAndUsageData.data[0].dgUsageInfo.lastChemDisCompleteDateEpoch:200 Index: vectorcast/Hercules_RM46_HD_Project/environment/MODETREATMENT/MODETREATMENT.tst =================================================================== diff -u -r70bf772241edc0f50ca0905ef1c970317f26a19f -rd70e51a4923a1815042e579c78b585b9f987a5df --- vectorcast/Hercules_RM46_HD_Project/environment/MODETREATMENT/MODETREATMENT.tst (.../MODETREATMENT.tst) (revision 70bf772241edc0f50ca0905ef1c970317f26a19f) +++ vectorcast/Hercules_RM46_HD_Project/environment/MODETREATMENT/MODETREATMENT.tst (.../MODETREATMENT.tst) (revision d70e51a4923a1815042e579c78b585b9f987a5df) @@ -3957,9 +3957,11 @@ TEST.NEW TEST.NAME:verifyUFSettingsConfirmation_ConfirmationTimeout TEST.IMPORT_FAILURES: -(I) @LINE: 4058 +(I) @LINE: 4060 >>> 'UF_ADJ_UF_RATE' was specified as a macro, but it is in the symbol dictionary. (E) Errors from previous script import(s) + >>> (I) @LINE: 4058 + >>> >>> 'UF_ADJ_UF_RATE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 4056 >>> >>> 'UF_ADJ_UF_RATE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 3954 @@ -4080,9 +4082,11 @@ TEST.NEW TEST.NAME:verifyUFSettingsConfirmation_NotInTreatmentMode TEST.IMPORT_FAILURES: -(I) @LINE: 4179 +(I) @LINE: 4183 >>> 'UF_ADJ_UF_RATE' was specified as a macro, but it is in the symbol dictionary. (E) Errors from previous script import(s) + >>> (I) @LINE: 4179 + >>> >>> 'UF_ADJ_UF_RATE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 4175 >>> >>> 'UF_ADJ_UF_RATE' was specified as a macro, but it is in the symbol dictionary. >>> (I) @LINE: 4071 Index: vectorcast/Hercules_RM46_HD_Project/environment/NVDATAMGMT/NVDATAMGMT.tst =================================================================== diff -u -r8808e347fae00fb9c44d863fcc780eef71561fd1 -rd70e51a4923a1815042e579c78b585b9f987a5df --- vectorcast/Hercules_RM46_HD_Project/environment/NVDATAMGMT/NVDATAMGMT.tst (.../NVDATAMGMT.tst) (revision 8808e347fae00fb9c44d863fcc780eef71561fd1) +++ vectorcast/Hercules_RM46_HD_Project/environment/NVDATAMGMT/NVDATAMGMT.tst (.../NVDATAMGMT.tst) (revision d70e51a4923a1815042e579c78b585b9f987a5df) @@ -3860,7 +3860,7 @@ TEST.VALUE:uut_prototype_stubs.getU32DefaultTreatmentParamEdge.return:0,1234 TEST.EXPECTED:NVDataMgmt.<>.hdInstitutionalGroup.hdInstitutionalRecord.minBloodFlowMLPM:0 TEST.EXPECTED:NVDataMgmt.<>.hdInstitutionalGroup.hdInstitutionalRecord.maxBloodFlowMLPM:1234 -TEST.EXPECTED:NVDataMgmt.<>.hdInstitutionalGroup.hdInstitutionalRecord.enableChemicalDisinfect:1 +TEST.EXPECTED:NVDataMgmt.<>.hdInstitutionalGroup.hdInstitutionalRecord.enableChemicalDisinfect:0 TEST.EXPECTED:NVDataMgmt.<>.hdInstitutionalGroup.hdInstitutionalRecord.crc:1234 TEST.EXPECTED:NVDataMgmt.isHDInstitutionalRecordValid.return:0 TEST.END Index: vectorcast/Hercules_RM46_HD_Project/environment/SYSTEMCOMM/SYSTEMCOMM.tst =================================================================== diff -u -r3fc6f1a2efc191113b9f540f2d86e395bbf0c62d -rd70e51a4923a1815042e579c78b585b9f987a5df --- vectorcast/Hercules_RM46_HD_Project/environment/SYSTEMCOMM/SYSTEMCOMM.tst (.../SYSTEMCOMM.tst) (revision 3fc6f1a2efc191113b9f540f2d86e395bbf0c62d) +++ vectorcast/Hercules_RM46_HD_Project/environment/SYSTEMCOMM/SYSTEMCOMM.tst (.../SYSTEMCOMM.tst) (revision d70e51a4923a1815042e579c78b585b9f987a5df) @@ -171,10 +171,13 @@ TEST.NEW TEST.NAME:checkForCommTimeouts_NoUIComm TEST.IMPORT_FAILURES: -(E) @LINE: 266 TEST.ATTRIBUTES:SystemComm.processReceivedMessage.message[0].hdr.msgID::INPUT_BASE=16 +(E) @LINE: 269 TEST.ATTRIBUTES:SystemComm.processReceivedMessage.message[0].hdr.msgID::INPUT_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::INPUT_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 266 TEST.ATTRIBUTES:SystemComm.processReceivedMessage.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 >>> (E) @LINE: 263 TEST.ATTRIBUTES:SystemComm.processReceivedMessage.message[0].hdr.msgID::INPUT_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::INPUT_BASE=16 @@ -306,10 +309,13 @@ TEST.NEW TEST.NAME:checkForCommTimeouts_PreTx TEST.IMPORT_FAILURES: -(E) @LINE: 361 TEST.ATTRIBUTES:SystemComm.processReceivedMessage.message[0].hdr.msgID::INPUT_BASE=16 +(E) @LINE: 367 TEST.ATTRIBUTES:SystemComm.processReceivedMessage.message[0].hdr.msgID::INPUT_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::INPUT_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 361 TEST.ATTRIBUTES:SystemComm.processReceivedMessage.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 >>> (E) @LINE: 355 TEST.ATTRIBUTES:SystemComm.processReceivedMessage.message[0].hdr.msgID::INPUT_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::INPUT_BASE=16 @@ -401,10 +407,13 @@ TEST.NEW TEST.NAME:checkForCommTimeouts_Tx TEST.IMPORT_FAILURES: -(E) @LINE: 453 TEST.ATTRIBUTES:SystemComm.processReceivedMessage.message[0].hdr.msgID::INPUT_BASE=16 +(E) @LINE: 462 TEST.ATTRIBUTES:SystemComm.processReceivedMessage.message[0].hdr.msgID::INPUT_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::INPUT_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 453 TEST.ATTRIBUTES:SystemComm.processReceivedMessage.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 >>> (E) @LINE: 444 TEST.ATTRIBUTES:SystemComm.processReceivedMessage.message[0].hdr.msgID::INPUT_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::INPUT_BASE=16 @@ -469,10 +478,13 @@ TEST.NEW TEST.NAME:checkForCommTimeouts_UITimeout TEST.IMPORT_FAILURES: -(E) @LINE: 559 TEST.ATTRIBUTES:SystemComm.processReceivedMessage.message[0].hdr.msgID::INPUT_BASE=16 +(E) @LINE: 571 TEST.ATTRIBUTES:SystemComm.processReceivedMessage.message[0].hdr.msgID::INPUT_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::INPUT_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 559 TEST.ATTRIBUTES:SystemComm.processReceivedMessage.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 >>> (E) @LINE: 547 TEST.ATTRIBUTES:SystemComm.processReceivedMessage.message[0].hdr.msgID::INPUT_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::INPUT_BASE=16 @@ -1161,10 +1173,13 @@ TEST.NEW TEST.NAME:InvalidCANBox TEST.IMPORT_FAILURES: -(E) @LINE: 1243 TEST.ATTRIBUTES:SystemComm.processReceivedMessage.message[0].hdr.msgID::INPUT_BASE=16 +(E) @LINE: 1258 TEST.ATTRIBUTES:SystemComm.processReceivedMessage.message[0].hdr.msgID::INPUT_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::INPUT_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 1243 TEST.ATTRIBUTES:SystemComm.processReceivedMessage.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 >>> (E) @LINE: 1228 TEST.ATTRIBUTES:SystemComm.processReceivedMessage.message[0].hdr.msgID::INPUT_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::INPUT_BASE=16 @@ -2106,10 +2121,13 @@ TEST.NEW TEST.NAME:0038_StartTreatmentFromUI TEST.IMPORT_FAILURES: -(E) @LINE: 2133 TEST.ATTRIBUTES:uut_prototype_stubs.handleTestBloodPumpRotorMeasuredSpeedOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 +(E) @LINE: 2151 TEST.ATTRIBUTES:uut_prototype_stubs.handleTestBloodPumpRotorMeasuredSpeedOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::EXPECTED_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 2133 TEST.ATTRIBUTES:uut_prototype_stubs.handleTestBloodPumpRotorMeasuredSpeedOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::EXPECTED_BASE=16 >>> (E) @LINE: 2115 TEST.ATTRIBUTES:uut_prototype_stubs.handleTestBloodPumpRotorMeasuredSpeedOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::EXPECTED_BASE=16 @@ -2157,10 +2175,13 @@ TEST.NEW TEST.NAME:003C_StartPrimeRequest TEST.IMPORT_FAILURES: -(E) @LINE: 2181 TEST.ATTRIBUTES:uut_prototype_stubs.handleTestBloodPumpRotorMeasuredSpeedOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 +(E) @LINE: 2202 TEST.ATTRIBUTES:uut_prototype_stubs.handleTestBloodPumpRotorMeasuredSpeedOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::EXPECTED_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 2181 TEST.ATTRIBUTES:uut_prototype_stubs.handleTestBloodPumpRotorMeasuredSpeedOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::EXPECTED_BASE=16 >>> (E) @LINE: 2160 TEST.ATTRIBUTES:uut_prototype_stubs.handleTestBloodPumpRotorMeasuredSpeedOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::EXPECTED_BASE=16 @@ -2637,6 +2658,17 @@ TEST.EXPECTED:uut_prototype_stubs.handleDialysateFlowData.message[0].payload:"" TEST.END +-- Test Case: 00B9_UIHDResetInServiceMode +TEST.UNIT:SystemComm +TEST.SUBPROGRAM:processReceivedMessage +TEST.NEW +TEST.NAME:00B9_UIHDResetInServiceMode +TEST.VALUE:SystemComm.processReceivedMessage.message:<> +TEST.VALUE:SystemComm.processReceivedMessage.message[0].hdr.msgID:0xB9 +TEST.EXPECTED:uut_prototype_stubs.handleUIHDResetInServiceModeRequest.message[0].hdr.msgID:0xB9 +TEST.ATTRIBUTES:uut_prototype_stubs.handleHDUsageInfoRequest.message[0].hdr.msgID::EXPECTED_BASE=16 +TEST.END + -- Test Case: 00BB_UIConfirmationResult TEST.UNIT:SystemComm TEST.SUBPROGRAM:processReceivedMessage @@ -2675,10 +2707,13 @@ TEST.NEW TEST.NAME:00CF_UIInstitutionalRecordRequest TEST.IMPORT_FAILURES: -(E) @LINE: 2664 TEST.ATTRIBUTES:uut_prototype_stubs.handleReceiveROPermeateSampleReadyToDispenseFromDG.message[0].hdr.msgID::EXPECTED_BASE=16 +(E) @LINE: 2689 TEST.ATTRIBUTES:uut_prototype_stubs.handleReceiveROPermeateSampleReadyToDispenseFromDG.message[0].hdr.msgID::EXPECTED_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::EXPECTED_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 2664 TEST.ATTRIBUTES:uut_prototype_stubs.handleReceiveROPermeateSampleReadyToDispenseFromDG.message[0].hdr.msgID::EXPECTED_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::EXPECTED_BASE=16 >>> (E) @LINE: 2638 TEST.ATTRIBUTES:uut_prototype_stubs.handleReceiveROPermeateSampleReadyToDispenseFromDG.message[0].hdr.msgID::EXPECTED_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::EXPECTED_BASE=16 @@ -2791,10 +2826,13 @@ TEST.NEW TEST.NAME:8006_AlarmStateOverride TEST.IMPORT_FAILURES: -(E) @LINE: 2868 TEST.ATTRIBUTES:uut_prototype_stubs.handleTestOffButtonStateOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 +(E) @LINE: 2896 TEST.ATTRIBUTES:uut_prototype_stubs.handleTestOffButtonStateOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::EXPECTED_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 2868 TEST.ATTRIBUTES:uut_prototype_stubs.handleTestOffButtonStateOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::EXPECTED_BASE=16 >>> (E) @LINE: 2839 TEST.ATTRIBUTES:uut_prototype_stubs.handleTestOffButtonStateOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::EXPECTED_BASE=16 @@ -2902,10 +2940,13 @@ TEST.NEW TEST.NAME:8007_AlarmTimeOverride TEST.IMPORT_FAILURES: -(E) @LINE: 2976 TEST.ATTRIBUTES:uut_prototype_stubs.handleTestOffButtonStateOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 +(E) @LINE: 3007 TEST.ATTRIBUTES:uut_prototype_stubs.handleTestOffButtonStateOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::EXPECTED_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 2976 TEST.ATTRIBUTES:uut_prototype_stubs.handleTestOffButtonStateOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::EXPECTED_BASE=16 >>> (E) @LINE: 2944 TEST.ATTRIBUTES:uut_prototype_stubs.handleTestOffButtonStateOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::EXPECTED_BASE=16 @@ -3127,10 +3168,13 @@ TEST.NEW TEST.NAME:800D_TreatmentTimeRemainingOverride TEST.IMPORT_FAILURES: -(E) @LINE: 3139 TEST.ATTRIBUTES:uut_prototype_stubs.handleTestBloodPumpRotorMeasuredSpeedOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 +(E) @LINE: 3173 TEST.ATTRIBUTES:uut_prototype_stubs.handleTestBloodPumpRotorMeasuredSpeedOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::EXPECTED_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 3139 TEST.ATTRIBUTES:uut_prototype_stubs.handleTestBloodPumpRotorMeasuredSpeedOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::EXPECTED_BASE=16 >>> (E) @LINE: 3104 TEST.ATTRIBUTES:uut_prototype_stubs.handleTestBloodPumpRotorMeasuredSpeedOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::EXPECTED_BASE=16 @@ -5422,10 +5466,13 @@ TEST.NEW TEST.NAME:809E_HDGetInstitutionalRecord TEST.IMPORT_FAILURES: -(E) @LINE: 5401 TEST.ATTRIBUTES:uut_prototype_stubs.handleSetRawAirTrapLevelSensorOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 +(E) @LINE: 5439 TEST.ATTRIBUTES:uut_prototype_stubs.handleSetRawAirTrapLevelSensorOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::EXPECTED_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 5401 TEST.ATTRIBUTES:uut_prototype_stubs.handleSetRawAirTrapLevelSensorOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::EXPECTED_BASE=16 >>> (E) @LINE: 5361 TEST.ATTRIBUTES:uut_prototype_stubs.handleSetRawAirTrapLevelSensorOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::EXPECTED_BASE=16 @@ -5445,10 +5492,13 @@ TEST.NEW TEST.NAME:809F_HDSetInstitutionalRecord TEST.IMPORT_FAILURES: -(E) @LINE: 5421 TEST.ATTRIBUTES:uut_prototype_stubs.handleSetRawAirTrapLevelSensorOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 +(E) @LINE: 5463 TEST.ATTRIBUTES:uut_prototype_stubs.handleSetRawAirTrapLevelSensorOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::EXPECTED_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 5421 TEST.ATTRIBUTES:uut_prototype_stubs.handleSetRawAirTrapLevelSensorOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::EXPECTED_BASE=16 >>> (E) @LINE: 5376 TEST.ATTRIBUTES:uut_prototype_stubs.handleSetRawAirTrapLevelSensorOverrideRequest.message[0].hdr.msgID::EXPECTED_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::EXPECTED_BASE=16 Index: vectorcast/Hercules_RM46_HD_Project/environment/SYSTEMCOMMMESSAGES/SYSTEMCOMMMESSAGES.tst =================================================================== diff -u -r3fc6f1a2efc191113b9f540f2d86e395bbf0c62d -rd70e51a4923a1815042e579c78b585b9f987a5df --- vectorcast/Hercules_RM46_HD_Project/environment/SYSTEMCOMMMESSAGES/SYSTEMCOMMMESSAGES.tst (.../SYSTEMCOMMMESSAGES.tst) (revision 3fc6f1a2efc191113b9f540f2d86e395bbf0c62d) +++ vectorcast/Hercules_RM46_HD_Project/environment/SYSTEMCOMMMESSAGES/SYSTEMCOMMMESSAGES.tst (.../SYSTEMCOMMMESSAGES.tst) (revision d70e51a4923a1815042e579c78b585b9f987a5df) @@ -80,10 +80,16 @@ TEST.NEW TEST.NAME:broadcastAlarmStatus_ComplimentaryFlags TEST.IMPORT_FAILURES: -(E) @LINE: 190 TEST.ATTRIBUTES:SystemCommMessages.handleTestBloodPumpOcclusionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 +(E) @LINE: 196 TEST.ATTRIBUTES:SystemCommMessages.handleTestBloodPumpOcclusionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::INPUT_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 195 TEST.ATTRIBUTES:SystemCommMessages.handleTestBloodPumpOcclusionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 + >>> (E) @LINE: 190 TEST.ATTRIBUTES:SystemCommMessages.handleTestBloodPumpOcclusionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 >>> (E) @LINE: 189 TEST.ATTRIBUTES:SystemCommMessages.handleTestBloodPumpOcclusionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::INPUT_BASE=16 @@ -1707,10 +1713,16 @@ TEST.NEW TEST.NAME:handleDGOpMode_InvalidPayloadLength TEST.IMPORT_FAILURES: -(E) @LINE: 1779 TEST.ATTRIBUTES:SystemCommMessages.handleTestBloodPumpOcclusionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 +(E) @LINE: 1791 TEST.ATTRIBUTES:SystemCommMessages.handleTestBloodPumpOcclusionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::INPUT_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 1787 TEST.ATTRIBUTES:SystemCommMessages.handleTestBloodPumpOcclusionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 + >>> (E) @LINE: 1779 TEST.ATTRIBUTES:SystemCommMessages.handleTestBloodPumpOcclusionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 >>> (E) @LINE: 1775 TEST.ATTRIBUTES:SystemCommMessages.handleTestBloodPumpOcclusionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::INPUT_BASE=16 @@ -3404,10 +3416,16 @@ TEST.NEW TEST.NAME:handleHomeHDValve_Home_VBA TEST.IMPORT_FAILURES: -(E) @LINE: 3500 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 +(E) @LINE: 3518 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::INPUT_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 3511 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 + >>> (E) @LINE: 3500 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 >>> (E) @LINE: 3493 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::INPUT_BASE=16 @@ -3517,10 +3535,16 @@ TEST.NEW TEST.NAME:handleHomeHDValve_Invalid_Payload_Len TEST.IMPORT_FAILURES: -(E) @LINE: 3618 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 +(E) @LINE: 3642 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::INPUT_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 3632 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 + >>> (E) @LINE: 3618 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 >>> (E) @LINE: 3608 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::INPUT_BASE=16 @@ -4539,10 +4563,16 @@ TEST.NEW TEST.NAME:handleSetAirTrapValve_Invalid_Payload_Len TEST.IMPORT_FAILURES: -(E) @LINE: 4614 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 +(E) @LINE: 4666 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::INPUT_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 4653 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 + >>> (E) @LINE: 4614 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 >>> (E) @LINE: 4601 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::INPUT_BASE=16 @@ -4659,10 +4689,16 @@ TEST.NEW TEST.NAME:handleSetAirTrapValve_Set_Valve TEST.IMPORT_FAILURES: -(E) @LINE: 4737 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 +(E) @LINE: 4795 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::INPUT_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 4779 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 + >>> (E) @LINE: 4737 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 >>> (E) @LINE: 4721 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::INPUT_BASE=16 @@ -7535,10 +7571,16 @@ TEST.NEW TEST.NAME:handleTestArterialPressureOverrideRequest_InvalidPayloadLen TEST.IMPORT_FAILURES: -(E) @LINE: 7583 TEST.ATTRIBUTES:SystemCommMessages.handleTestAlarmTimeOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 +(E) @LINE: 7647 TEST.ATTRIBUTES:SystemCommMessages.handleTestAlarmTimeOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::INPUT_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 7628 TEST.ATTRIBUTES:SystemCommMessages.handleTestAlarmTimeOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 + >>> (E) @LINE: 7583 TEST.ATTRIBUTES:SystemCommMessages.handleTestAlarmTimeOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 >>> (E) @LINE: 7564 TEST.ATTRIBUTES:SystemCommMessages.handleTestAlarmTimeOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::INPUT_BASE=16 @@ -7638,10 +7680,16 @@ TEST.NEW TEST.NAME:handleTestArterialPressureOverrideRequest_Override TEST.IMPORT_FAILURES: -(E) @LINE: 7698 TEST.ATTRIBUTES:SystemCommMessages.handleTestAlarmTimeOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 +(E) @LINE: 7768 TEST.ATTRIBUTES:SystemCommMessages.handleTestAlarmTimeOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::INPUT_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 7746 TEST.ATTRIBUTES:SystemCommMessages.handleTestAlarmTimeOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 + >>> (E) @LINE: 7698 TEST.ATTRIBUTES:SystemCommMessages.handleTestAlarmTimeOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 >>> (E) @LINE: 7676 TEST.ATTRIBUTES:SystemCommMessages.handleTestAlarmTimeOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::INPUT_BASE=16 @@ -7756,10 +7804,16 @@ TEST.NEW TEST.NAME:handleTestArterialPressureOverrideRequest_Reset TEST.IMPORT_FAILURES: -(E) @LINE: 7749 TEST.ATTRIBUTES:SystemCommMessages.handleTestAlarmTimeOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 +(E) @LINE: 7825 TEST.ATTRIBUTES:SystemCommMessages.handleTestAlarmTimeOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::INPUT_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 7800 TEST.ATTRIBUTES:SystemCommMessages.handleTestAlarmTimeOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 + >>> (E) @LINE: 7749 TEST.ATTRIBUTES:SystemCommMessages.handleTestAlarmTimeOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 >>> (E) @LINE: 7724 TEST.ATTRIBUTES:SystemCommMessages.handleTestAlarmTimeOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::INPUT_BASE=16 @@ -8416,10 +8470,16 @@ TEST.NEW TEST.NAME:handleTestBloodPumpMeasuredSpeedOverrideRequest_Override TEST.IMPORT_FAILURES: -(E) @LINE: 8473 TEST.ATTRIBUTES:SystemCommMessages.handleTestBloodFlowMeasuredOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 +(E) @LINE: 8555 TEST.ATTRIBUTES:SystemCommMessages.handleTestBloodFlowMeasuredOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::INPUT_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 8527 TEST.ATTRIBUTES:SystemCommMessages.handleTestBloodFlowMeasuredOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 + >>> (E) @LINE: 8473 TEST.ATTRIBUTES:SystemCommMessages.handleTestBloodFlowMeasuredOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 >>> (E) @LINE: 8445 TEST.ATTRIBUTES:SystemCommMessages.handleTestBloodFlowMeasuredOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::INPUT_BASE=16 @@ -11396,10 +11456,16 @@ TEST.NEW TEST.NAME:handleTestHDValvesBroadcastIntervalOverrideRequest_Invalid_Payload_Len TEST.IMPORT_FAILURES: -(E) @LINE: 11453 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 +(E) @LINE: 11541 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::INPUT_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 11510 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 + >>> (E) @LINE: 11453 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 >>> (E) @LINE: 11422 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::INPUT_BASE=16 @@ -11516,10 +11582,16 @@ TEST.NEW TEST.NAME:handleTestHDValvesBroadcastIntervalOverrideRequest_Override TEST.IMPORT_FAILURES: -(E) @LINE: 11582 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 +(E) @LINE: 11676 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::INPUT_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 11642 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 + >>> (E) @LINE: 11582 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 >>> (E) @LINE: 11548 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::INPUT_BASE=16 @@ -11648,10 +11720,16 @@ TEST.NEW TEST.NAME:handleTestHDValvesBroadcastIntervalOverrideRequest_Reset TEST.IMPORT_FAILURES: -(E) @LINE: 11709 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 +(E) @LINE: 11809 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::INPUT_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 11772 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 + >>> (E) @LINE: 11709 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 >>> (E) @LINE: 11672 TEST.ATTRIBUTES:SystemCommMessages.handleSetHDValvePositionOverrideRequest.message[0].hdr.msgID::INPUT_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::INPUT_BASE=16 @@ -15284,6 +15362,75 @@ TEST.EXPECTED:SystemCommMessages.sendAckResponseMsg.ack:0 TEST.END +-- Subprogram: handleUIHDResetInServiceModeRequest + +-- Test Case: handleUIHDResetInServiceModeRequest_invalid_payload_len +TEST.UNIT:SystemCommMessages +TEST.SUBPROGRAM:handleUIHDResetInServiceModeRequest +TEST.NEW +TEST.NAME:handleUIHDResetInServiceModeRequest_invalid_payload_len +TEST.IMPORT_FAILURES: +(E) @LINE: 15334 TEST.ATTRIBUTES:SystemCommMessages.handleUIUserConfirmTreatmentParameters.message[0].hdr.msgID::INPUT_BASE=16 + >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> Read: msgID::INPUT_BASE=16 +TEST.END_IMPORT_FAILURES: +TEST.VALUE:SystemCommMessages.handleUIHDResetInServiceModeRequest.message:<> +TEST.VALUE:SystemCommMessages.handleUIHDResetInServiceModeRequest.message[0].hdr.msgID:0xB9 +TEST.VALUE:SystemCommMessages.handleUIHDResetInServiceModeRequest.message[0].hdr.payloadLen:5 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.buffer:COMM_BUFFER_OUT_CAN_HD_2_UI +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[0]:0xA5 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[1]:1 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[2]:0 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[3]:185 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[4]:0 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[5]:1 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[6]:0 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[7]:0x0 +TEST.ATTRIBUTES:SystemCommMessages.handleUFPauseResumeRequest.message[0].hdr.msgID::INPUT_BASE=16 +TEST.END + +-- Test Case: handleUIHDResetInServiceModeRequest_valid_len_in_service +TEST.UNIT:SystemCommMessages +TEST.SUBPROGRAM:handleUIHDResetInServiceModeRequest +TEST.NEW +TEST.NAME:handleUIHDResetInServiceModeRequest_valid_len_in_service +TEST.VALUE:SystemCommMessages.handleUIHDResetInServiceModeRequest.message:<> +TEST.VALUE:SystemCommMessages.handleUIHDResetInServiceModeRequest.message[0].hdr.msgID:0xB9 +TEST.VALUE:SystemCommMessages.handleUIHDResetInServiceModeRequest.message[0].hdr.payloadLen:0 +TEST.VALUE:uut_prototype_stubs.getCurrentOperationMode.return:MODE_SERV +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.buffer:COMM_BUFFER_OUT_CAN_HD_2_UI +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[0]:0xA5 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[1]:1 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[2]:0 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[3]:185 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[4]:0 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[5]:1 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[6]:0 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[7]:0x0 +TEST.ATTRIBUTES:SystemCommMessages.handleUFPauseResumeRequest.message[0].hdr.msgID::INPUT_BASE=16 +TEST.END + +-- Test Case: handleUIHDResetInServiceModeRequest_valid_len_not_in_service +TEST.UNIT:SystemCommMessages +TEST.SUBPROGRAM:handleUIHDResetInServiceModeRequest +TEST.NEW +TEST.NAME:handleUIHDResetInServiceModeRequest_valid_len_not_in_service +TEST.VALUE:SystemCommMessages.handleUIHDResetInServiceModeRequest.message:<> +TEST.VALUE:SystemCommMessages.handleUIHDResetInServiceModeRequest.message[0].hdr.msgID:0xB9 +TEST.VALUE:SystemCommMessages.handleUIHDResetInServiceModeRequest.message[0].hdr.payloadLen:0 +TEST.VALUE:uut_prototype_stubs.getCurrentOperationMode.return:MODE_STAN +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.buffer:COMM_BUFFER_OUT_CAN_HD_2_UI +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[0]:0xA5 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[1]:1 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[2]:0 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[3]:185 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[4]:0 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[5]:1 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[6]:0 +TEST.EXPECTED:uut_prototype_stubs.addToCommBuffer.data[7]:0x0 +TEST.ATTRIBUTES:SystemCommMessages.handleUFPauseResumeRequest.message[0].hdr.msgID::INPUT_BASE=16 +TEST.END + -- Subprogram: handleUIPOSTFinalResult -- Test Case: handleUIPOSTFinalResult_InvalidPayloadLen @@ -17382,10 +17529,16 @@ TEST.NEW TEST.NAME:sendUIRequestPOSTFinalResult.001 TEST.IMPORT_FAILURES: -(E) @LINE: 17402 TEST.ATTRIBUTES:SystemCommMessages.handleDGReservoirData.message[0].hdr.msgID::INPUT_BASE=16 +(E) @LINE: 17501 TEST.ATTRIBUTES:SystemCommMessages.handleDGReservoirData.message[0].hdr.msgID::INPUT_BASE=16 >>> Expected a field name from the record type MESSAGE_HEADER_T >>> Read: msgID::INPUT_BASE=16 (E) Errors from previous script import(s) + >>> (E) @LINE: 17446 TEST.ATTRIBUTES:SystemCommMessages.handleDGReservoirData.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 + >>> (E) @LINE: 17402 TEST.ATTRIBUTES:SystemCommMessages.handleDGReservoirData.message[0].hdr.msgID::INPUT_BASE=16 + >>> >>> Expected a field name from the record type MESSAGE_HEADER_T + >>> >>> Read: msgID::INPUT_BASE=16 >>> (E) @LINE: 17351 TEST.ATTRIBUTES:SystemCommMessages.handleDGReservoirData.message[0].hdr.msgID::INPUT_BASE=16 >>> >>> Expected a field name from the record type MESSAGE_HEADER_T >>> >>> Read: msgID::INPUT_BASE=16