Index: firmware/App/Modes/ModePreTreat.c =================================================================== diff -u -rb4114c4cd078650769bf8a0379f47989660cc6e1 -r33b65cd1af25bc1e00eb3c60d39df69f0aabdf44 --- firmware/App/Modes/ModePreTreat.c (.../ModePreTreat.c) (revision b4114c4cd078650769bf8a0379f47989660cc6e1) +++ firmware/App/Modes/ModePreTreat.c (.../ModePreTreat.c) (revision 33b65cd1af25bc1e00eb3c60d39df69f0aabdf44) @@ -302,7 +302,7 @@ * @brief * The handleSelfTestDryState function performs dry self-test. * @details Inputs: none - * @details Outputs: transition to prime sub-mode when blood pump finished homing + * @details Outputs: transition to prime state on user request * @return current state (sub-mode) *************************************************************************/ static HD_PRE_TREATMENT_MODE_STATE_T handleSelfTestDryState( void ) @@ -333,6 +333,7 @@ if ( TRUE == isWetSelfTestsPassed() ) { + state = HD_PRE_TREATMENT_RECIRCULATE_STATE; activateAlarmNoData( ALARM_ID_PRIME_COMPLETED_LOW_PRIORITY ); } @@ -384,14 +385,6 @@ state = HD_PRE_TREATMENT_PATIENT_CONNECTION_STATE; } - if ( TRUE == alarmActionStopReceived ) - { - signalDialOutPumpHardStop(); - signalDialInPumpHardStop(); - signalBloodPumpHardStop(); - cmdStopDGTrimmerHeater(); - } - return state; } Index: results/Build_Status_Report.csv =================================================================== diff -u -rbda2ec522a874f07b4433a31a6a6607c55dadda5 -r33b65cd1af25bc1e00eb3c60d39df69f0aabdf44 --- results/Build_Status_Report.csv (.../Build_Status_Report.csv) (revision bda2ec522a874f07b4433a31a6a6607c55dadda5) +++ results/Build_Status_Report.csv (.../Build_Status_Report.csv) (revision 33b65cd1af25bc1e00eb3c60d39df69f0aabdf44) @@ -1,14 +1,17 @@ Running Project, hdfirmware -Date, Thu Jan 14 14:54:31 PST 2021 +Date, Sat Feb 20 10:20:39 PST 2021 VectorCAST Pass/Fail Status, Failed The following test(s) failed: VectorCAST_MinGW_C_LinuxTestSuite_ACCEL_management_report.html VectorCAST_MinGW_C_LinuxTestSuite_ALARMLAMP_management_report.html VectorCAST_MinGW_C_LinuxTestSuite_ALARMMGMT_management_report.html +VectorCAST_MinGW_C_LinuxTestSuite_DGINTERFACE_management_report.html +VectorCAST_MinGW_C_LinuxTestSuite_DIALOUTFLOW_management_report.html VectorCAST_MinGW_C_LinuxTestSuite_DIALYSIS_management_report.html VectorCAST_MinGW_C_LinuxTestSuite_INT_ACCEL_management_report.html +VectorCAST_MinGW_C_LinuxTestSuite_INT_AIRTRAP_management_report.html VectorCAST_MinGW_C_LinuxTestSuite_INT_ALARMLAMP_management_report.html VectorCAST_MinGW_C_LinuxTestSuite_INT_ALARMMGMT_management_report.html VectorCAST_MinGW_C_LinuxTestSuite_INT_DGINTERFACE_management_report.html @@ -17,35 +20,38 @@ VectorCAST_MinGW_C_LinuxTestSuite_INT_MODETREATMENTPARAMS_management_report.html VectorCAST_MinGW_C_LinuxTestSuite_INT_SYSTEMCOMMMESSAGES_management_report.html VectorCAST_MinGW_C_LinuxTestSuite_INT_UTILITIES_management_report.html +VectorCAST_MinGW_C_LinuxTestSuite_MODETREATMENT_management_report.html +VectorCAST_MinGW_C_LinuxTestSuite_PICONTROLLERS_management_report.html VectorCAST_MinGW_C_LinuxTestSuite_SYSTEMCOMM_management_report.html VectorCAST_MinGW_C_LinuxTestSuite_SYSTEMCOMMMESSAGES_management_report.html VectorCAST_MinGW_C_LinuxTestSuite_VALVES_management_report.html Unit Test Coverage, Failed The following test(s) failed: -VectorCAST_MinGW_C_LinuxTestSuite_MODETREATMENT_management_report.html,Statement_Cov(%):,86,Branch_Cov(%):,93,Pairs_Cov(%):,98 +VectorCAST_MinGW_C_LinuxTestSuite_MODETREATMENT_management_report.html,Statement_Cov(%):,86,Branch_Cov(%):,93,Pairs_Cov(%):,96 VectorCAST_MinGW_C_LinuxTestSuite_AIRTRAP_management_report.html,Statement_Cov(%):,97,Branch_Cov(%):,98,Pairs_Cov(%):,100 -VectorCAST_MinGW_C_LinuxTestSuite_DGINTERFACE_management_report.html,Statement_Cov(%):,74,Branch_Cov(%):,67,Pairs_Cov(%):,65 +VectorCAST_MinGW_C_LinuxTestSuite_DGINTERFACE_management_report.html,Statement_Cov(%):,0,Branch_Cov(%):,0,Pairs_Cov(%):,0 +VectorCAST_MinGW_C_LinuxTestSuite_PRESOCCL_management_report.html,Statement_Cov(%):,88,Branch_Cov(%):,92,Pairs_Cov(%):,83 VectorCAST_MinGW_C_LinuxTestSuite_ALARMMGMT_management_report.html,Statement_Cov(%):,73,Branch_Cov(%):,70,Pairs_Cov(%):,57 VectorCAST_MinGW_C_LinuxTestSuite_OPERATIONMODES_management_report.html,Statement_Cov(%):,78,Branch_Cov(%):,85,Pairs_Cov(%):,100 -VectorCAST_MinGW_C_LinuxTestSuite_DIALINFLOW_management_report.html,Statement_Cov(%):,99,Branch_Cov(%):,98,Pairs_Cov(%):,96 +VectorCAST_MinGW_C_LinuxTestSuite_DIALINFLOW_management_report.html,Statement_Cov(%):,98,Branch_Cov(%):,97,Pairs_Cov(%):,95 VectorCAST_MinGW_C_LinuxTestSuite_ALARMLAMP_management_report.html,Statement_Cov(%):,98,Branch_Cov(%):,97,Pairs_Cov(%):,92 -VectorCAST_MinGW_C_LinuxTestSuite_VALVES_management_report.html,Statement_Cov(%):,99,Branch_Cov(%):,98,Pairs_Cov(%):,93 -VectorCAST_MinGW_C_LinuxTestSuite_SYSTEMCOMM_management_report.html,Statement_Cov(%):,97,Branch_Cov(%):,98,Pairs_Cov(%):,98 -VectorCAST_MinGW_C_LinuxTestSuite_PICONTROLLERS_management_report.html,Statement_Cov(%):,95,Branch_Cov(%):,89,Pairs_Cov(%):,80 +VectorCAST_MinGW_C_LinuxTestSuite_VALVES_management_report.html,Statement_Cov(%):,98,Branch_Cov(%):,98,Pairs_Cov(%):,93 +VectorCAST_MinGW_C_LinuxTestSuite_SYSTEMCOMM_management_report.html,Statement_Cov(%):,96,Branch_Cov(%):,98,Pairs_Cov(%):,98 +VectorCAST_MinGW_C_LinuxTestSuite_PICONTROLLERS_management_report.html,Statement_Cov(%):,95,Branch_Cov(%):,87,Pairs_Cov(%):,76 VectorCAST_MinGW_C_LinuxTestSuite_MODETREATMENTPARAMS_management_report.html,Statement_Cov(%):,95,Branch_Cov(%):,96,Pairs_Cov(%):,97 -VectorCAST_MinGW_C_LinuxTestSuite_BLOODFLOW_management_report.html,Statement_Cov(%):,99,Branch_Cov(%):,98,Pairs_Cov(%):,96 +VectorCAST_MinGW_C_LinuxTestSuite_BLOODFLOW_management_report.html,Statement_Cov(%):,98,Branch_Cov(%):,97,Pairs_Cov(%):,95 VectorCAST_MinGW_C_LinuxTestSuite_ACCEL_management_report.html,Statement_Cov(%):,97,Branch_Cov(%):,99,Pairs_Cov(%):,97 -VectorCAST_MinGW_C_LinuxTestSuite_SYSTEMCOMMMESSAGES_management_report.html,Statement_Cov(%):,94,Branch_Cov(%):,95,Pairs_Cov(%):,93 -VectorCAST_MinGW_C_LinuxTestSuite_DIALYSIS_management_report.html,Statement_Cov(%):,99,Branch_Cov(%):,98,Pairs_Cov(%):,96 +VectorCAST_MinGW_C_LinuxTestSuite_SYSTEMCOMMMESSAGES_management_report.html,Statement_Cov(%):,93,Branch_Cov(%):,94,Pairs_Cov(%):,93 +VectorCAST_MinGW_C_LinuxTestSuite_DIALOUTFLOW_management_report.html,Statement_Cov(%):,97,Branch_Cov(%):,96,Pairs_Cov(%):,94 +VectorCAST_MinGW_C_LinuxTestSuite_DIALYSIS_management_report.html,Statement_Cov(%):,99,Branch_Cov(%):,97,Pairs_Cov(%):,94 VectorCAST_MinGW_C_LinuxTestSuite_FPGA_management_report.html,Statement_Cov(%):,96,Branch_Cov(%):,95,Pairs_Cov(%):,91 Unit Test Manual Cases Module, Function Name modetreatment,execTreatmentMode modetreatment,handleTreatmentDialysisState modetreatment,handleTreatmentStopState -dginterface,execTreatmentReservoirMgmt presoccl,execPresOcclTest dialinflow,execDialInFlowTest alarmlamp,setAlarmLampToPatternStep @@ -55,13 +61,13 @@ Integration Test Coverage, Failed The following test(s) failed: VectorCAST_MinGW_C_LinuxTestSuite_INT_DIALYSIS_management_report.html,Coverage(%):,96 -VectorCAST_MinGW_C_LinuxTestSuite_INT_SYSTEMCOMMMESSAGES_management_report.html,Coverage(%):,96 +VectorCAST_MinGW_C_LinuxTestSuite_INT_SYSTEMCOMMMESSAGES_management_report.html,Coverage(%):,92 VectorCAST_MinGW_C_LinuxTestSuite_INT_MODETREATMENT_management_report.html,Coverage(%):,93 VectorCAST_MinGW_C_LinuxTestSuite_INT_OPERATIONMODES_management_report.html,Coverage(%):,87 VectorCAST_MinGW_C_LinuxTestSuite_INT_MODETREATMENTPARAMS_management_report.html,Coverage(%):,91 VectorCAST_MinGW_C_LinuxTestSuite_INT_ALARMMGMT_management_report.html,Coverage(%):,75 VectorCAST_MinGW_C_LinuxTestSuite_INT_ALARMLAMP_management_report.html,Coverage(%):,44 -VectorCAST_MinGW_C_LinuxTestSuite_INT_DGINTERFACE_management_report.html,Coverage(%):,74 +VectorCAST_MinGW_C_LinuxTestSuite_INT_DGINTERFACE_management_report.html,Coverage(%):,69 VectorCAST_MinGW_C_LinuxTestSuite_INT_AIRTRAP_management_report.html,Coverage(%):,90 VectorCAST_MinGW_C_LinuxTestSuite_INT_FPGA_management_report.html,Coverage(%):,98 @@ -144,7 +150,6 @@ dginterface,cmdStopDG dginterface,cmdStopDGTrimmerHeater dginterface,cmdSetDGActiveReservoir -dginterface,cmdStartDGFill dginterface,cmdDGSampleWater dialinflow,signalDialInPumpHardStop dialinflow,signalDialInPumpRotorHallSensor Index: results/VectorCAST.log =================================================================== diff -u -rbda2ec522a874f07b4433a31a6a6607c55dadda5 -r33b65cd1af25bc1e00eb3c60d39df69f0aabdf44 --- results/VectorCAST.log (.../VectorCAST.log) (revision bda2ec522a874f07b4433a31a6a6607c55dadda5) +++ results/VectorCAST.log (.../VectorCAST.log) (revision 33b65cd1af25bc1e00eb3c60d39df69f0aabdf44) @@ -1,10 +1,10 @@ -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 -TIME: 2021-01-14 14:54:33 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 +TIME: 2020-11-24 09:46:04 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL.env" Initializing search list Creating the Environment Directory Creating Environment "ACCEL" @@ -33,23 +33,1297 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e ACCEL -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 -TIME: 2021-01-14 14:54:36 +COMMAND: /opt/VectorCASTSP3/clicast -e ACCEL -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 +TIME: 2020-11-24 09:46:08 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2020 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/CCAST_.CFG + Opening Environment + Determining Size/Range Information + Opening Parameter/Global File + Opening Types File + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Building Master Min Mid Max data. + Opening Parameter/Global File + Opening Types File + Environment is Open + Processing Script File + Processing script line 100 + Processing script line 250 + Processing script line 350 + Processing script line 400 + Processing script line 450 + Processing script line 500 + Processing script line 550 + Processing script line 700 + Processing script line 750 + Processing script line 800 + Processing script line 850 + Processing script line 900 + Processing script line 1000 + Processing script line 1050 + Processing script line 1150 + Processing script line 1200 + Processing script line 1300 + Processing script line 1350 + Script Creation Completed +-------------------------------------------------------------------------------- +Test Script Log +-------------------------------------------------------------------------------- +(I) @LINE: 1 + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL.tst.tmp +(I) @LINE: 24 + >>> Processing Test Case: calcVectorLength_NominalPath +(S) @LINE: 29 + >>> Processed Test Case: calcVectorLength_NominalPath +(I) @LINE: 37 + >>> Processing Test Case: checkForShockError_BelowLimit +(S) @LINE: 45 + >>> Processed Test Case: checkForShockError_BelowLimit +(I) @LINE: 51 + >>> Processing Test Case: checkForShockError_XShock +(S) @LINE: 60 + >>> Processed Test Case: checkForShockError_XShock +(I) @LINE: 66 + >>> Processing Test Case: checkForShockError_YShock +(S) @LINE: 75 + >>> Processed Test Case: checkForShockError_YShock +(I) @LINE: 81 + >>> Processing Test Case: checkForShockError_ZShock +(S) @LINE: 90 + >>> Processed Test Case: checkForShockError_ZShock +(I) @LINE: 98 + >>> Processing Test Case: checkForTiltError_TiltBad_Alarm +(S) @LINE: 108 + >>> Processed Test Case: checkForTiltError_TiltBad_Alarm +(I) @LINE: 114 + >>> Processing Test Case: checkForTiltError_TiltBad_Alarm2 +(S) @LINE: 124 + >>> Processed Test Case: checkForTiltError_TiltBad_Alarm2 +(I) @LINE: 130 + >>> Processing Test Case: checkForTiltError_TiltBad_NoPersistence +(S) @LINE: 135 + >>> Processed Test Case: checkForTiltError_TiltBad_NoPersistence +(I) @LINE: 141 + >>> Processing Test Case: checkForTiltError_TiltOk +(S) @LINE: 146 + >>> Processed Test Case: checkForTiltError_TiltOk +(I) @LINE: 152 + >>> Processing Test Case: checkForTiltError_TiltOk2 +(S) @LINE: 157 + >>> Processed Test Case: checkForTiltError_TiltOk2 +(I) @LINE: 163 + >>> Processing Test Case: checkForTiltError_TiltOk_ClearAlarm +(S) @LINE: 169 + >>> Processed Test Case: checkForTiltError_TiltOk_ClearAlarm +(I) @LINE: 175 + >>> Processing Test Case: checkForTiltError_TiltOk_ClearAlarm2 +(S) @LINE: 181 + >>> Processed Test Case: checkForTiltError_TiltOk_ClearAlarm2 +(I) @LINE: 189 + >>> Processing Test Case: execAccel_InvalidState +(S) @LINE: 198 + >>> Processed Test Case: execAccel_InvalidState +(I) @LINE: 204 + >>> Processing Test Case: execAccel_MonitorState +(S) @LINE: 239 + >>> Processed Test Case: execAccel_MonitorState +(I) @LINE: 245 + >>> Processing Test Case: execAccel_Start +(S) @LINE: 250 + >>> Processed Test Case: execAccel_Start +(I) @LINE: 258 + >>> Processing Test Case: execAccelTest_CompleteState +(S) @LINE: 266 + >>> Processed Test Case: execAccelTest_CompleteState +(I) @LINE: 272 + >>> Processing Test Case: execAccelTest_Fail +(S) @LINE: 282 + >>> Processed Test Case: execAccelTest_Fail +(I) @LINE: 288 + >>> Processing Test Case: execAccelTest_Fail2 +(S) @LINE: 298 + >>> Processed Test Case: execAccelTest_Fail2 +(I) @LINE: 304 + >>> Processing Test Case: execAccelTest_InvalidState +(S) @LINE: 312 + >>> Processed Test Case: execAccelTest_InvalidState +(I) @LINE: 318 + >>> Processing Test Case: execAccelTest_Pass +(S) @LINE: 325 + >>> Processed Test Case: execAccelTest_Pass +(I) @LINE: 331 + >>> Processing Test Case: execAccelTest_Pass2 +(S) @LINE: 338 + >>> Processed Test Case: execAccelTest_Pass2 +(I) @LINE: 344 + >>> Processing Test Case: execAccelTest_Start +(S) @LINE: 356 + >>> Processed Test Case: execAccelTest_Start +(I) @LINE: 362 + >>> Processing Test Case: execAccelTest_Start_NoCalibration +(S) @LINE: 370 + >>> Processed Test Case: execAccelTest_Start_NoCalibration +(I) @LINE: 378 + >>> Processing Test Case: filterAccelReadings_Full +(S) @LINE: 428 + >>> Processed Test Case: filterAccelReadings_Full +(I) @LINE: 434 + >>> Processing Test Case: filterAccelReadings_NominalPath +(S) @LINE: 484 + >>> Processed Test Case: filterAccelReadings_NominalPath +(I) @LINE: 490 + >>> Processing Test Case: filterAccelReadings_Over1g +(S) @LINE: 537 + >>> Processed Test Case: filterAccelReadings_Over1g +(I) @LINE: 543 + >>> Processing Test Case: filterAccelReadings_Wrap +(S) @LINE: 595 + >>> Processed Test Case: filterAccelReadings_Wrap +(I) @LINE: 603 + >>> Processing Test Case: getAccelCalibration_NominalPath +(S) @LINE: 616 + >>> Processed Test Case: getAccelCalibration_NominalPath +(I) @LINE: 624 + >>> Processing Test Case: getMaxAccelAxis_InvalidAxis +(S) @LINE: 632 + >>> Processed Test Case: getMaxAccelAxis_InvalidAxis +(I) @LINE: 638 + >>> Processing Test Case: getMaxAccelAxis_NominalPath +(S) @LINE: 645 + >>> Processed Test Case: getMaxAccelAxis_NominalPath +(I) @LINE: 651 + >>> Processing Test Case: getMaxAccelAxis_Override +(S) @LINE: 658 + >>> Processed Test Case: getMaxAccelAxis_Override +(I) @LINE: 666 + >>> Processing Test Case: getMeasuredAccelAxis_InvalidAxis +(S) @LINE: 674 + >>> Processed Test Case: getMeasuredAccelAxis_InvalidAxis +(I) @LINE: 680 + >>> Processing Test Case: getMeasuredAccelAxis_NominalPath +(S) @LINE: 687 + >>> Processed Test Case: getMeasuredAccelAxis_NominalPath +(I) @LINE: 693 + >>> Processing Test Case: getMeasuredAccelAxis_Override +(S) @LINE: 700 + >>> Processed Test Case: getMeasuredAccelAxis_Override +(I) @LINE: 708 + >>> Processing Test Case: getPublishAccelDataInterval_NominalPath +(S) @LINE: 714 + >>> Processed Test Case: getPublishAccelDataInterval_NominalPath +(I) @LINE: 720 + >>> Processing Test Case: getPublishAccelDataInterval_Override +(S) @LINE: 726 + >>> Processed Test Case: getPublishAccelDataInterval_Override +(I) @LINE: 734 + >>> Processing Test Case: handleAccelMonitorState_Error +(S) @LINE: 784 + >>> Processed Test Case: handleAccelMonitorState_Error +(I) @LINE: 790 + >>> Processing Test Case: handleAccelMonitorState_NoNewData +(S) @LINE: 836 + >>> Processed Test Case: handleAccelMonitorState_NoNewData +(I) @LINE: 842 + >>> Processing Test Case: handleAccelMonitorState_NoNewData_Alarm +(S) @LINE: 891 + >>> Processed Test Case: handleAccelMonitorState_NoNewData_Alarm +(I) @LINE: 897 + >>> Processing Test Case: handleAccelMonitorState_NominalPath +(S) @LINE: 943 + >>> Processed Test Case: handleAccelMonitorState_NominalPath +(I) @LINE: 951 + >>> Processing Test Case: initAccel_NominalPath +(S) @LINE: 1022 + >>> Processed Test Case: initAccel_NominalPath +(I) @LINE: 1030 + >>> Processing Test Case: publishAccelData_NotTimeToPublish +(S) @LINE: 1037 + >>> Processed Test Case: publishAccelData_NotTimeToPublish +(I) @LINE: 1043 + >>> Processing Test Case: publishAccelData_TimeToPublish +(S) @LINE: 1074 + >>> Processed Test Case: publishAccelData_TimeToPublish +(I) @LINE: 1082 + >>> Processing Test Case: setAccelCalibration_NominalPath +(S) @LINE: 1095 + >>> Processed Test Case: setAccelCalibration_NominalPath +(I) @LINE: 1101 + >>> Processing Test Case: setAccelCalibration_NotLoggedIn +(S) @LINE: 1107 + >>> Processed Test Case: setAccelCalibration_NotLoggedIn +(I) @LINE: 1115 + >>> Processing Test Case: testResetAccelAxisOverride_InvalidAxis +(S) @LINE: 1118 + >>> Processed Test Case: testResetAccelAxisOverride_InvalidAxis +(I) @LINE: 1124 + >>> Processing Test Case: testResetAccelAxisOverride_NotLoggedIn +(S) @LINE: 1136 + >>> Processed Test Case: testResetAccelAxisOverride_NotLoggedIn +(I) @LINE: 1142 + >>> Processing Test Case: testResetAccelAxisOverride_Reset +(S) @LINE: 1154 + >>> Processed Test Case: testResetAccelAxisOverride_Reset +(I) @LINE: 1162 + >>> Processing Test Case: testResetAccelDataPublishIntervalOverride_NotLoggedIn +(S) @LINE: 1173 + >>> Processed Test Case: testResetAccelDataPublishIntervalOverride_NotLoggedIn +(I) @LINE: 1179 + >>> Processing Test Case: testResetAccelDataPublishIntervalOverride_Reset +(S) @LINE: 1190 + >>> Processed Test Case: testResetAccelDataPublishIntervalOverride_Reset +(I) @LINE: 1198 + >>> Processing Test Case: testResetAccelMaxOverride_InvalidAxis +(S) @LINE: 1201 + >>> Processed Test Case: testResetAccelMaxOverride_InvalidAxis +(I) @LINE: 1207 + >>> Processing Test Case: testResetAccelMaxOverride_NotLoggedIn +(S) @LINE: 1219 + >>> Processed Test Case: testResetAccelMaxOverride_NotLoggedIn +(I) @LINE: 1225 + >>> Processing Test Case: testResetAccelMaxOverride_Reset +(S) @LINE: 1237 + >>> Processed Test Case: testResetAccelMaxOverride_Reset +(I) @LINE: 1245 + >>> Processing Test Case: testSetAccelAxisOverride_InvalidAxis +(S) @LINE: 1249 + >>> Processed Test Case: testSetAccelAxisOverride_InvalidAxis +(I) @LINE: 1255 + >>> Processing Test Case: testSetAccelAxisOverride_NotLoggedIn +(S) @LINE: 1268 + >>> Processed Test Case: testSetAccelAxisOverride_NotLoggedIn +(I) @LINE: 1274 + >>> Processing Test Case: testSetAccelAxisOverride_Override +(S) @LINE: 1287 + >>> Processed Test Case: testSetAccelAxisOverride_Override +(I) @LINE: 1295 + >>> Processing Test Case: testSetAccelDataPublishIntervalOverride_NotLoggedIn +(S) @LINE: 1307 + >>> Processed Test Case: testSetAccelDataPublishIntervalOverride_NotLoggedIn +(I) @LINE: 1313 + >>> Processing Test Case: testSetAccelDataPublishIntervalOverride_Override +(S) @LINE: 1325 + >>> Processed Test Case: testSetAccelDataPublishIntervalOverride_Override +(I) @LINE: 1333 + >>> Processing Test Case: testSetAccelMaxOverride_InvalidAxis +(S) @LINE: 1337 + >>> Processed Test Case: testSetAccelMaxOverride_InvalidAxis +(I) @LINE: 1343 + >>> Processing Test Case: testSetAccelMaxOverride_NotLoggedIn +(S) @LINE: 1355 + >>> Processed Test Case: testSetAccelMaxOverride_NotLoggedIn +(I) @LINE: 1361 + >>> Processing Test Case: testSetAccelMaxOverride_Override +(S) @LINE: 1374 + >>> Processed Test Case: testSetAccelMaxOverride_Override +(S) @LINE: 1374 + >>> Script processing completed +COMMAND: /opt/VectorCASTSP3/clicast -e ACCEL -l C execute batch --update_coverage_data +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 +TIME: 2020-11-24 09:46:09 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2020 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/CCAST_.CFG + Opening Environment + Opening Parameter/Global File + Opening Types File + Environment is Open + Running all Accel.initAccel test cases + Running: initAccel_NominalPath + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all Accel.execAccel test cases + Running: execAccel_InvalidState + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: execAccel_MonitorState + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: execAccel_Start + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all Accel.handleAccelMonitorState test cases + Running: handleAccelMonitorState_Error + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: handleAccelMonitorState_NoNewData + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: handleAccelMonitorState_NoNewData_Alarm + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: handleAccelMonitorState_NominalPath + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all Accel.getPublishAccelDataInterval test cases + Running: getPublishAccelDataInterval_NominalPath + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: getPublishAccelDataInterval_Override + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all Accel.getMeasuredAccelAxis test cases + Running: getMeasuredAccelAxis_InvalidAxis + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: getMeasuredAccelAxis_NominalPath + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: getMeasuredAccelAxis_Override + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all Accel.getMaxAccelAxis test cases + Running: getMaxAccelAxis_InvalidAxis + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: getMaxAccelAxis_NominalPath + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: getMaxAccelAxis_Override + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all Accel.publishAccelData test cases + Running: publishAccelData_NotTimeToPublish + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: publishAccelData_TimeToPublish + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all Accel.filterAccelReadings test cases + Running: filterAccelReadings_Full + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: filterAccelReadings_NominalPath + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: filterAccelReadings_Over1g + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: filterAccelReadings_Wrap + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all Accel.calcVectorLength test cases + Running: calcVectorLength_NominalPath + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all Accel.checkForTiltError test cases + Running: checkForTiltError_TiltBad_Alarm + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: checkForTiltError_TiltBad_Alarm2 + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: checkForTiltError_TiltBad_NoPersistence + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: checkForTiltError_TiltOk + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: checkForTiltError_TiltOk2 + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: checkForTiltError_TiltOk_ClearAlarm + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: checkForTiltError_TiltOk_ClearAlarm2 + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all Accel.checkForShockError test cases + Running: checkForShockError_BelowLimit + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: checkForShockError_XShock + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: checkForShockError_YShock + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: checkForShockError_ZShock + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all Accel.execAccelTest test cases + Running: execAccelTest_CompleteState + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: execAccelTest_Fail + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: execAccelTest_Fail2 + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: execAccelTest_InvalidState + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: execAccelTest_Pass + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: execAccelTest_Pass2 + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: execAccelTest_Start + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: execAccelTest_Start_NoCalibration + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all Accel.setAccelCalibration test cases + Running: setAccelCalibration_NominalPath + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: setAccelCalibration_NotLoggedIn + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all Accel.getAccelCalibration test cases + Running: getAccelCalibration_NominalPath + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all Accel.testSetAccelDataPublishIntervalOverride test cases + Running: testSetAccelDataPublishIntervalOverride_NotLoggedIn + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: testSetAccelDataPublishIntervalOverride_Override + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all Accel.testResetAccelDataPublishIntervalOverride test cases + Running: testResetAccelDataPublishIntervalOverride_NotLoggedIn + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: testResetAccelDataPublishIntervalOverride_Reset + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all Accel.testSetAccelAxisOverride test cases + Running: testSetAccelAxisOverride_InvalidAxis + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: testSetAccelAxisOverride_NotLoggedIn + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: testSetAccelAxisOverride_Override + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all Accel.testResetAccelAxisOverride test cases + Running: testResetAccelAxisOverride_InvalidAxis + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: testResetAccelAxisOverride_NotLoggedIn + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: testResetAccelAxisOverride_Reset + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all Accel.testSetAccelMaxOverride test cases + Running: testSetAccelMaxOverride_InvalidAxis + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: testSetAccelMaxOverride_NotLoggedIn + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: testSetAccelMaxOverride_Override + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all Accel.testResetAccelMaxOverride test cases + Running: testResetAccelMaxOverride_InvalidAxis + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: testResetAccelMaxOverride_NotLoggedIn + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: testResetAccelMaxOverride_Reset + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Completed Batch Execution processing +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412 +TIME: 2020-11-24 09:46:11 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +**Environment Builder Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP.env" + Initializing search list + Creating the Environment Directory + Creating Environment "AIRTRAP" + Unit 8 (not-stubbed): User Defined Globals + Parsing + Initializing parse data + Generating harness code + Saving unit data + Parsing AirTrap + Unit 9 (tdd-sbf-source): AirTrap + Loading stored IL + Initializing parse data + Generating harness code + Saving unit data + Compiling file VECTORCAST_IO + Compiling file User Defined Globals + Compiling file Data File Number 1 + Compiling file Data File Number 2 + Compiling file Driver + Compiling file User Defined Package + Setting Up Statement+MC/DC Coverage + Instrumenting file AirTrap + Compiling file AirTrap + Compiling file Data File Number 1 + Linking Instrumented Harness + Coverage Initialized + Writing VectorCAST Database Files to Disk + Environment built Successfully +COMMAND: /opt/VectorCASTSP3/clicast -e AIRTRAP -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412 +TIME: 2020-11-24 09:46:14 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2020 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/CCAST_.CFG + Opening Environment + Determining Size/Range Information + Opening Parameter/Global File + Opening Types File + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Building Master Min Mid Max data. + Opening Parameter/Global File + Opening Types File + Environment is Open + Processing Script File + Processing script line 50 + Processing script line 100 + Processing script line 200 + Processing script line 300 + Processing script line 350 + Processing script line 400 + Processing script line 500 + Processing script line 600 + Processing script line 700 + Processing script line 750 + Script Creation Completed +-------------------------------------------------------------------------------- +Test Script Log +-------------------------------------------------------------------------------- +(I) @LINE: 1 + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP.tst.tmp +(I) @LINE: 24 + >>> Processing Test Case: endAirTrapControl_AlreadyStopped +(S) @LINE: 28 + >>> Processed Test Case: endAirTrapControl_AlreadyStopped +(I) @LINE: 34 + >>> Processing Test Case: endAirTrapControl_NominalPath +(S) @LINE: 38 + >>> Processed Test Case: endAirTrapControl_NominalPath +(I) @LINE: 46 + >>> Processing Test Case: execAirTrapController_ClosedState +(S) @LINE: 59 + >>> Processed Test Case: execAirTrapController_ClosedState +(I) @LINE: 65 + >>> Processing Test Case: execAirTrapController_InFaultMode +(S) @LINE: 77 + >>> Processed Test Case: execAirTrapController_InFaultMode +(I) @LINE: 83 + >>> Processing Test Case: execAirTrapController_InitState +(S) @LINE: 90 + >>> Processed Test Case: execAirTrapController_InitState +(I) @LINE: 96 + >>> Processing Test Case: execAirTrapController_InvalidState +(S) @LINE: 108 + >>> Processed Test Case: execAirTrapController_InvalidState +(I) @LINE: 114 + >>> Processing Test Case: execAirTrapController_ManualState +(S) @LINE: 129 + >>> Processed Test Case: execAirTrapController_ManualState +(I) @LINE: 135 + >>> Processing Test Case: execAirTrapController_OpenState +(S) @LINE: 146 + >>> Processed Test Case: execAirTrapController_OpenState +(I) @LINE: 154 + >>> Processing Test Case: execAirTrapMonitor_InvalidReadings_NotPersistent +(S) @LINE: 165 + >>> Processed Test Case: execAirTrapMonitor_InvalidReadings_NotPersistent +(I) @LINE: 171 + >>> Processing Test Case: execAirTrapMonitor_InvalidReadings_Persistent +(S) @LINE: 183 + >>> Processed Test Case: execAirTrapMonitor_InvalidReadings_Persistent +(I) @LINE: 189 + >>> Processing Test Case: execAirTrapMonitor_NominalPath +(S) @LINE: 200 + >>> Processed Test Case: execAirTrapMonitor_NominalPath +(I) @LINE: 206 + >>> Processing Test Case: execAirTrapMonitor_Ok +(S) @LINE: 217 + >>> Processed Test Case: execAirTrapMonitor_Ok +(I) @LINE: 225 + >>> Processing Test Case: execAirTrapMonitorTreatment_NoTimeout +(S) @LINE: 236 + >>> Processed Test Case: execAirTrapMonitorTreatment_NoTimeout +(I) @LINE: 242 + >>> Processing Test Case: execAirTrapMonitorTreatment_NotFilling +(S) @LINE: 245 + >>> Processed Test Case: execAirTrapMonitorTreatment_NotFilling +(I) @LINE: 251 + >>> Processing Test Case: execAirTrapMonitorTreatment_Timeout +(S) @LINE: 263 + >>> Processed Test Case: execAirTrapMonitorTreatment_Timeout +(I) @LINE: 271 + >>> Processing Test Case: getAirTrapLevel_InvalidSensor +(S) @LINE: 282 + >>> Processed Test Case: getAirTrapLevel_InvalidSensor +(I) @LINE: 288 + >>> Processing Test Case: getAirTrapLevel_NominalPath +(S) @LINE: 294 + >>> Processed Test Case: getAirTrapLevel_NominalPath +(I) @LINE: 300 + >>> Processing Test Case: getAirTrapLevel_Override +(S) @LINE: 306 + >>> Processed Test Case: getAirTrapLevel_Override +(I) @LINE: 314 + >>> Processing Test Case: getPublishAirTrapDataInterval_NominalPath +(S) @LINE: 319 + >>> Processed Test Case: getPublishAirTrapDataInterval_NominalPath +(I) @LINE: 325 + >>> Processing Test Case: getPublishAirTrapDataInterval_Override +(S) @LINE: 330 + >>> Processed Test Case: getPublishAirTrapDataInterval_Override +(I) @LINE: 338 + >>> Processing Test Case: handleAirTrapManualControlState_NominalPath +(S) @LINE: 342 + >>> Processed Test Case: handleAirTrapManualControlState_NominalPath +(I) @LINE: 348 + >>> Processing Test Case: handleAirTrapManualControlState_StartControlRequested +(S) @LINE: 354 + >>> Processed Test Case: handleAirTrapManualControlState_StartControlRequested +(I) @LINE: 362 + >>> Processing Test Case: handleAirTrapValveClosedState_GoToOpen +(S) @LINE: 373 + >>> Processed Test Case: handleAirTrapValveClosedState_GoToOpen +(I) @LINE: 379 + >>> Processing Test Case: handleAirTrapValveClosedState_NominalPath +(S) @LINE: 386 + >>> Processed Test Case: handleAirTrapValveClosedState_NominalPath +(I) @LINE: 392 + >>> Processing Test Case: handleAirTrapValveClosedState_StopControlRequested +(S) @LINE: 400 + >>> Processed Test Case: handleAirTrapValveClosedState_StopControlRequested +(I) @LINE: 408 + >>> Processing Test Case: handleAirTrapValveOpenState_GoToClosed +(S) @LINE: 416 + >>> Processed Test Case: handleAirTrapValveOpenState_GoToClosed +(I) @LINE: 422 + >>> Processing Test Case: handleAirTrapValveOpenState_NominalPath +(S) @LINE: 429 + >>> Processed Test Case: handleAirTrapValveOpenState_NominalPath +(I) @LINE: 435 + >>> Processing Test Case: handleAirTrapValveOpenState_StopControlRequested +(S) @LINE: 443 + >>> Processed Test Case: handleAirTrapValveOpenState_StopControlRequested +(I) @LINE: 451 + >>> Processing Test Case: initAirTrap_NominalPath +(S) @LINE: 462 + >>> Processed Test Case: initAirTrap_NominalPath +(I) @LINE: 470 + >>> Processing Test Case: isAirTrapControlling_Controlling +(S) @LINE: 473 + >>> Processed Test Case: isAirTrapControlling_Controlling +(I) @LINE: 479 + >>> Processing Test Case: isAirTrapControlling_NotControlling +(S) @LINE: 482 + >>> Processed Test Case: isAirTrapControlling_NotControlling +(I) @LINE: 490 + >>> Processing Test Case: publishAirTrapData_NotTimeToPublish +(S) @LINE: 494 + >>> Processed Test Case: publishAirTrapData_NotTimeToPublish +(I) @LINE: 500 + >>> Processing Test Case: publishAirTrapData_TimeToPublish +(S) @LINE: 509 + >>> Processed Test Case: publishAirTrapData_TimeToPublish +(I) @LINE: 517 + >>> Processing Test Case: resetAirTrap_NominalPath +(S) @LINE: 524 + >>> Processed Test Case: resetAirTrap_NominalPath +(I) @LINE: 532 + >>> Processing Test Case: startAirTrapControl_AlreadyControlling +(S) @LINE: 536 + >>> Processed Test Case: startAirTrapControl_AlreadyControlling +(I) @LINE: 542 + >>> Processing Test Case: startAirTrapControl_NotYetControlling +(S) @LINE: 546 + >>> Processed Test Case: startAirTrapControl_NotYetControlling +(I) @LINE: 554 + >>> Processing Test Case: testResetAirTrapDataPublishIntervalOverride_NominalPath +(S) @LINE: 565 + >>> Processed Test Case: testResetAirTrapDataPublishIntervalOverride_NominalPath +(I) @LINE: 571 + >>> Processing Test Case: testResetAirTrapDataPublishIntervalOverride_NotLoggedIn +(S) @LINE: 580 + >>> Processed Test Case: testResetAirTrapDataPublishIntervalOverride_NotLoggedIn +(I) @LINE: 588 + >>> Processing Test Case: testResetAirTrapLevelOverride_InvalidSensor +(S) @LINE: 603 + >>> Processed Test Case: testResetAirTrapLevelOverride_InvalidSensor +(I) @LINE: 609 + >>> Processing Test Case: testResetAirTrapLevelOverride_NominalPath +(S) @LINE: 625 + >>> Processed Test Case: testResetAirTrapLevelOverride_NominalPath +(I) @LINE: 631 + >>> Processing Test Case: testResetAirTrapLevelOverride_NotLoggedIn +(S) @LINE: 647 + >>> Processed Test Case: testResetAirTrapLevelOverride_NotLoggedIn +(I) @LINE: 655 + >>> Processing Test Case: testSetAirTrapDataPublishIntervalOverride_NominalPath +(S) @LINE: 665 + >>> Processed Test Case: testSetAirTrapDataPublishIntervalOverride_NominalPath +(I) @LINE: 671 + >>> Processing Test Case: testSetAirTrapDataPublishIntervalOverride_NotLoggedIn +(S) @LINE: 681 + >>> Processed Test Case: testSetAirTrapDataPublishIntervalOverride_NotLoggedIn +(I) @LINE: 689 + >>> Processing Test Case: testSetAirTrapLevelOverride_InvalidLevel +(S) @LINE: 705 + >>> Processed Test Case: testSetAirTrapLevelOverride_InvalidLevel +(I) @LINE: 711 + >>> Processing Test Case: testSetAirTrapLevelOverride_InvalidSensor +(S) @LINE: 727 + >>> Processed Test Case: testSetAirTrapLevelOverride_InvalidSensor +(I) @LINE: 733 + >>> Processing Test Case: testSetAirTrapLevelOverride_NominalPath +(S) @LINE: 750 + >>> Processed Test Case: testSetAirTrapLevelOverride_NominalPath +(I) @LINE: 756 + >>> Processing Test Case: testSetAirTrapLevelOverride_NotLoggedIn +(S) @LINE: 773 + >>> Processed Test Case: testSetAirTrapLevelOverride_NotLoggedIn +(S) @LINE: 773 + >>> Script processing completed +COMMAND: /opt/VectorCASTSP3/clicast -e AIRTRAP tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/AIRTRAP/AIRTRAP_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412 +TIME: 2020-11-24 09:46:15 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2020 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/CCAST_.CFG + Opening Environment + Opening Parameter/Global File + Opening Types File + Environment is Open + Processing Coverage Import Script File + Script Creation Completed +-------------------------------------------------------------------------------- +Coverage Import/Export Log +-------------------------------------------------------------------------------- +(S) @LINE: 1 + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/AIRTRAP/AIRTRAP_cba.cvr +(S) @LINE: 45 + >>> Source file matched AirTrap.c +(S) @LINE: 101 + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/AIRTRAP/AIRTRAP_cba.cvr +COMMAND: /opt/VectorCASTSP3/clicast -e AIRTRAP -l C execute batch --update_coverage_data +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412 +TIME: 2020-11-24 09:46:15 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2020 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/CCAST_.CFG + Opening Environment + Opening Parameter/Global File + Opening Types File + Environment is Open + Running all AirTrap.initAirTrap test cases + Running: initAirTrap_NominalPath + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all AirTrap.resetAirTrap test cases + Running: resetAirTrap_NominalPath + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all AirTrap.startAirTrapControl test cases + Running: startAirTrapControl_AlreadyControlling + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: startAirTrapControl_NotYetControlling + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all AirTrap.endAirTrapControl test cases + Running: endAirTrapControl_AlreadyStopped + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: endAirTrapControl_NominalPath + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all AirTrap.isAirTrapControlling test cases + Running: isAirTrapControlling_Controlling + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: isAirTrapControlling_NotControlling + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all AirTrap.execAirTrapMonitor test cases + Running: execAirTrapMonitor_InvalidReadings_NotPersistent + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: execAirTrapMonitor_InvalidReadings_Persistent + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: execAirTrapMonitor_NominalPath + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: execAirTrapMonitor_Ok + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all AirTrap.execAirTrapMonitorTreatment test cases + Running: execAirTrapMonitorTreatment_NoTimeout + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: execAirTrapMonitorTreatment_NotFilling + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: execAirTrapMonitorTreatment_Timeout + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all AirTrap.execAirTrapController test cases + Running: execAirTrapController_ClosedState + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: execAirTrapController_InFaultMode + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: execAirTrapController_InitState + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: execAirTrapController_InvalidState + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: execAirTrapController_ManualState + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: execAirTrapController_OpenState + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all AirTrap.handleAirTrapManualControlState test cases + Running: handleAirTrapManualControlState_NominalPath + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: handleAirTrapManualControlState_StartControlRequested + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all AirTrap.handleAirTrapValveClosedState test cases + Running: handleAirTrapValveClosedState_GoToOpen + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: handleAirTrapValveClosedState_NominalPath + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: handleAirTrapValveClosedState_StopControlRequested + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all AirTrap.handleAirTrapValveOpenState test cases + Running: handleAirTrapValveOpenState_GoToClosed + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Processing Execution Data + Updating Coverage Data +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 +TIME: 2021-02-20 10:20:41 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +**Environment Builder Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL.env" + Initializing search list + Creating the Environment Directory + Creating Environment "ACCEL" + Unit 8 (not-stubbed): User Defined Globals + Parsing + Initializing parse data + Generating harness code + Saving unit data + Parsing Accel + Unit 9 (tdd-sbf-source): Accel + Loading stored IL + Initializing parse data + Generating harness code + Saving unit data + Compiling file VECTORCAST_IO + Compiling file User Defined Globals + Compiling file Data File Number 1 + Compiling file Data File Number 2 + Compiling file Driver + Compiling file User Defined Package + Setting Up Statement+MC/DC Coverage + Instrumenting file Accel + Compiling file Accel + Compiling file Data File Number 1 + Linking Instrumented Harness + Coverage Initialized + Writing VectorCAST Database Files to Disk + Environment built Successfully +COMMAND: /opt/VectorCASTSP3/clicast -e ACCEL -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 +TIME: 2021-02-20 10:20:46 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (11) + Translated 0 script lines Processing script line 100 Processing script line 250 Processing script line 350 @@ -73,7 +1347,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL.tst.tmp (I) @LINE: 24 >>> Processing Test Case: calcVectorLength_NominalPath (S) @LINE: 29 @@ -320,13 +1594,28 @@ >>> Processed Test Case: testSetAccelMaxOverride_Override (S) @LINE: 1374 >>> Script processing completed +COMMAND: /opt/VectorCASTSP3/clicast -e ACCEL test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL.tst +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 +TIME: 2021-02-20 10:20:49 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2021 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/CCAST_.CFG + Opening Environment + Opening Parameter/Global File + Opening Types File + Environment is Open + Creating Script File + Building Test Case Script + Test Case Script Created + Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e ACCEL -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 -TIME: 2021-01-14 14:54:38 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 +TIME: 2021-02-20 10:20:50 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -335,457 +1624,457 @@ Running: initAccel_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Accel.execAccel test cases Running: execAccel_InvalidState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execAccel_MonitorState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execAccel_Start Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Accel.handleAccelMonitorState test cases Running: handleAccelMonitorState_Error Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleAccelMonitorState_NoNewData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleAccelMonitorState_NoNewData_Alarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleAccelMonitorState_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Accel.getPublishAccelDataInterval test cases Running: getPublishAccelDataInterval_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getPublishAccelDataInterval_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Accel.getMeasuredAccelAxis test cases Running: getMeasuredAccelAxis_InvalidAxis Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMeasuredAccelAxis_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMeasuredAccelAxis_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Accel.getMaxAccelAxis test cases Running: getMaxAccelAxis_InvalidAxis Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMaxAccelAxis_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMaxAccelAxis_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Accel.publishAccelData test cases Running: publishAccelData_NotTimeToPublish Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: publishAccelData_TimeToPublish Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Accel.filterAccelReadings test cases Running: filterAccelReadings_Full Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: filterAccelReadings_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: filterAccelReadings_Over1g Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: filterAccelReadings_Wrap Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Accel.calcVectorLength test cases Running: calcVectorLength_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Accel.checkForTiltError test cases Running: checkForTiltError_TiltBad_Alarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkForTiltError_TiltBad_Alarm2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkForTiltError_TiltBad_NoPersistence Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkForTiltError_TiltOk Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkForTiltError_TiltOk2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkForTiltError_TiltOk_ClearAlarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkForTiltError_TiltOk_ClearAlarm2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Accel.checkForShockError test cases Running: checkForShockError_BelowLimit Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkForShockError_XShock Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkForShockError_YShock Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkForShockError_ZShock Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Accel.execAccelTest test cases Running: execAccelTest_CompleteState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execAccelTest_Fail Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execAccelTest_Fail2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execAccelTest_InvalidState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execAccelTest_Pass Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execAccelTest_Pass2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execAccelTest_Start Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execAccelTest_Start_NoCalibration Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Accel.setAccelCalibration test cases Running: setAccelCalibration_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setAccelCalibration_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Accel.getAccelCalibration test cases Running: getAccelCalibration_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Accel.testSetAccelDataPublishIntervalOverride test cases Running: testSetAccelDataPublishIntervalOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetAccelDataPublishIntervalOverride_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Accel.testResetAccelDataPublishIntervalOverride test cases Running: testResetAccelDataPublishIntervalOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetAccelDataPublishIntervalOverride_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Accel.testSetAccelAxisOverride test cases Running: testSetAccelAxisOverride_InvalidAxis Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetAccelAxisOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetAccelAxisOverride_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Accel.testResetAccelAxisOverride test cases Running: testResetAccelAxisOverride_InvalidAxis Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetAccelAxisOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetAccelAxisOverride_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Accel.testSetAccelMaxOverride test cases Running: testSetAccelMaxOverride_InvalidAxis Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetAccelMaxOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetAccelMaxOverride_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Accel.testResetAccelMaxOverride test cases Running: testResetAccelMaxOverride_InvalidAxis Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetAccelMaxOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetAccelMaxOverride_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412 -TIME: 2021-01-14 14:54:40 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412 +TIME: 2021-02-20 10:20:53 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP.env" Initializing search list Creating the Environment Directory Creating Environment "AIRTRAP" @@ -814,23 +2103,26 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e AIRTRAP -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412 -TIME: 2021-01-14 14:54:43 +COMMAND: /opt/VectorCASTSP3/clicast -e AIRTRAP -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412 +TIME: 2021-02-20 10:20:56 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (11) + Translated 0 script lines Processing script line 50 Processing script line 100 Processing script line 200 @@ -846,7 +2138,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP.tst.tmp (I) @LINE: 24 >>> Processing Test Case: endAirTrapControl_AlreadyStopped (S) @LINE: 28 @@ -1037,24 +2329,39 @@ >>> Processed Test Case: testSetAirTrapLevelOverride_NotLoggedIn (S) @LINE: 773 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e AIRTRAP tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/AIRTRAP/AIRTRAP_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412 -TIME: 2021-01-14 14:54:44 +COMMAND: /opt/VectorCASTSP3/clicast -e AIRTRAP test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP.tst +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412 +TIME: 2021-02-20 10:20:59 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open + Creating Script File + Building Test Case Script + Test Case Script Created + Script processing completed +COMMAND: /opt/VectorCASTSP3/clicast -e AIRTRAP tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/AIRTRAP/AIRTRAP_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412 +TIME: 2021-02-20 10:20:59 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2021 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/CCAST_.CFG + Opening Environment + Opening Parameter/Global File + Opening Types File + Environment is Open Processing Coverage Import Script File Script Creation Completed -------------------------------------------------------------------------------- Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/AIRTRAP/AIRTRAP_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/AIRTRAP/AIRTRAP_cba.cvr (S) @LINE: 45 >>> Source file matched AirTrap.c >>> Failed to find matching line for: @@ -1094,16 +2401,16 @@ >>> Context After: SELF_TEST_STATUS_T status = SELF_TEST_STATUS_PASSED; // TODO - implement POST (E) @LINE: 101 IMPORT.END - >>> Script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/AIRTRAP/AIRTRAP_cba.cvr did not contain any relevant coverage data + >>> Script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/AIRTRAP/AIRTRAP_cba.cvr did not contain any relevant coverage data (S) @LINE: 101 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/AIRTRAP/AIRTRAP_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/AIRTRAP/AIRTRAP_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e AIRTRAP -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412 -TIME: 2021-01-14 14:54:44 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412 +TIME: 2021-02-20 10:21:00 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -1112,357 +2419,357 @@ Running: initAirTrap_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AirTrap.resetAirTrap test cases Running: resetAirTrap_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AirTrap.startAirTrapControl test cases Running: startAirTrapControl_AlreadyControlling Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: startAirTrapControl_NotYetControlling Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AirTrap.endAirTrapControl test cases Running: endAirTrapControl_AlreadyStopped Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: endAirTrapControl_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AirTrap.isAirTrapControlling test cases Running: isAirTrapControlling_Controlling Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isAirTrapControlling_NotControlling Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AirTrap.execAirTrapMonitor test cases Running: execAirTrapMonitor_InvalidReadings_NotPersistent Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execAirTrapMonitor_InvalidReadings_Persistent Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execAirTrapMonitor_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execAirTrapMonitor_Ok Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AirTrap.execAirTrapMonitorTreatment test cases Running: execAirTrapMonitorTreatment_NoTimeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execAirTrapMonitorTreatment_NotFilling Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execAirTrapMonitorTreatment_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AirTrap.execAirTrapController test cases Running: execAirTrapController_ClosedState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execAirTrapController_InFaultMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execAirTrapController_InitState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execAirTrapController_InvalidState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execAirTrapController_ManualState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execAirTrapController_OpenState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AirTrap.handleAirTrapManualControlState test cases Running: handleAirTrapManualControlState_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleAirTrapManualControlState_StartControlRequested Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AirTrap.handleAirTrapValveClosedState test cases Running: handleAirTrapValveClosedState_GoToOpen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleAirTrapValveClosedState_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleAirTrapValveClosedState_StopControlRequested Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AirTrap.handleAirTrapValveOpenState test cases Running: handleAirTrapValveOpenState_GoToClosed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleAirTrapValveOpenState_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleAirTrapValveOpenState_StopControlRequested Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AirTrap.getAirTrapLevel test cases Running: getAirTrapLevel_InvalidSensor Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getAirTrapLevel_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getAirTrapLevel_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AirTrap.getPublishAirTrapDataInterval test cases Running: getPublishAirTrapDataInterval_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getPublishAirTrapDataInterval_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AirTrap.publishAirTrapData test cases Running: publishAirTrapData_NotTimeToPublish Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: publishAirTrapData_TimeToPublish Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AirTrap.testSetAirTrapDataPublishIntervalOverride test cases Running: testSetAirTrapDataPublishIntervalOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetAirTrapDataPublishIntervalOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AirTrap.testResetAirTrapDataPublishIntervalOverride test cases Running: testResetAirTrapDataPublishIntervalOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetAirTrapDataPublishIntervalOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AirTrap.testSetAirTrapLevelOverride test cases Running: testSetAirTrapLevelOverride_InvalidLevel Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetAirTrapLevelOverride_InvalidSensor Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetAirTrapLevelOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetAirTrapLevelOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AirTrap.testResetAirTrapLevelOverride test cases Running: testResetAirTrapLevelOverride_InvalidSensor Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetAirTrapLevelOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetAirTrapLevelOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 -TIME: 2021-01-14 14:54:46 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 +TIME: 2021-02-20 10:21:02 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP.env" Initializing search list Creating the Environment Directory Creating Environment "ALARMLAMP" @@ -1491,18 +2798,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e ALARMLAMP -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 -TIME: 2021-01-14 14:54:49 +COMMAND: /opt/VectorCASTSP3/clicast -e ALARMLAMP -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 +TIME: 2021-02-20 10:21:05 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -1517,7 +2824,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP.tst.tmp (I) @LINE: 24 >>> Processing Test Case: NoPatternChangeManual (I) @LINE: 28 @@ -1720,13 +3027,13 @@ >>> Processed Test Case: TestingInactive (S) @LINE: 434 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e ALARMLAMP tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/ALARMLAMP/ALARMLAMP_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 -TIME: 2021-01-14 14:54:50 +COMMAND: /opt/VectorCASTSP3/clicast -e ALARMLAMP tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/ALARMLAMP/ALARMLAMP_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 +TIME: 2021-02-20 10:21:06 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -1737,7 +3044,7 @@ Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/ALARMLAMP/ALARMLAMP_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/ALARMLAMP/ALARMLAMP_cba.cvr (S) @LINE: 45 >>> Source file matched AlarmLamp.c >>> Failed to find matching line for: @@ -1768,14 +3075,14 @@ >>> Context After: { blue = PIN_SIGNAL_HIGH; (S) @LINE: 103 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/ALARMLAMP/ALARMLAMP_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/ALARMLAMP/ALARMLAMP_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e ALARMLAMP -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 -TIME: 2021-01-14 14:54:50 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 +TIME: 2021-02-20 10:21:07 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -1784,201 +3091,201 @@ Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmLamp.execAlarmLamp test cases Running: NoPatternChangeManual Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NoPatternChangeStep0To1 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NoPatternChangeStep1To0 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NominalPatternChange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmLamp.requestAlarmLampPattern test cases Running: InvalidLampPatternGiven Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmLamp.getCurrentAlarmLampPattern test cases Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmLamp.getAlarmLampOn test cases Running: getAlarmLampOn_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmLamp.execAlarmLampTest test cases Running: CompleteToStart Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: GreenOn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: GreenToOff Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: InvalidState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RedOn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RedToYellow Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: StartTest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: YellowOn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: YellowToGreen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmLamp.setAlarmLampToPatternStep test cases Running: AlarmHigh_Red Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: AlarmMedium_Yellow Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: OK_Green Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmLamp.testSetCurrentLampPatternOverride test cases Running: TestingActive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: TestingInactive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmLamp.testResetCurrentLampPatternOverride test cases Running: TestingActive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: TestingInactive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791 -TIME: 2021-01-14 14:54:52 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791 +TIME: 2021-02-20 10:21:08 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT.env" Initializing search list Creating the Environment Directory Creating Environment "ALARMMGMT" @@ -2008,18 +3315,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e ALARMMGMT -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791 -TIME: 2021-01-14 14:54:55 +COMMAND: /opt/VectorCASTSP3/clicast -e ALARMMGMT -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791 +TIME: 2021-02-20 10:21:12 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -2043,7 +3350,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT.tst.tmp (I) @LINE: 24 >>> Processing Test Case: activateAlarm_AlreadyActive (S) @LINE: 30 @@ -2526,13 +3833,13 @@ >>> Processed Test Case: updateAlarmsState_TopIsNotAFault (S) @LINE: 1214 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e ALARMMGMT tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/ALARMMGMT/ALARMMGMT_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791 -TIME: 2021-01-14 14:54:56 +COMMAND: /opt/VectorCASTSP3/clicast -e ALARMMGMT tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/ALARMMGMT/ALARMMGMT_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791 +TIME: 2021-02-20 10:21:13 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -2543,7 +3850,7 @@ Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/ALARMMGMT/ALARMMGMT_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/ALARMMGMT/ALARMMGMT_cba.cvr (S) @LINE: 45 >>> Source file matched AlarmMgmt.c >>> Failed to find matching line for: @@ -2601,16 +3908,16 @@ >>> Context After: 1 == alarmTable[ a ].alarmStops ? (E) @LINE: 129 IMPORT.END - >>> Script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/ALARMMGMT/ALARMMGMT_cba.cvr did not contain any relevant coverage data + >>> Script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/ALARMMGMT/ALARMMGMT_cba.cvr did not contain any relevant coverage data (S) @LINE: 129 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/ALARMMGMT/ALARMMGMT_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/ALARMMGMT/ALARMMGMT_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e ALARMMGMT -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791 -TIME: 2021-01-14 14:54:57 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791 +TIME: 2021-02-20 10:21:14 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -2619,451 +3926,451 @@ Running: initAlarmMgmt_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmMgmt.execAlarmMgmt test cases Running: execAlarmMgmt_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execAlarmMgmt_TimeToPublishStatus Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmMgmt.activateAlarm test cases Running: activateAlarm_AlreadyActive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: activateAlarm_Fault Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: activateAlarm_InvalidAlarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: activateAlarm_NoAlarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: activateAlarm_NotAFault Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmMgmt.activateAlarmNoData test cases Running: activateAlarmNoData_AlreadyActive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: activateAlarmNoData_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmMgmt.activateAlarm1Data test cases Running: activateAlarm1Data_AlreadyActive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: activateAlarm1Data_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmMgmt.activateAlarm2Data test cases Running: activateAlarm2Data_AlreadyActive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: activateAlarm2Data_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmMgmt.clearAlarm test cases Running: clearAlarm_ClearNotAllowed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: clearAlarm_InvalidAlarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: clearAlarm_NoAlarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: clearAlarm_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: clearAlarm_NotActive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: clearAlarm_NotInFIFO Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmMgmt.isAlarmActive test cases Running: isAlarmActive_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmMgmt.getCurrentAlarmStatePriority test cases Running: getCurrentAlarmStatePriority_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmMgmt.isAlarmRecoverable test cases Running: isAlarmRecoverable_NonRecoverable Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isAlarmRecoverable_Recoverable Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmMgmt.getAlarmStartTime test cases Running: getAlarmStartTime_InvalidAlarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getAlarmStartTime_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getAlarmStartTime_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmMgmt.updateAlarmsState test cases Running: updateAlarmsState_NoAlarmsActive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: updateAlarmsState_TopIsFault Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: updateAlarmsState_TopIsNotAFault Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmMgmt.updateAlarmsSilenceStatus test cases Running: updateAlarmsSilenceStatus_AlarmsNotSilenced Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: updateAlarmsSilenceStatus_AlarmsSilenceExpires Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: updateAlarmsSilenceStatus_AlarmsSilenced Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmMgmt.handleAlarmEscalations test cases Running: handleAlarmEscalations_EscalationsPending Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleAlarmEscalations_EscalationsPending2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleAlarmEscalations_Fault Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleAlarmEscalations_NoEscalations Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleAlarmEscalations_TimeToEscalate Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmMgmt.updateAlarmsFlags test cases Running: updateAlarmsFlags_Fault Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: updateAlarmsFlags_Medium Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: updateAlarmsFlags_NoActiveAlarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmMgmt.resetAlarmPriorityFIFO test cases Running: resetAlarmPriorityFIFO_InvalidPriority Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: resetAlarmPriorityFIFO_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmMgmt.testSetAlarmStateOverride test cases Running: testSetAlarmStateOverride_ActivateAlarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetAlarmStateOverride_ClearAlarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetAlarmStateOverride_InvalidAlarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetAlarmStateOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmMgmt.testResetAlarmStateOverride test cases Running: testResetAlarmStateOverride_InvalidAlarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetAlarmStateOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetAlarmStateOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmMgmt.testSetAlarmStartOverride test cases Running: testSetAlarmStartOverride_InvalidAlarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetAlarmStartOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetAlarmStartOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetAlarmStartOverride_ValueTooLarge Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmMgmt.testResetAlarmStartOverride test cases Running: testResetAlarmStartOverride_InvalidAlarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetAlarmStartOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetAlarmStartOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmMgmt.testClearAllAlarms test cases Running: testClearAllAlarms_InvalidKey Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testClearAllAlarms_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testClearAllAlarms_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643 -TIME: 2021-01-14 14:54:59 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643 +TIME: 2021-02-20 10:21:16 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW.env" Initializing search list Creating the Environment Directory Creating Environment "BLOODFLOW" @@ -3093,18 +4400,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e BLOODFLOW -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643 -TIME: 2021-01-14 14:55:03 +COMMAND: /opt/VectorCASTSP3/clicast -e BLOODFLOW -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643 +TIME: 2021-02-20 10:21:19 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -3147,17 +4454,41 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW.tst.tmp (I) @LINE: 24 >>> Processing Test Case: checkBloodFlowSensorSignalStrength_ModeDoesntCheck (S) @LINE: 32 >>> Processed Test Case: checkBloodFlowSensorSignalStrength_ModeDoesntCheck (I) @LINE: 38 >>> Processing Test Case: checkBloodFlowSensorSignalStrength_NominalPath +(E) @LINE: 41 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.alarmIndex:PERSISTENT_ALARM_BLOOD_FLOW_SIGNAL_STRENGTH + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 42 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.isOutOfRange:0 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 43 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.data:0.91 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored (S) @LINE: 44 >>> Processed Test Case: checkBloodFlowSensorSignalStrength_NominalPath (I) @LINE: 50 >>> Processing Test Case: checkBloodFlowSensorSignalStrength_OutOfRange +(E) @LINE: 53 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.alarmIndex:PERSISTENT_ALARM_BLOOD_FLOW_SIGNAL_STRENGTH + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 54 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.isOutOfRange:1 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 55 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.data:0.89 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored (S) @LINE: 56 >>> Processed Test Case: checkBloodFlowSensorSignalStrength_OutOfRange (I) @LINE: 64 @@ -3812,13 +5143,13 @@ >>> Processed Test Case: updateBloodPumpSpeedAndDirectionFromHallSensors_ReverseWrap (S) @LINE: 2512 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e BLOODFLOW tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/BLOODFLOW/BLOODFLOW_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643 -TIME: 2021-01-14 14:55:04 +COMMAND: /opt/VectorCASTSP3/clicast -e BLOODFLOW tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/BLOODFLOW/BLOODFLOW_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643 +TIME: 2021-02-20 10:21:20 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -3829,7 +5160,7 @@ Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/BLOODFLOW/BLOODFLOW_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/BLOODFLOW/BLOODFLOW_cba.cvr (S) @LINE: 45 >>> Source file matched BloodFlow.c >>> Failed to find matching line for: @@ -3905,14 +5236,14 @@ >>> Context After: 1 == getCalibrationData( &cal ) ) (S) @LINE: 294 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/BLOODFLOW/BLOODFLOW_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/BLOODFLOW/BLOODFLOW_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e BLOODFLOW -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643 -TIME: 2021-01-14 14:55:05 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643 +TIME: 2021-02-20 10:21:21 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -3921,1078 +5252,1078 @@ Running: initBloodFlow_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.setBloodPumpTargetFlowRate test cases Running: setBloodPumpTargetFlowRate_DirChngWhilePumpIsRunning Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setBloodPumpTargetFlowRate_FlowTooHigh Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setBloodPumpTargetFlowRate_OffToRateFwd Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setBloodPumpTargetFlowRate_OffToRateRev Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setBloodPumpTargetFlowRate_RateDecrease Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setBloodPumpTargetFlowRate_RateDecreaseDuringRampDown Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setBloodPumpTargetFlowRate_RateDecreaseDuringRampUp Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setBloodPumpTargetFlowRate_RateIncrease Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setBloodPumpTargetFlowRate_RateIncreaseDuringRampDown Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setBloodPumpTargetFlowRate_RateIncreaseDuringRampUp Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setBloodPumpTargetFlowRate_ZeroRate Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.signalBloodPumpHardStop test cases Running: signalBloodPumpHardStop_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.signalBloodPumpRotorHallSensor test cases Running: signalBloodPumpRotorHallSensor_Homing Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: signalBloodPumpRotorHallSensor_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.homeBloodPump test cases Running: homeBloodPump_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: homeBloodPump_PumpIsRunning Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.getBloodPumpMotorCount test cases Running: getBloodPumpMotorCount_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.getBloodPumpRotorCount test cases Running: getBloodPumpRotorCount_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.isBloodPumpRunning test cases Running: isBloodPumpRunning_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.execBloodFlowMonitor test cases Running: execBloodFlowMonitor_InitPOST Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execBloodFlowMonitor_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.execBloodFlowController test cases Running: execBloodFlowController_ControlToTargetState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execBloodFlowController_InvalidState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execBloodFlowController_OffState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execBloodFlowController_RampDown Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execBloodFlowController_RampUpState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.handleBloodPumpOffState test cases Running: handleBloodPumpOffState_NewRateSet Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleBloodPumpOffState_NoChange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.handleBloodPumpRampingUpState test cases Running: handleBloodPumpRampingUpState_RampComplete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleBloodPumpRampingUpState_RampComplete_OpenLoop Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleBloodPumpRampingUpState_StillRamping Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleBloodPumpRampingUpState_StopRequested Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.handleBloodPumpRampingDownState test cases Running: handleBloodPumpRampingDownState_RampComplete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleBloodPumpRampingDownState_RampComplete_OpenLoop Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleBloodPumpRampingDownState_StillRamping Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleBloodPumpRampingDownState_ToZero Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.handleBloodPumpControlToTargetState test cases Running: handleBloodPumpControlToTargetState_ControlInterval Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleBloodPumpControlToTargetState_ControlInterval_OpenLoop Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleBloodPumpControlToTargetState_NotControlInterval Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.setBloodPumpControlSignalPWM test cases Running: setBloodPumpControlSignalPWM_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.stopBloodPump test cases Running: stopBloodPump_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.releaseBloodPumpStop test cases Running: releaseBloodPumpStop_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.setBloodPumpDirection test cases Running: setBloodPumpDirection_FWD Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setBloodPumpDirection_InvalidDirection Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setBloodPumpDirection_REV Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.getPublishBloodFlowDataInterval test cases Running: getPublishBloodFlowDataInterval_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getPublishBloodFlowDataInterval_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.getMeasuredBloodFlowRate test cases Running: getMeasuredBloodFlowRate_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMeasuredBloodFlowRate_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.getMeasuredBloodFlowSignalStrength test cases Running: getMeasuredBloodFlowSignalStrength_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMeasuredBloodFlowSignalStrength_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.getMeasuredBloodPumpRotorSpeed test cases Running: getMeasuredBloodPumpRotorSpeed_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMeasuredBloodPumpRotorSpeed_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.getMeasuredBloodPumpSpeed test cases Running: getMeasuredBloodPumpSpeed_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMeasuredBloodPumpSpeed_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.getMeasuredBloodPumpMCSpeed test cases Running: getMeasuredBloodPumpMCSpeed_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMeasuredBloodPumpMCSpeed_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.getMeasuredBloodPumpMCCurrent test cases Running: getMeasuredBloodPumpCurrent_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMeasuredBloodPumpCurrent_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.publishBloodFlowData test cases Running: publishBloodFlowData_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: publishBloodFlowData_NotIntervalTime Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.resetBloodFlowMovingAverage test cases Running: resetBloodFlowMovingAverage_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.filterBloodFlowReadings test cases Running: filterBloodFlowReadings_FilterNotYetFilled Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: filterBloodFlowReadings_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: filterBloodFlowReadings_Wrap Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.updateBloodPumpSpeedAndDirectionFromHallSensors test cases Running: updateBloodPumpSpeedAndDirectionFromHallSensors_Forward Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: updateBloodPumpSpeedAndDirectionFromHallSensors_ForwardWrap Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: updateBloodPumpSpeedAndDirectionFromHallSensors_NotTime Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: updateBloodPumpSpeedAndDirectionFromHallSensors_Reverse Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: updateBloodPumpSpeedAndDirectionFromHallSensors_ReverseWrap Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.checkBloodPumpRotor test cases Running: checkBloodPumpRotor_Homing_NoTimeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpRotor_Homing_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpRotor_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpRotor_RotorSpeedAlarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpRotor_RotorSpeedAlarm_NoPersist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpRotor_ZeroRotorSpeed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.checkBloodPumpDirection test cases Running: checkBloodPumpDirection_FailHallSensors Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpDirection_FailHallSensors_NoPersist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpDirection_FailMCSpd Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpDirection_FailMCSpd_NoPersist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpDirection_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpDirection_NotControlling Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.checkBloodPumpSpeeds test cases Running: checkBloodPumpSpeeds_Off_InRange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpSpeeds_Off_OutOfRange_NoPersist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpSpeeds_Off_OutOfRange_Persist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpSpeeds_On_Controlling_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpSpeeds_On_Controlling_OutOfRange_NoPersist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpSpeeds_On_Controlling_OutOfRange_Persist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpSpeeds_On_Ramping Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.checkBloodPumpFlowAgainstSpeed test cases Running: checkBloodPumpFlowAgainstSpeed_NotControlling Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpFlowAgainstSpeed_NotTreatmentMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpFlowAgainstSpeed_OutsideRange_NoPersist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpFlowAgainstSpeed_OutsideRange_Persist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpFlowAgainstSpeed_WithinRange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpFlowAgainstSpeed_WithinRange2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.checkBloodPumpMCCurrent test cases Running: checkBloodPumpMCCurrent_OFFOk Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpMCCurrent_OFFTooHighAlarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpMCCurrent_OFFTooHighShortTime Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpMCCurrent_RunningOk Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpMCCurrent_RunningTooHighAlarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpMCCurrent_RunningTooHighShortTime Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpMCCurrent_RunningTooLowAlarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodPumpMCCurrent_RunningTooLowShortTime Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.checkBloodFlowSensorSignalStrength test cases Running: checkBloodFlowSensorSignalStrength_ModeDoesntCheck Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodFlowSensorSignalStrength_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkBloodFlowSensorSignalStrength_OutOfRange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.execBloodFlowTest test cases Running: execBloodFlowTest_InvalidState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.setBloodFlowCalibration test cases Running: setBloodFlowCalibration_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setBloodFlowCalibration_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setBloodFlowCalibration_SetFailed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.getBloodFlowCalibration test cases Running: getBloodFlowCalibration_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.testSetBloodFlowDataPublishIntervalOverride test cases Running: testSetBloodFlowDataPublishIntervalOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetBloodFlowDataPublishIntervalOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.testResetBloodFlowDataPublishIntervalOverride test cases Running: testResetBloodFlowDataPublishIntervalOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetBloodFlowDataPublishIntervalOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.testSetTargetBloodFlowRateOverride test cases Running: testSetTargetBloodFlowRateOverride_InvalidControlMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetTargetBloodFlowRateOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetTargetBloodFlowRateOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetTargetBloodFlowRateOverride_OpenLoop Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetTargetBloodFlowRateOverride_ReverseFlow Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.testSetMeasuredBloodFlowRateOverride test cases Running: testSetMeasuredBloodFlowRateOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetMeasuredBloodFlowRateOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.testResetMeasuredBloodFlowRateOverride test cases Running: testResetMeasuredBloodFlowRateOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetMeasuredBloodFlowRateOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.testSetMeasuredBloodPumpRotorSpeedOverride test cases Running: testSetMeasuredBloodPumpRotorSpeedOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetMeasuredBloodPumpRotorSpeedOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.testResetMeasuredBloodPumpRotorSpeedOverride test cases Running: testResetMeasuredBloodPumpRotorSpeedOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetMeasuredBloodPumpRotorSpeedOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.testSetMeasuredBloodPumpSpeedOverride test cases Running: testSetMeasuredBloodPumpSpeedOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetMeasuredBloodPumpSpeedOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.testResetMeasuredBloodPumpSpeedOverride test cases Running: testResetMeasuredBloodPumpSpeedOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetMeasuredBloodPumpSpeedOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.testSetMeasuredBloodPumpMCSpeedOverride test cases Running: testSetMeasuredBloodPumpMCSpeedOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetMeasuredBloodPumpMCSpeedOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.testResetMeasuredBloodPumpMCSpeedOverride test cases Running: testResetMeasuredBloodPumpMCSpeedOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetMeasuredBloodPumpMCSpeedOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.testSetMeasuredBloodPumpMCCurrentOverride test cases Running: testSetMeasuredBloodPumpCurrentOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetMeasuredBloodPumpCurrentOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.testResetMeasuredBloodPumpMCCurrentOverride test cases Running: testResetMeasuredBloodPumpCurrentOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetMeasuredBloodPumpCurrentOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.testSetMeasuredBloodFlowSignalStrengthOverride test cases Running: testSetMeasuredBloodFlowSignalStrengthOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetMeasuredBloodFlowSignalStrengthOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.testResetMeasuredBloodFlowSignalStrengthOverride test cases Running: testResetMeasuredBloodFlowSignalStrengthOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetMeasuredBloodFlowSignalStrengthOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415 -TIME: 2021-01-14 14:55:08 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415 +TIME: 2021-02-20 10:21:25 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS.env" Initializing search list Creating the Environment Directory Creating Environment "BUTTONS" @@ -5021,23 +6352,26 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e BUTTONS -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415 -TIME: 2021-01-14 14:55:11 +COMMAND: /opt/VectorCASTSP3/clicast -e BUTTONS -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415 +TIME: 2021-02-20 10:21:28 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (12) + Translated 0 script lines Processing script line 50 Processing script line 300 Processing script line 350 @@ -5051,7 +6385,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS.tst.tmp (I) @LINE: 24 >>> Processing Test Case: ButtonsPressed (S) @LINE: 43 @@ -5262,13 +6596,28 @@ >>> Processed Test Case: userConfirmOffButton_NoRejectExpected (S) @LINE: 836 >>> Script processing completed +COMMAND: /opt/VectorCASTSP3/clicast -e BUTTONS test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS.tst +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415 +TIME: 2021-02-20 10:21:30 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2021 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/CCAST_.CFG + Opening Environment + Opening Parameter/Global File + Opening Types File + Environment is Open + Creating Script File + Building Test Case Script + Test Case Script Created + Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e BUTTONS -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415 -TIME: 2021-01-14 14:55:12 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415 +TIME: 2021-02-20 10:21:30 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -5277,388 +6626,388 @@ Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Buttons.execButtons test cases Running: ButtonsPressed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NoButtonsPressed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Buttons.isStopButtonPressed test cases Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Buttons.getOffButtonState test cases Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Buttons.getStopButtonState test cases Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Buttons.execStuckButtonTest test cases Running: Completed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: InProgressStuckButtonReleased Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: InProgressStuckButtonTimeout_OffPressed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: InProgressStuckButtonTimeout_StopPressed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: InvalidState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: StartTestNoButtonsPressed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: StartTestStuckButton Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Buttons.userConfirmOffButton test cases Running: InvalidCmdFromUI Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: InvalidModeToTurnOff Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: OffButtonRejected Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: OffDuringFaultMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: OffDuringServiceMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: OffDuringStandbyMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: UserReqOffDuringInvalidModeToTurnOff Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: UserReqOffDuringServiceMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: userConfirmOffButton_NoConfirmExpected Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: userConfirmOffButton_NoRejectExpected Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Buttons.isCurrentOpModeOkToTurnOff test cases Running: FaultMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: InvalidMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: ServiceMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: StandbyMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Buttons.handleOffButtonProcessing test cases Running: NoChangeNoPending Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: PressedToReleasedOffPendingDelay Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: PressedToReleasedOffPendingFirstPulse Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: PressedToReleasedOffPendingIntermediate Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: PressedToReleasedOffPendingLastPulse Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: ReleasedToPressedFaultMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: ReleasedToPressedInvalidMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: ReleasedToPressedServiceMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: ReleasedToPressedStandbyMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleOffButtonProcessing_OffRequestPending Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleOffButtonProcessing_OffRequestPendingExpired Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Buttons.handleStopButtonProcessing test cases Running: NoChange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: PressTimedOut Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: PressedToReleased Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: ReleasedToPressed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Buttons.testSetOffButtonStateOverride test cases Running: TestingActive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: TestingInactive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Buttons.testResetOffButtonStateOverride test cases Running: TestingActive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: TestingInactive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Buttons.testSetStopButtonStateOverride test cases Running: TestingActive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: TestingInactive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Buttons.testResetStopButtonStateOverride test cases Running: TestingActive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: TestingInactive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408 -TIME: 2021-01-14 14:55:13 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408 +TIME: 2021-02-20 10:21:32 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM.env" Initializing search list Creating the Environment Directory Creating Environment "COMM" @@ -5688,30 +7037,33 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e COMM -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408 -TIME: 2021-01-14 14:55:16 +COMMAND: /opt/VectorCASTSP3/clicast -e COMM -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408 +TIME: 2021-02-20 10:21:35 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (3) + Translated 0 script lines Processing script line 100 Script Creation Completed -------------------------------------------------------------------------------- Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM.tst.tmp (I) @LINE: 24 >>> Processing Test Case: clearSCI1CommErrors_NominalPath (S) @LINE: 29 @@ -5795,12 +7147,12 @@ (S) @LINE: 316 >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e COMM -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408 -TIME: 2021-01-14 14:55:17 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408 +TIME: 2021-02-20 10:21:37 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -5809,125 +7161,125 @@ Running: signalCANXmitsInitiated_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Comm.signalCANXmitsCompleted test cases Running: signalCANXmitsCompleted_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Comm.setSCI2DMAReceiveInterrupt test cases Running: setSCI2DMAReceiveInterrupt Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Comm.setSCI2DMATransmitInterrupt test cases Running: setSCI2DMATransmitInterrupt Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Comm.clearSCI2DMAReceiveInterrupt test cases Running: clearSCI2DMAReceiveInterrupt Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Comm.clearSCI2DMATransmitInterrupt test cases Running: clearSCI2DMATransmitInterrupt Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Comm.clearSCI1CommErrors test cases Running: clearSCI1CommErrors_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Comm.clearSCI2CommErrors test cases Running: clearSCI2CommErrors_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Comm.isSCI2DMATransmitInProgress test cases Running: isSCI2DMATransmitInProgress_DMABusy Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isSCI2DMATransmitInProgress_NotBusy Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isSCI2DMATransmitInProgress_TransmitterBusy Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Comm.isCAN1TransmitInProgress test cases Running: isCAN1TransmitInProgress_Ch1_8_Busy Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isCAN1TransmitInProgress_Ch9_16_Busy Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isCAN1TransmitInProgress_InProgress Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isCAN1TransmitInProgress_NotBusy Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491 -TIME: 2021-01-14 14:55:18 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491 +TIME: 2021-02-20 10:21:38 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS.env" Initializing search list Creating the Environment Directory Creating Environment "COMMBUFFERS" @@ -5956,23 +7308,26 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e COMMBUFFERS -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491 -TIME: 2021-01-14 14:55:21 +COMMAND: /opt/VectorCASTSP3/clicast -e COMMBUFFERS -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491 +TIME: 2021-02-20 10:21:41 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (12) + Translated 0 script lines Processing script line 50 Processing script line 150 Processing script line 200 @@ -5989,7 +7344,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS.tst.tmp (I) @LINE: 24 >>> Processing Test Case: InsufficientSpaceForAdd (S) @LINE: 31 @@ -6140,12 +7495,12 @@ (S) @LINE: 862 >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e COMMBUFFERS -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491 -TIME: 2021-01-14 14:55:22 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491 +TIME: 2021-02-20 10:21:43 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -6154,214 +7509,214 @@ Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all CommBuffers.clearBuffer test cases Running: clearBuffer_InvalidBuffer Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: clearBuffer_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all CommBuffers.addToCommBuffer test cases Running: InsufficientSpaceForAdd Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: InsufficientSpaceForAdd_NotFirstTime_Alarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: InsufficientSpaceForAdd_NotFirstTime_NotPersisted Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: InsufficientSpaceForAdd_XmitWhileNoOtherCANNodes Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: InvalidBuffer Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: SuccessfulAdd Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: SuccessfulAdd_ClearLastOverflow Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: SuccessfulAdd_NoClearLastOverflow Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: SuccessfulAdd_RecvWhileNoOtherCANNodes Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all CommBuffers.getFromCommBuffer test cases Running: InvalidBuffer Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: LengthLargerThanBuffer Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: LengthLargerThanContents Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: SuccessfulGetFromBothBuffers Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: SuccessfulGetFromInactiveBufferOnly Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all CommBuffers.peekFromCommBuffer test cases Running: InvalidBuffer Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: LengthLargerThanBuffer Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: LengthLargerThanContents Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: SuccessfulPeekFromBothBuffers Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: SuccessfulPeekFromInactiveBufferOnly Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all CommBuffers.numberOfBytesInCommBuffer test cases Running: InvalidBuffer Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all CommBuffers.switchDoubleBuffer test cases Running: Switch0To1 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Switch1To0 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all CommBuffers.getDataFromInactiveBuffer test cases Running: ConsumeAllDataInInactiveBuffer Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: ConsumePortionOfDataInInactiveBuffer Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776 -TIME: 2021-01-14 14:55:23 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776 +TIME: 2021-02-20 10:21:44 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD.env" Initializing search list Creating the Environment Directory Creating Environment "CPLD" @@ -6391,31 +7746,34 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e CPLD -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776 -TIME: 2021-01-14 14:55:26 +COMMAND: /opt/VectorCASTSP3/clicast -e CPLD -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776 +TIME: 2021-02-20 10:21:47 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (3) + Translated 0 script lines Processing script line 50 Processing script line 100 Script Creation Completed -------------------------------------------------------------------------------- Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD.tst.tmp (I) @LINE: 24 >>> Processing Test Case: getCPLDOffButton_NominalPath (S) @LINE: 28 @@ -6466,13 +7824,28 @@ >>> Processed Test Case: toggleCPLDWatchdog_NominalPath (S) @LINE: 158 >>> Script processing completed +COMMAND: /opt/VectorCASTSP3/clicast -e CPLD test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD.tst +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776 +TIME: 2021-02-20 10:21:49 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2021 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CCAST_.CFG + Opening Environment + Opening Parameter/Global File + Opening Types File + Environment is Open + Creating Script File + Building Test Case Script + Test Case Script Created + Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e CPLD -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776 -TIME: 2021-01-14 14:55:26 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776 +TIME: 2021-02-20 10:21:49 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -6481,103 +7854,103 @@ Running: initCPLD_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all CPLD.toggleCPLDWatchdog test cases Running: toggleCPLDWatchdog_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all CPLD.getCPLDWatchdogExpired test cases Running: getCPLDWatchdogExpired_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all CPLD.setCPLDLampGreen test cases Running: setCPLDLampGreen_Off Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setCPLDLampGreen_On Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all CPLD.setCPLDLampBlue test cases Running: setCPLDLampBlue_Off Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setCPLDLampBlue_On Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all CPLD.setCPLDLampRed test cases Running: setCPLDLampRed_Off Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setCPLDLampRed_On Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all CPLD.toggleCPLDOffRequest test cases Running: toggleCPLDOffRequest_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all CPLD.getCPLDOffButton test cases Running: getCPLDOffButton_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all CPLD.getCPLDStopButton test cases Running: getCPLDStopButton_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451 -TIME: 2021-01-14 14:55:27 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451 +TIME: 2021-02-20 10:21:50 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE.env" Initializing search list Creating the Environment Directory Creating Environment "DGINTERFACE" @@ -6601,26 +7974,50 @@ Setting Up Statement+MC/DC Coverage Instrumenting file DGInterface Compiling file DGInterface - Compiling file Data File Number 1 - Linking Instrumented Harness - Coverage Initialized - Writing VectorCAST Database Files to Disk - Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e DGINTERFACE -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451 -TIME: 2021-01-14 14:55:30 + Error compiling instrumented file +-------------------------------------------------------------------------------- +Instrumentation Compile Output +-------------------------------------------------------------------------------- +****************** +***Compiling File: I0000009.c +In file included from S0000009.c:51:0, + from I0000009.c:2: +DGInterface_inst.c: In function ‘handleDGCommandResponse’: +DGInterface_inst.c:6208:1: warning: implicit declaration of function ‘memcpy’ [-Wimplicit-function-declaration] + memcpy( &dgCmdResp, cmdRespPtr, sizeof( DG_CMD_RESPONSE_T ) ); + ^~~~~~ +DGInterface_inst.c:6208:1: warning: incompatible implicit declaration of built-in function ‘memcpy’ +DGInterface_inst.c:6208:1: note: include ‘’ or provide a declaration of ‘memcpy’ +In file included from S0000009.c:51:0, + from I0000009.c:2: +DGInterface_inst.c: In function ‘getDGCommandResponse’: +DGInterface_inst.c:6271:1: warning: incompatible implicit declaration of built-in function ‘memcpy’ + memcpy( &cmdRespPtr, &dgCmdResp, sizeof( DG_CMD_RESPONSE_T ) ); + ^~~~~~ +DGInterface_inst.c:6271:1: note: include ‘’ or provide a declaration of ‘memcpy’ +In file included from S0000009.c:65:0, + from I0000009.c:2: +DGInterface_exp_inst_driver.c: At top level: +DGInterface_exp_inst_driver.c:795:5: error: conflicting types for ‘memcpy’ + int memcpy() + ^~~~~~ +In file included from DGInterface_exp_inst_driver.c:222:0, + from S0000009.c:65, + from I0000009.c:2: +/usr/include/string.h:42:14: note: previous declaration of ‘memcpy’ was here + extern void *memcpy (void *__restrict __dest, const void *__restrict __src, + ^~~~~~ + Environment built but not Compiled +COMMAND: /opt/VectorCASTSP3/clicast -e DGINTERFACE -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451 +TIME: 2021-02-20 10:21:53 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/CCAST_.CFG Opening Environment - Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Building Master Min Mid Max data. - Opening Parameter/Global File - Opening Types File Environment is Open Processing Script File Processing script line 50 @@ -6643,7 +8040,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE.tst.tmp (I) @LINE: 24 >>> Processing Test Case: cmdDGSampleWater_NominalPath (S) @LINE: 28 @@ -6860,437 +8257,27 @@ >>> Processed Test Case: setDialysateTemperatureReadings_NominalPath (S) @LINE: 969 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e DGINTERFACE tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/DGINTERFACE/DGINTERFACE_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451 -TIME: 2021-01-14 14:55:31 +COMMAND: /opt/VectorCASTSP3/clicast -e DGINTERFACE tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/DGINTERFACE/DGINTERFACE_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451 +TIME: 2021-02-20 10:21:54 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - Processing Coverage Import Script File - Script Creation Completed --------------------------------------------------------------------------------- -Coverage Import/Export Log --------------------------------------------------------------------------------- -(S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/DGINTERFACE/DGINTERFACE_cba.cvr -(S) @LINE: 45 - >>> Source file matched DGInterface.c -(S) @LINE: 79 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/DGINTERFACE/DGINTERFACE_cba.cvr -COMMAND: /opt/VectorCASTSP3/clicast -e DGINTERFACE -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451 -TIME: 2021-01-14 14:55:32 + Environment has not been compiled + >>> Resolve Errors Before Proceeding! +Environment was not successfully built: NOT_COMPILED +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165 +TIME: 2021-02-20 10:21:55 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite -VectorCAST Copyright (C) 1993 - 2021 -**Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/CCAST_.CFG - Opening Environment - Opening Parameter/Global File - Opening Types File - Environment is Open - Running all DGInterface.initDGInterface test cases - Running: initDGInterface_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all DGInterface.initTreatmentReservoirMgmt test cases - Running: initTreatmentReservoirMgmt_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all DGInterface.execTreatmentReservoirMgmt test cases - Running: execTreatmentReservoirMgmt_DrainState_DrainCompleted - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: execTreatmentReservoirMgmt_DrainState_Draining - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: execTreatmentReservoirMgmt_FillState_FillCompleted - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: execTreatmentReservoirMgmt_FillState_Filling - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: execTreatmentReservoirMgmt_FillState_Flushing - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: execTreatmentReservoirMgmt_FlushDGLinesState_DrainStarted - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: execTreatmentReservoirMgmt_FlushDGLinesState_Flushing - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: execTreatmentReservoirMgmt_FlushDGLinesState_StartDrain - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: execTreatmentReservoirMgmt_InvalidState - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: execTreatmentReservoirMgmt_StartState - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: execTreatmentReservoirMgmt_WaitForFillToSettleState_Settled - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: execTreatmentReservoirMgmt_WaitForFillToSettleState_Wait - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: execTreatmentReservoirMgmt_WaitForResSwitchSettle_NotSettled - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: execTreatmentReservoirMgmt_WaitForResSwitchSettle_Settled - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: execTreatmentReservoirMgmt_WaitForResSwitchState_Flushing - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: execTreatmentReservoirMgmt_WaitForResSwitchState_NotRecirc - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: execTreatmentReservoirMgmt_WaitForResSwitchState_NotSpent - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: execTreatmentReservoirMgmt_WaitForResSwitchState_Spent_Res1 - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: execTreatmentReservoirMgmt_WaitForResSwitchState_Spent_Res2 - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: execTreatmentReservoirMgmt_WaitToFillState_FillStarted - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: execTreatmentReservoirMgmt_WaitToFillState_Flushing - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: execTreatmentReservoirMgmt_WaitToFillState_StartFill - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: execTreatmentReservoirMgmt_WaitToFillState_TreatmentPaused - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all DGInterface.getDGOpMode test cases - Running: getDGOpMode_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all DGInterface.getDGSubMode test cases - Running: getDGSubMode_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all DGInterface.getDGActiveReservoir test cases - Running: getDGActiveReservoir_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all DGInterface.getDGPressure test cases - Running: getDGPressure_InvalidSensor - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: getDGPressure_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all DGInterface.getDGROPumpPressureSetPt test cases - Running: getDGROPumpPressureSetPt_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all DGInterface.getDGROPumpFlowRateMlMin test cases - Running: getDGROPumpFlowRateMlMin_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all DGInterface.getDGDrainPumpRPMSetPt test cases - Running: getDGDrainPumpRPMSetPt_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all DGInterface.setDGOpMode test cases - Running: setDGOpMode_InvalidMode - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: setDGOpMode_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all DGInterface.setDialysateTemperatureReadings test cases - Running: setDialysateTemperatureReadings_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all DGInterface.setDGDialysateTemperatures test cases - Running: setDGDialysateTemperatures_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all DGInterface.setDGReservoirsData test cases - Running: setDGReservoirsData_InvalidRes - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: setDGReservoirsData_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all DGInterface.setDGPressures test cases - Running: setDGPressures_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all DGInterface.setDGROPumpData test cases - Running: setDGROPumpData_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all DGInterface.setDGDrainPumpData test cases - Running: setDGDrainPumpData_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all DGInterface.cmdSetDGDialysateTargetTemps test cases - Running: cmdSetDGDialysateTargetTemps_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all DGInterface.cmdStartDG test cases - Running: cmdStartDG_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all DGInterface.cmdStopDG test cases - Running: cmdStopDG_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all DGInterface.cmdStartDGTrimmerHeater test cases - Running: cmdStartDGTrimmerHeater_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all DGInterface.cmdStopDGTrimmerHeater test cases - Running: cmdStopDGTrimmerHeater_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all DGInterface.cmdSetDGActiveReservoir test cases - Running: cmdSetDGActiveReservoir_InvalidRes - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: cmdSetDGActiveReservoir_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all DGInterface.cmdStartDGFill test cases - Running: cmdStartDGFill_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all DGInterface.cmdStartDGDrain test cases - Running: cmdStartDGDrain_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all DGInterface.cmdDGSampleWater test cases - Running: cmdDGSampleWater_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165 -TIME: 2021-01-14 14:55:33 -TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW.env" Initializing search list Creating the Environment Directory Creating Environment "DIALINFLOW" @@ -7320,18 +8307,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e DIALINFLOW -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165 -TIME: 2021-01-14 14:55:37 +COMMAND: /opt/VectorCASTSP3/clicast -e DIALINFLOW -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165 +TIME: 2021-02-20 10:21:58 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -7374,17 +8361,41 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW.tst.tmp (I) @LINE: 24 >>> Processing Test Case: checkDialInFlowSensorSignalStrength_ModeDoesntCheck (S) @LINE: 32 >>> Processed Test Case: checkDialInFlowSensorSignalStrength_ModeDoesntCheck (I) @LINE: 38 >>> Processing Test Case: checkDialInFlowSensorSignalStrength_NominalPath +(E) @LINE: 41 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.alarmIndex:PERSISTENT_ALARM_DIALYSATE_FLOW_SIGNAL_STRENGTH + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 42 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.isOutOfRange:0 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 43 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.data:0.91 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored (S) @LINE: 44 >>> Processed Test Case: checkDialInFlowSensorSignalStrength_NominalPath (I) @LINE: 50 >>> Processing Test Case: checkDialInFlowSensorSignalStrength_OutOfRange +(E) @LINE: 53 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.alarmIndex:PERSISTENT_ALARM_DIALYSATE_FLOW_SIGNAL_STRENGTH + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 54 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.isOutOfRange:1 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 55 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.data:0.89 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored (S) @LINE: 56 >>> Processed Test Case: checkDialInFlowSensorSignalStrength_OutOfRange (I) @LINE: 64 @@ -8010,13 +9021,13 @@ >>> Processed Test Case: updateDialInPumpSpeedAndDirectionFromHallSensors_Rev (S) @LINE: 2465 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e DIALINFLOW tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/DIALINFLOW/DIALINFLOW_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165 -TIME: 2021-01-14 14:55:38 +COMMAND: /opt/VectorCASTSP3/clicast -e DIALINFLOW tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/DIALINFLOW/DIALINFLOW_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165 +TIME: 2021-02-20 10:22:00 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -8027,7 +9038,7 @@ Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/DIALINFLOW/DIALINFLOW_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/DIALINFLOW/DIALINFLOW_cba.cvr (S) @LINE: 45 >>> Source file matched DialInFlow.c >>> Failed to find matching line for: @@ -8103,14 +9114,14 @@ >>> Context After: 1 == getCalibrationData( &cal ) ) (S) @LINE: 294 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/DIALINFLOW/DIALINFLOW_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/DIALINFLOW/DIALINFLOW_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e DIALINFLOW -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165 -TIME: 2021-01-14 14:55:39 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165 +TIME: 2021-02-20 10:22:00 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -8119,1042 +9130,1042 @@ Running: initDialInFlow_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.setDialInPumpTargetFlowRate test cases Running: setDialInPumpTargetFlowRate_DirChngWhilePumpIsRunning Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialInPumpTargetFlowRate_FlowTooHigh Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialInPumpTargetFlowRate_OffToRateFwd Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialInPumpTargetFlowRate_OffToRateRev Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialInPumpTargetFlowRate_RateDecrease Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialInPumpTargetFlowRate_RateDecreaseDuringRampDown Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialInPumpTargetFlowRate_RateDecreaseDuringRampUp Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialInPumpTargetFlowRate_RateIncrease Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialInPumpTargetFlowRate_RateIncreaseDuringRampDown Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialInPumpTargetFlowRate_RateIncreaseDuringRampUp Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialInPumpTargetFlowRate_ZeroRate Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.signalDialInPumpHardStop test cases Running: signalDialInPumpHardStop_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.signalDialInPumpRotorHallSensor test cases Running: signalDialInPumpRotorHallSensor_Homing Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: signalDialInPumpRotorHallSensor_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.homeDialInPump test cases Running: homeDialInPump_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: homeDialInPump_PumpRunning Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.isDialInPumpRunning test cases Running: isDialInPumpRunning_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.execDialInFlowMonitor test cases Running: execDialInFlowMonitor_InitMode_WrapFlowBuffer Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execDialInFlowMonitor_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.execDialInFlowController test cases Running: execDialInFlowController_ControlToTargetState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execDialInFlowController_InvalidState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execDialInFlowController_OffState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execDialInFlowController_RampDown Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execDialInFlowController_RampUpState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.handleDialInPumpOffState test cases Running: handleDialInPumpOffState_NewRateSet Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialInPumpOffState_NoChange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.handleDialInPumpRampingUpState test cases Running: handleDialInPumpRampingUpState_RampComplete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialInPumpRampingUpState_RampComplete_OpenLoop Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialInPumpRampingUpState_StillRamping Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialInPumpRampingUpState_StopRequested Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.handleDialInPumpRampingDownState test cases Running: handleDialInPumpRampingDownState_RampComplete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialInPumpRampingDownState_RampComplete_OpenLoop Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialInPumpRampingDownState_StillRamping Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialInPumpRampingDownState_ToZero Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.handleDialInPumpControlToTargetState test cases Running: handleDialInPumpControlToTargetState_ControlInterval Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialInPumpControlToTargetState_ControlInterval_OpenLoop Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialInPumpControlToTargetState_NotControlInterval Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.setDialInPumpControlSignalPWM test cases Running: setDialInPumpControlSignalPWM_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.stopDialInPump test cases Running: stopDialInPump_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.releaseDialInPumpStop test cases Running: releaseDialInPumpStop_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.setDialInPumpDirection test cases Running: setDialInPumpDirection_FWD Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialInPumpDirection_InvalidDirection Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialInPumpDirection_REV Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.getPublishDialInFlowDataInterval test cases Running: getPublishDialInFlowDataInterval_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getPublishDialInFlowDataInterval_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.getTargetDialInFlowRate test cases Running: getTargetDialInFlowRate_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.getMeasuredDialInFlowRate test cases Running: getMeasuredDialInFlowRate_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMeasuredDialInFlowRate_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.getMeasuredDialInFlowSignalStrength test cases Running: getMeasuredDialInFlowSignalStrength_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMeasuredDialInFlowSignalStrength_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.getMeasuredDialInPumpRotorSpeed test cases Running: getMeasuredDialInPumpRotorSpeed_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMeasuredDialInPumpRotorSpeed_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.getMeasuredDialInPumpSpeed test cases Running: getMeasuredDialInPumpSpeed_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMeasuredDialInPumpSpeed_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.getMeasuredDialInPumpMCSpeed test cases Running: getMeasuredDialInPumpMCSpeed_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMeasuredDialInPumpMCSpeed_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.getMeasuredDialInPumpMCCurrent test cases Running: getMeasuredDialInPumpCurrent_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMeasuredDialInPumpCurrent_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.publishDialInFlowData test cases Running: publishDialInFlowData_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: publishDialInFlowData_NotIntervalTime Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.resetDialInFlowMovingAverage test cases Running: resetDialInFlowMovingAverage_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.filterDialInFlowReadings test cases Running: filterDialInFlowReadings_FilterNotYetFilled Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: filterDialInFlowReadings_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: filterDialInFlowReadings_Wrap Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.updateDialInPumpSpeedAndDirectionFromHallSensors test cases Running: updateDialInPumpSpeedAndDirectionFromHallSensors_Fwd Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: updateDialInPumpSpeedAndDirectionFromHallSensors_NotTime Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: updateDialInPumpSpeedAndDirectionFromHallSensors_Rev Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.checkDialInPumpRotor test cases Running: checkDialInPumpRotor_HomingInProgress Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpRotor_HomingTimeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpRotor_PumpStopped Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.checkDialInPumpDirection test cases Running: checkDialInPumpDirection_HallSensor_Fail Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpDirection_HallSensor_Fail_NoPersist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpDirection_MC_Fail Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpDirection_MC_Fail_NoPersist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpDirection_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpDirection_NotControlling Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.checkDialInPumpSpeeds test cases Running: checkDialInPumpSpeeds_PumpOff_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpSpeeds_PumpOff_NonZeroRPM_Alarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpSpeeds_PumpOff_NonZeroRPM_NoPersist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpSpeeds_PumpOn_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpSpeeds_PumpOn_RotorTooFast_NoPersist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpSpeeds_PumpOn_RotorTooSlow_Alarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpSpeeds_PumpOn_TooFast_NoPersist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpSpeeds_PumpOn_TooSlow_Alarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.checkDialInPumpFlowAgainstSpeed test cases Running: checkDialInPumpFlowAgainstSpeed_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpFlowAgainstSpeed_NominalPath2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpFlowAgainstSpeed_NotTreatmentMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpFlowAgainstSpeed_OutOfRange_Alarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpFlowAgainstSpeed_OutOfRange_NoPersist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpFlowAgainstSpeed_Ramping Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.checkDialInPumpMCCurrent test cases Running: checkDialInPumpMCCurrent_OFFOk Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpMCCurrent_OFFTooHighAlarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpMCCurrent_OFFTooHighShortTime Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpMCCurrent_RunningOk Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpMCCurrent_RunningTooHighAlarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpMCCurrent_RunningTooHighShortTime Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpMCCurrent_RunningTooLowAlarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInPumpMCCurrent_RunningTooLowShortTime Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.checkDialInFlowSensorSignalStrength test cases Running: checkDialInFlowSensorSignalStrength_ModeDoesntCheck Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInFlowSensorSignalStrength_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialInFlowSensorSignalStrength_OutOfRange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.execDialInFlowTest test cases Running: execDialInFlowTest_InvalidState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.setDialInFlowCalibration test cases Running: setDialInFlowCalibration_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialInFlowCalibration_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialInFlowCalibration_SetFailed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.getDialInFlowCalibration test cases Running: getDialInFlowCalibration_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.testSetDialInFlowDataPublishIntervalOverride test cases Running: testSetDialInFlowDataPublishIntervalOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetDialInFlowDataPublishIntervalOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.testResetDialInFlowDataPublishIntervalOverride test cases Running: testResetDialInFlowDataPublishIntervalOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetDialInFlowDataPublishIntervalOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.testSetTargetDialInFlowRateOverride test cases Running: testSetTargetDialInFlowRateOverride_InvalidControlMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetTargetDialInFlowRateOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetTargetDialInFlowRateOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetTargetDialInFlowRateOverride_OpenLoop Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetTargetDialInFlowRateOverride_ReverseFlow Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.testSetMeasuredDialInFlowRateOverride test cases Running: testSetMeasuredDialInFlowRateOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetMeasuredDialInFlowRateOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.testResetMeasuredDialInFlowRateOverride test cases Running: testResetMeasuredDialInFlowRateOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetMeasuredDialInFlowRateOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.testSetMeasuredDialInPumpRotorSpeedOverride test cases Running: testSetMeasuredDialInPumpRotorSpeedOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetMeasuredDialInPumpRotorSpeedOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.testResetMeasuredDialInPumpRotorSpeedOverride test cases Running: testResetMeasuredDialInPumpRotorSpeedOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetMeasuredDialInPumpRotorSpeedOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.testSetMeasuredDialInPumpSpeedOverride test cases Running: testSetMeasuredDialInPumpSpeedOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetMeasuredDialInPumpSpeedOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.testResetMeasuredDialInPumpSpeedOverride test cases Running: testResetMeasuredDialInPumpSpeedOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetMeasuredDialInPumpSpeedOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.testSetMeasuredDialInPumpMCSpeedOverride test cases Running: testSetMeasuredDialInPumpMCSpeedOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetMeasuredDialInPumpMCSpeedOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.testResetMeasuredDialInPumpMCSpeedOverride test cases Running: testResetMeasuredDialInPumpMCSpeedOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetMeasuredDialInPumpMCSpeedOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.testSetMeasuredDialInPumpMCCurrentOverride test cases Running: testSetMeasuredDialInPumpCurrentOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetMeasuredDialInPumpCurrentOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.testResetMeasuredDialInPumpMCCurrentOverride test cases Running: testResetMeasuredDialInPumpCurrentOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetMeasuredDialInPumpCurrentOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.testSetMeasuredDialInFlowSignalStrengthOverride test cases Running: testSetMeasuredDialInFlowSignalStrengthOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetMeasuredDialInFlowSignalStrengthOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.testResetMeasuredDialInFlowSignalStrengthOverride test cases Running: testResetMeasuredDialInFlowSignalStrengthOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetMeasuredDialInFlowSignalStrengthOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893 -TIME: 2021-01-14 14:55:42 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893 +TIME: 2021-02-20 10:22:04 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW.env" Initializing search list Creating the Environment Directory Creating Environment "DIALOUTFLOW" @@ -9184,18 +10195,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e DIALOUTFLOW -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893 -TIME: 2021-01-14 14:55:45 +COMMAND: /opt/VectorCASTSP3/clicast -e DIALOUTFLOW -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893 +TIME: 2021-02-20 10:22:07 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -9228,7 +10239,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW.tst.tmp (I) @LINE: 24 >>> Processing Test Case: checkDialOutPumpDirection_Alarm_Hall (S) @LINE: 37 @@ -9754,12 +10765,12 @@ (S) @LINE: 2194 >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e DIALOUTFLOW -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893 -TIME: 2021-01-14 14:55:46 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893 +TIME: 2021-02-20 10:22:08 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -9768,909 +10779,909 @@ Running: initDialOutFlow_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.setDialOutPumpTargetRate test cases Running: setDialOutPumpTargetRate_ControllingToOff Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialOutPumpTargetRate_ControllingToRampingUp Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialOutPumpTargetRate_DirectionChangePumpRunning Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialOutPumpTargetRate_OffToRampingUp Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialOutPumpTargetRate_OpenLoop Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialOutPumpTargetRate_RampingDown Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialOutPumpTargetRate_RampingDownToRampingUp Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialOutPumpTargetRate_RampingUp Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialOutPumpTargetRate_RampingUpToDown Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialOutPumpTargetRate_RateTooHigh Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.setDialOutUFVolumes test cases Running: setDialOutUFVolumes_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.signalDialOutPumpHardStop test cases Running: signalDialOutPumpHardStop_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.signalDialOutPumpRotorHallSensor test cases Running: signalDialOutPumpRotorHallSensor_Homing Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: signalDialOutPumpRotorHallSensor_NotHoming Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.homeDialOutPump test cases Running: homeDialOutPump_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: homeDialOutPump_PumpIsRunning Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.isDialOutPumpRunning test cases Running: isDialOutPumpRunning_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.execDialOutFlowMonitor test cases Running: execDialOutFlowMonitor_InitMode_WrapFlowBuffer Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execDialOutFlowMonitor_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.execDialOutFlowController test cases Running: execDialOutFlowController_ControlToTargetState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execDialOutFlowController_InvalidState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execDialOutFlowController_OffState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execDialOutFlowController_RampDown Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execDialOutFlowController_RampUpState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.handleDialOutPumpOffState test cases Running: handleDialOutPumpOffState_NewRateSet Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialOutPumpOffState_NoChange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.handleDialOutPumpRampingUpState test cases Running: handleDialOutPumpRampingUpState_RampComplete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialOutPumpRampingUpState_RampComplete_OpenLoop Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialOutPumpRampingUpState_StillRamping Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialOutPumpRampingUpState_StopRequested Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.handleDialOutPumpRampingDownState test cases Running: handleDialOutPumpRampingDownState_RampComplete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialOutPumpRampingDownState_RampComplete_OpenLoop Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialOutPumpRampingDownState_StillRamping Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialOutPumpRampingDownState_ToZero Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.handleDialOutPumpControlToTargetState test cases Running: handleDialOutPumpControlToTargetState_ControlInterval_Decrease Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialOutPumpControlToTargetState_ControlInterval_Increase Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialOutPumpControlToTargetState_ControlInterval_LargeDecrease Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialOutPumpControlToTargetState_ControlInterval_LargeIncrease Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialOutPumpControlToTargetState_ControlInterval_OpenLoop Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialOutPumpControlToTargetState_NotControlInterval Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.setDialOutPumpControlSignalPWM test cases Running: setDialOutPumpControlSignalPWM_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.stopDialOutPump test cases Running: stopDialOutPump_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.releaseDialOutPumpStop test cases Running: releaseDialOutPumpStop_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.setDialOutPumpDirection test cases Running: setDialOutPumpDirection_FWD Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialOutPumpDirection_InvalidDirection Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialOutPumpDirection_REV Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.publishDialOutFlowData test cases Running: publishDialOutFlowData_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: publishDialOutFlowData_NotIntervalTime Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.updateDialOutPumpSpeedAndDirectionFromHallSensors test cases Running: updateDialOutPumpSpeedAndDirectionFromHallSensors_NoUpdate Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: updateDialOutPumpSpeedAndDirectionFromHallSensors_Update_Fwd Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: updateDialOutPumpSpeedAndDirectionFromHallSensors_Update_Rev Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.checkDialOutPumpRotor test cases Running: checkDialOutPumpRotor_HomingInProgress Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialOutPumpRotor_HomingTimeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialOutPumpRotor_SlowOrStopped Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.checkDialOutPumpDirection test cases Running: checkDialOutPumpDirection_Alarm_Hall Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialOutPumpDirection_Alarm_Hall_NoPersist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialOutPumpDirection_Alarm_MC Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialOutPumpDirection_Alarm_MC_NoPersist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialOutPumpDirection_NotControlling Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialOutPumpDirection_OK Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.checkDialOutPumpSpeeds test cases Running: checkDialOutPumpSpeeds_PumpOff_HighRPM_Alarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialOutPumpSpeeds_PumpOff_HighRPM_NoPersistence Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialOutPumpSpeeds_PumpOff_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialOutPumpSpeeds_PumpOn_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialOutPumpSpeeds_PumpOn_RotorTooFast_Alarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialOutPumpSpeeds_PumpOn_RotorTooFast_NoPersistence Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialOutPumpSpeeds_PumpOn_TooFast_Alarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialOutPumpSpeeds_PumpOn_TooFast_NoPersistence Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.checkDialOutPumpMCCurrent test cases Running: checkDialOutPumpMCCurrent_HighInOffState_NoPersist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialOutPumpMCCurrent_HighInOffState_Persist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialOutPumpMCCurrent_HighInOnState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialOutPumpMCCurrent_LowInOffState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialOutPumpMCCurrent_LowInOnState_NoPersist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialOutPumpMCCurrent_LowInOnState_Persist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkDialOutPumpMCCurrent_TooHighInOnState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.getPublishDialOutDataInterval test cases Running: getPublishDialOutDataInterval_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getPublishDialOutDataInterval_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.getTotalTargetDialOutUFVolumeInMl test cases Running: getTotalTargetDialOutUFVolumeInMl_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getTotalTargetDialOutUFVolumeInMl_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.getTotalMeasuredUFVolumeInMl test cases Running: getTotalMeasuredUFVolumeInMl_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getTotalMeasuredUFVolumeInMl_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.getMeasuredDialOutPumpRotorSpeed test cases Running: getMeasuredDialOutPumpRotorSpeed_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMeasuredDialOutPumpRotorSpeed_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.getMeasuredDialOutPumpSpeed test cases Running: getMeasuredDialOutPumpSpeed_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMeasuredDialOutPumpSpeed_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.getMeasuredDialOutPumpMCSpeed test cases Running: getMeasuredDialOutPumpMCSpeed_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMeasuredDialOutPumpMCSpeed_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.getMeasuredDialOutPumpMCCurrent test cases Running: getMeasuredDialOutPumpCurrent_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMeasuredDialOutPumpCurrent_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.testSetDialOutPumpAndLoadCellDataPublishIntervalOverride test cases Running: testSetDialOutPumpAndLoadCellDataPublishIntervalOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetDialOutPumpAndLoadCellDataPublishIntervalOverride_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.testResetDialOutPumpAndLoadCellDataPublishIntervalOverride test cases Running: testResetDialOutPumpAndLoadCellDataPublishIntervalOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetDialOutPumpAndLoadCellDataPublishIntervalOverride_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.testSetTargetDialOutFlowRateOverride test cases Running: testSetTargetDialOutFlowRateOverride_InvalidControlMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetTargetDialOutFlowRateOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetTargetDialOutFlowRateOverride_OverrideFwdClosedLoop Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetTargetDialOutFlowRateOverride_OverrideRevOpenLoop Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.testSetDialOutUFRefVolumeOverride test cases Running: testSetDialOutUFRefVolumeOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetDialOutUFRefVolumeOverride_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.testResetDialOutUFRefVolumeOverride test cases Running: testResetDialOutUFRefVolumeOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetDialOutUFRefVolumeOverride_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.testSetDialOutUFTotVolumeOverride test cases Running: testSetDialOutUFTotVolumeOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetDialOutUFTotVolumeOverride_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.testResetDialOutUFTotVolumeOverride test cases Running: testResetDialOutUFTotVolumeOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetDialOutUFTotVolumeOverride_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.testSetMeasuredDialOutPumpRotorSpeedOverride test cases Running: testSetMeasuredDialOutPumpRotorSpeedOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetMeasuredDialOutPumpRotorSpeedOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.testResetMeasuredDialOutPumpRotorSpeedOverride test cases Running: testResetMeasuredDialOutPumpRotorSpeedOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetMeasuredDialOutPumpRotorSpeedOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.testSetMeasuredDialOutPumpSpeedOverride test cases Running: testSetMeasuredDialOutPumpSpeedOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetMeasuredDialOutPumpSpeedOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.testResetMeasuredDialOutPumpSpeedOverride test cases Running: testResetMeasuredDialOutPumpSpeedOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetMeasuredDialOutPumpSpeedOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.testSetMeasuredDialOutPumpMCSpeedOverride test cases Running: testSetMeasuredDialOutPumpMCSpeedOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetMeasuredDialOutPumpMCSpeedOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.testResetMeasuredDialOutPumpMCSpeedOverride test cases Running: testResetMeasuredDialOutPumpMCSpeedOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetMeasuredDialOutPumpMCSpeedOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.testSetMeasuredDialOutPumpMCCurrentOverride test cases Running: testSetMeasuredDialOutPumpCurrentOverride_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetMeasuredDialOutPumpCurrentOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.testResetMeasuredDialOutPumpMCCurrentOverride test cases Running: testResetMeasuredDialOutPumpCurrentOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetMeasuredDialOutPumpCurrentOverride_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 -TIME: 2021-01-14 14:55:49 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 +TIME: 2021-02-20 10:22:12 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS.env" Initializing search list Creating the Environment Directory Creating Environment "DIALYSIS" @@ -10699,18 +11710,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e DIALYSIS -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 -TIME: 2021-01-14 14:55:52 +COMMAND: /opt/VectorCASTSP3/clicast -e DIALYSIS -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 +TIME: 2021-02-20 10:22:15 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -10754,7 +11765,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS.tst.tmp (I) @LINE: 24 >>> Processing Test Case: checkUFAccuracy_TestUFAccuracy_Fail (S) @LINE: 37 @@ -11325,13 +12336,13 @@ >>> Processed Test Case: updateUFVolumes_Res2 (S) @LINE: 2078 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e DIALYSIS tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/DIALYSIS/DIALYSIS_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 -TIME: 2021-01-14 14:55:53 +COMMAND: /opt/VectorCASTSP3/clicast -e DIALYSIS tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/DIALYSIS/DIALYSIS_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 +TIME: 2021-02-20 10:22:16 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -11342,7 +12353,7 @@ Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/DIALYSIS/DIALYSIS_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/DIALYSIS/DIALYSIS_cba.cvr (S) @LINE: 45 >>> Source file matched Dialysis.c >>> Failed to find matching line for: @@ -11400,14 +12411,14 @@ >>> Context After: } return result; (S) @LINE: 266 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/DIALYSIS/DIALYSIS_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/DIALYSIS/DIALYSIS_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e DIALYSIS -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 -TIME: 2021-01-14 14:55:54 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 +TIME: 2021-02-20 10:22:17 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -11416,686 +12427,686 @@ Running: initDialysis_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.resetSalineBolus test cases Running: resetSalineBolus_MaxSalineDelivered Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: resetSalineBolus_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.transitionToDialysis test cases Running: transitionToDialysis_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.setDialysisParams test cases Running: setDialysisParams_HighUF_NotInDialysisSubMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDialysisParams_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.startDialysis test cases Running: startDialysis_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.stopDialysis test cases Running: stopDialysis_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.signalStartSalineBolus test cases Running: signalStartSalineBolus_BolusInProgress Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: signalStartSalineBolus_MaxBolusDelivered Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: signalStartSalineBolus_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: signalStartSalineBolus_NotInTreatmentMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: signalStartSalineBolus_TreatmentNotActive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.signalAbortSalineBolus test cases Running: signalAbortSalineBolus_NoBolusInProgress Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: signalAbortSalineBolus_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: signalAbortSalineBolus_NotInTreatmentMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: signalAbortSalineBolus_TreatmentNotActive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.getDialysisState test cases Running: getDialysisState_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.getUltrafiltrationState test cases Running: getUltrafiltrationState_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.getSalineBolusState test cases Running: getSalineBolusState_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.getUltrafiltrationVolumeCollected test cases Running: getUltrafiltrationVolumeCollected_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.pauseUF test cases Running: pauseUF_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: pauseUF_NotDialysisState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: pauseUF_NotTreatmentMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: pauseUF_NotUFState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: pauseUF_UFAlreadyPaused Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.resumeUF test cases Running: resumeUF_NegativeUFRate Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: resumeUF_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: resumeUF_NotDialysisState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: resumeUF_NotTreatmentMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: resumeUF_NotUFState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: resumeUF_UFNotPaused Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.execDialysis test cases Running: execDialysis_InvalidState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execDialysis_SalineBolusState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execDialysis_StartState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execDialysis_UFState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.handleDialysisUltrafiltrationState test cases Running: handleDialysisUltrafiltrationState_CompleteState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialysisUltrafiltrationState_InvalidState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialysisUltrafiltrationState_OffState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialysisUltrafiltrationState_PausedState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialysisUltrafiltrationState_RunningState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialysisUltrafiltrationState_StartState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.handleDialysisSalineBolusState test cases Running: handleDialysisSalineBolusState_IdleState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialysisSalineBolusState_InProgressState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialysisSalineBolusState_InvalidState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialysisSalineBolusState_MaxDeliveredState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDialysisSalineBolusState_WaitForStopState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.handleUFStartState test cases Running: handleUFStartState_NoUF Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleUFStartState_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.handleUFPausedState test cases Running: handleUFPausedState_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleUFPausedState_SalineBolusAutoResumeUF Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleUFPausedState_StartSalineBolus Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleUFPausedState_StartSalineBolus_Rejected Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.handleUFRunningState test cases Running: handleUFRunningState_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleUFRunningState_NominalPath2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleUFRunningState_StartSalineBolus Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleUFRunningState_StartSalineBolusRejected Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.handleUFOffState test cases Running: handleUFOffState_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleUFOffState_StartSalineBolus Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleUFOffState_StartSalineBolusRejected Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.handleUFCompletedState test cases Running: handleUFCompletedState_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleUFCompletedState_StartSalineBolus Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleUFCompletedState_StartSalineRejected Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.handleSalineBolusIdleState test cases Running: handleSalineBolusIdleState_NoRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSalineBolusIdleState_Request Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.handleSalineBolusWait4Pumps2Stop test cases Running: handleSalineBolusWait4Pumps2Stop_BloodPumpStillRunning Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSalineBolusWait4Pumps2Stop_DialInPumpStillRunning Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSalineBolusWait4Pumps2Stop_DialOutPumpStillRunning Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSalineBolusWait4Pumps2Stop_PumpsNotStopped Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSalineBolusWait4Pumps2Stop_PumpsStopped Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.handleSalineBolusInProgressState test cases Running: handleSalineBolusInProgressState_BolusAborted Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSalineBolusInProgressState_Complete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSalineBolusInProgressState_Complete_SafetyLow Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSalineBolusInProgressState_MaxReached Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSalineBolusInProgressState_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSalineBolusInProgressState_SafetyHigh Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.handleSalineBolusMaxDeliveredState test cases Running: handleSalineBolusMaxDeliveredState_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.publishSalineBolusData test cases Running: publishSalineBolusData_NotTimeToPublish Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: publishSalineBolusData_TimeToPublish Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.checkUFAccuracyAndVolume test cases Running: checkUFAccuracy_TestUFAccuracy_Fail Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkUFAccuracy_TestUFAccuracy_Pass Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkUFAccuracy_TestUFAccuracy_StartNewHour Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkUFAccuracy_TestUFVolume_Fail Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkUFAccuracy_UF_Paused Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.updateUFVolumes test cases Running: updateUFVolumes_Res1 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: updateUFVolumes_Res2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.setStartReservoirVolume test cases Running: setStartReservoirVolume_Res1 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setStartReservoirVolume_Res2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.signalReservoirsSwitched test cases Running: signalReservoirsSwitched_ToRes1 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: signalReservoirsSwitched_ToRes2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.setFinalReservoirVolume test cases Running: setFinalReservoirVolume_Res1 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setFinalReservoirVolume_Res2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326 -TIME: 2021-01-14 14:55:56 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326 +TIME: 2021-02-20 10:22:19 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA.env" Initializing search list Creating the Environment Directory Creating Environment "FPGA" @@ -12124,18 +13135,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e FPGA -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326 -TIME: 2021-01-14 14:56:00 +COMMAND: /opt/VectorCASTSP3/clicast -e FPGA -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326 +TIME: 2021-02-20 10:22:23 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -12174,7 +13185,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA.tst.tmp (I) @LINE: 24 >>> Processing Test Case: DataBytePending (S) @LINE: 33 @@ -12966,13 +13977,13 @@ >>> Processed Test Case: NominalPath (S) @LINE: 2371 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e FPGA tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/FPGA/FPGA_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326 -TIME: 2021-01-14 14:56:01 +COMMAND: /opt/VectorCASTSP3/clicast -e FPGA tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/FPGA/FPGA_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326 +TIME: 2021-02-20 10:22:24 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -12983,20 +13994,20 @@ Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/FPGA/FPGA_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/FPGA/FPGA_cba.cvr (S) @LINE: 45 >>> Source file matched FPGA.c (E) @LINE: 46 IMPORT.END - >>> Script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/FPGA/FPGA_cba.cvr did not contain any relevant coverage data + >>> Script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/FPGA/FPGA_cba.cvr did not contain any relevant coverage data (S) @LINE: 46 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/FPGA/FPGA_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/FPGA/FPGA_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e FPGA -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326 -TIME: 2021-01-14 14:56:02 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326 +TIME: 2021-02-20 10:22:25 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -13005,645 +14016,645 @@ Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.resetFPGACommFlags test cases Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.signalFPGAReceiptCompleted test cases Running: BulkWriteAndReadInProgressAfterWrite Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NothingInProgress Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: ReadCmdInProgress Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: WriteCmdInProgress Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.signalFPGATransmitCompleted test cases Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.execFPGAIn test cases Running: CommErrorTooManyRetries Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: FailedState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: InvalidState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: OutgoingState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RcvAllSensorsState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RcvHeaderState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: StartState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.execFPGAOut test cases Running: FailedState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: IncomingState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: InvalidState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: ReadHeaderState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: WriteAllActuatorsState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.handleFPGAReadHeaderState test cases Running: NominalCase Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.handleFPGAReceiveHeaderState test cases Running: BadCRC Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NAKResponse Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NoResponseReceived Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NominalCase Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.handleFPGAWriteAllActuatorsState test cases Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.handleFPGAReceiveAllSensorsState test cases Running: BadCRC Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NAKResponse Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NoResponseReceived Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NoWriteResponseReceived Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NoWriteResponseReceived2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NoWriteResponseReceived3 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.execFPGATest test cases Running: TestFailed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: TestPassed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.consumeUnexpectedData test cases Running: DataBytePending Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NoData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.setupDMAForWriteCmd test cases Running: LengthTooLarge Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.startDMAWriteCmd test cases Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.setupDMAForWriteResp test cases Running: LengthTooLarge Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.startDMAReceiptOfWriteResp test cases Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.setupDMAForReadCmd test cases Running: LengthTooLarge Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.startDMAReadCmd test cases Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.setupDMAForReadResp test cases Running: LengthTooLarge Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.startDMAReceiptOfReadResp test cases Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGAVersions test cases Running: getFPGAVersions_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGABloodFlowSignalStrength test cases Running: getFPGABloodFlowSignalStrength_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGADialysateFlowSignalStrength test cases Running: getFPGADialysateFlowSignalStrength_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGABloodFlow test cases Running: getFPGABloodFlow_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGADialysateFlow test cases Running: getFPGADialysateFlow_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGABloodPumpHallSensorCount test cases Running: getFPGABloodPumpHallSensorCount_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGABloodPumpHallSensorStatus test cases Running: getFPGABloodPumpHallSensorStatus_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGADialInPumpHallSensorCount test cases Running: getFPGADialInPumpHallSensorCount_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGADialInPumpHallSensorStatus test cases Running: getFPGADialInPumpHallSensorStatus_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGADialOutPumpHallSensorCount test cases Running: getFPGADialOutPumpHallSensorCount_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGADialOutPumpHallSensorStatus test cases Running: getFPGADialOutPumpHallSensorStatus_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGABloodPumpOcclusion test cases Running: getFPGABloodPumpOcclusion_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGADialInPumpOcclusion test cases Running: getFPGADialInPumpOcclusion_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGADialOutPumpOcclusion test cases Running: getFPGADialOutPumpOcclusion_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGAArterialPressure test cases Running: getFPGAArterialPressure_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGAVenousPressure test cases Running: getFPGAVenousPressure_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGAAccelAxes test cases Running: getFPGAAccelAxes_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGAAccelMaxes test cases Running: getFPGAAccelMaxes_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGAAccelStatus test cases Running: getFPGAAccelStatus_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGAAirTrapLevels test cases Running: getFPGAAirTrapLevels_AirLow_FluidHigh Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getFPGAAirTrapLevels_FluidLow_AirHigh Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.setFPGAValvesControlMode test cases Running: setFPGAValvesControlMode_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGAValvesStatus test cases Running: getFPGAValvesStatus_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.setFPGAValveDialyzerInletPosition test cases Running: setFPGAValveDialyzerInletPosition_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGAValveDialyzerInletPosition test cases Running: getFPGAValveDialyzerInletPosition_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGAValveDialyzerInletCurrentCounts test cases Running: getFPGAValveDialyzerInletCurrentCounts_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.setFPGAValveDialyzerOutletPosition test cases Running: setFPGAValveDialyzerOutletPosition_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGAValveDialyzerOutletPosition test cases Running: getFPGAValveDialyzerOutletPosition_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGAValveDialyzerOutletCurrentCounts test cases Running: getFPGAValveDialyzerOutletCurrentCounts_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.setFPGAValveBloodVenousPosition test cases Running: setFPGAValveBloodVenousPosition_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGAValveBloodVenousPosition test cases Running: getFPGAValveBloodVenousPosition_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGAValveBloodVenousCurrentCounts test cases Running: getFPGAValveBloodVenousCurrentCounts_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.setFPGAValveBloodArterialPosition test cases Running: setFPGAValveBloodArterialPosition_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGAValveBloodArterialPosition test cases Running: getFPGAValveBloodArterialPosition_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.getFPGAValveBloodArterialCurrentCounts test cases Running: getFPGAValveBloodArterialCurrentCounts_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493 -TIME: 2021-01-14 14:56:04 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493 +TIME: 2021-02-20 10:22:28 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS.env" Initializing search list Creating the Environment Directory Creating Environment "INTERRUPTS" @@ -13673,23 +14684,26 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INTERRUPTS -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493 -TIME: 2021-01-14 14:56:08 +COMMAND: /opt/VectorCASTSP3/clicast -e INTERRUPTS -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493 +TIME: 2021-02-20 10:22:30 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (13) + Translated 0 script lines Processing script line 50 Processing script line 150 Processing script line 300 @@ -13699,7 +14713,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS.tst.tmp (I) @LINE: 24 >>> Processing Test Case: canErrorNotification_BusOff_Alarm (S) @LINE: 39 @@ -13849,12 +14863,12 @@ (S) @LINE: 523 >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INTERRUPTS -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493 -TIME: 2021-01-14 14:56:09 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493 +TIME: 2021-02-20 10:22:33 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -13863,258 +14877,258 @@ Running: initInterrupts_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Interrupts.phantomInterrupt test cases Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Interrupts.rtiNotification test cases Running: rtiNotification_InvalidNotification Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: rtiNotification_RTI0_TimerTask Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: rtiNotification_RTI1_PriorityTask Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: rtiNotification_RTI2_Unused Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: rtiNotification_RTI3_GeneralTask Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Interrupts.canMessageNotification test cases Running: InvalidCANNode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Interrupts.canErrorNotification test cases Running: canErrorNotification_BusOff_Alarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: canErrorNotification_BusOff_NoPersist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: canErrorNotification_BusPassive_Alarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: canErrorNotification_BusPassive_NoPersist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: canErrorNotification_BusWarning Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: canErrorNotification_InvalidCANNode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: canErrorNotification_Other Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: canErrorNotification_ParityError_Alarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: canErrorNotification_ParityError_NoPersist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Interrupts.sciNotification test cases Running: FramingError_SCI2_Alarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: FramingError_SCI2_NoPersist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: InvalidSCI Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: OverrunError_SCI2_Alarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: OverrunError_SCI2_NoPersist Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Interrupts.dmaGroupANotification test cases Running: DMAChannel0 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: DMAChannel2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: InvalidChannel Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: UnexpectedInterruptType Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Interrupts.edgeNotification test cases Running: edgeNotification_BP Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: edgeNotification_DIP Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: edgeNotification_DOP Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: edgeNotification_InvalidEdge Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: edgeNotification_NotHET1 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 -TIME: 2021-01-14 14:56:10 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 +TIME: 2021-02-20 10:22:34 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL.env" Initializing search list Creating the Environment Directory Creating Environment "INT_ACCEL" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/source/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/source/ File: sys_main.c QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Modes/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: ModeInitPOST.c QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Services/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: SystemCommMessages.c QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Tasks/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Tasks/ File: TaskPriority.c QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/FWCommon/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/FWCommon/ File: Accel.c QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals @@ -14174,23 +15188,26 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_ACCEL -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 -TIME: 2021-01-14 14:56:20 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_ACCEL -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 +TIME: 2021-02-20 10:22:44 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (18) + Translated 0 script lines Processing script line 50 Processing script line 100 Processing script line 200 @@ -14201,7 +15218,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL.tst.tmp (I) @LINE: 24 >>> Processing Test Case: execAccelTest1 (S) @LINE: 35 @@ -14248,24 +15265,39 @@ >>> Processed Test Case: initAccel (S) @LINE: 341 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e INT_ACCEL tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_ACCEL/INT_ACCEL_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 -TIME: 2021-01-14 14:56:21 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_ACCEL test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL.tst +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 +TIME: 2021-02-20 10:22:47 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open + Creating Script File + Building Test Case Script + Test Case Script Created + Script processing completed +COMMAND: /opt/VectorCASTSP3/clicast -e INT_ACCEL tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_ACCEL/INT_ACCEL_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 +TIME: 2021-02-20 10:22:48 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2021 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/CCAST_.CFG + Opening Environment + Opening Parameter/Global File + Opening Types File + Environment is Open Processing Coverage Import Script File Script Creation Completed -------------------------------------------------------------------------------- Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_ACCEL/INT_ACCEL_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_ACCEL/INT_ACCEL_cba.cvr (S) @LINE: 45 >>> Source file matched ModeInitPOST.c (S) @LINE: 67 @@ -14277,14 +15309,14 @@ (S) @LINE: 133 >>> Source file matched sys_main.c (S) @LINE: 151 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_ACCEL/INT_ACCEL_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_ACCEL/INT_ACCEL_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_ACCEL -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 -TIME: 2021-01-14 14:56:22 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 +TIME: 2021-02-20 10:22:48 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -14293,113 +15325,113 @@ Running: execAccelTest1 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execAccelTest2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestHDAccelOverrideRequest test cases Running: testResetAccelAxisOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetAccelAxisOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestHDAccelMaxOverrideRequest test cases Running: testResetAccelMaxOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetAccelMaxOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestHDAccelBroadcastIntervalOverrideRequest test cases Running: testResetAccelDataPublishIntervalOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetAccelDataPublishIntervalOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleSetAccelCalibration test cases Running: setAccelCalibration Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all TaskPriority.taskPriority test cases Running: execAccel Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all sys_main.initSoftware test cases Running: initAccel Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907 -TIME: 2021-01-14 14:56:23 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907 +TIME: 2021-02-20 10:22:49 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP.env" Initializing search list Creating the Environment Directory Creating Environment "INT_AIRTRAP" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/source/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/source/ File: sys_main.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Controllers/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Controllers/ File: AirTrap.c QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Modes/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: ModePreTreat.c File: ModeStandby.c File: ModeTreatment.c File: TreatmentStop.c QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Services/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: SystemCommMessages.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Tasks/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Tasks/ File: TaskGeneral.c File: TaskPriority.c (using cached data) QuickParse Utility Completed @@ -14492,18 +15524,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_AIRTRAP -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907 -TIME: 2021-01-14 14:56:36 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_AIRTRAP -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907 +TIME: 2021-02-20 10:23:02 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -14518,13 +15550,21 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP.tst.tmp (I) @LINE: 24 >>> Processing Test Case: resetAirTrap (S) @LINE: 31 >>> Processed Test Case: resetAirTrap (I) @LINE: 41 >>> Processing Test Case: execAirTrapMonitorTreatment +(E) @LINE: 46 TEST.VALUE:ModeTreatment.<>.currentTreatmentState:TREATMENT_RECIRC_SETUP_STATE + >>> Value for 'Enumeral' out of range + >>> Read "TREATMENT_RECIRC_SETUP_STATE" + >>> Command Ignored +(E) @LINE: 51 TEST.EXPECTED:ModeTreatment.<>.currentTreatmentState:TREATMENT_DIALYSIS_END_STATE + >>> Value for 'Enumeral' out of range + >>> Read "TREATMENT_DIALYSIS_END_STATE" + >>> Command Ignored (S) @LINE: 52 >>> Processed Test Case: execAirTrapMonitorTreatment (I) @LINE: 62 @@ -14561,13 +15601,13 @@ >>> Processed Test Case: initAirTrap (S) @LINE: 243 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e INT_AIRTRAP tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_AIRTRAP/INT_AIRTRAP_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907 -TIME: 2021-01-14 14:56:37 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_AIRTRAP tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_AIRTRAP/INT_AIRTRAP_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907 +TIME: 2021-02-20 10:23:03 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -14578,7 +15618,7 @@ Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_AIRTRAP/INT_AIRTRAP_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_AIRTRAP/INT_AIRTRAP_cba.cvr (S) @LINE: 45 >>> Source file matched AirTrap.c (S) @LINE: 67 @@ -14612,14 +15652,14 @@ >>> Context After: SELF_TEST_STATUS_T status = SELF_TEST_STATUS_PASSED; // TODO - implement POST (S) @LINE: 284 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_AIRTRAP/INT_AIRTRAP_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_AIRTRAP/INT_AIRTRAP_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_AIRTRAP -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907 -TIME: 2021-01-14 14:56:38 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907 +TIME: 2021-02-20 10:23:04 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -14628,105 +15668,105 @@ Running: resetAirTrap Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatment.execTreatmentMode test cases Running: execAirTrapMonitorTreatment Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all TreatmentStop.transitionToTreatmentStop test cases Running: endAirTrapControl Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleSetAirTrapBroadcastIntervalOverrideRequest test cases Running: testResetAirTrapDataPublishIntervalOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetAirTrapDataPublishIntervalOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleSetAirTrapLevelSensorOverrideRequest test cases Running: testResetAirTrapLevelOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetAirTrapLevelOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all TaskGeneral.taskGeneral test cases Running: execAirTrapController Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all TaskPriority.taskPriority test cases Running: execAirTrapMonitor Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all sys_main.initSoftware test cases Running: initAirTrap Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112 -TIME: 2021-01-14 14:56:39 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112 +TIME: 2021-02-20 10:23:05 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP.env" Initializing search list Creating the Environment Directory Creating Environment "INT_ALARMLAMP" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/source/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/source/ File: sys_main.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Controllers/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Controllers/ File: AlarmLamp.c QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Modes/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: ModeInitPOST.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Services/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: AlarmMgmt.c File: SystemCommMessages.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Tasks/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Tasks/ File: TaskGeneral.c (using cached data) QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals @@ -14795,31 +15835,40 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMLAMP -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112 -TIME: 2021-01-14 14:56:49 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMLAMP -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112 +TIME: 2021-02-20 10:23:15 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (23) + Translated 1 script lines Script Creation Completed -------------------------------------------------------------------------------- Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP.tst.tmp -(E) @LINE: 22 TEST.SUBPROGRAM:setAlarmLampAndAudio - >>> Unknown subprogram name setAlarmLampAndAudio + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP/convertScript-translated.tst +(I) @LINE: 24 + >>> Processing Test Case: requestAlarmLampPattern +(I) @LINE: 25 + >>> 'LAMP_PATTERN_OK' was specified as a macro, but it is in the symbol dictionary. +(I) @LINE: 28 + >>> 'LAMP_PATTERN_OK' was specified as a macro, but it is in the symbol dictionary. +(S) @LINE: 30 + >>> Processed Test Case: requestAlarmLampPattern (I) @LINE: 40 >>> Processing Test Case: execAlarmLampTest (S) @LINE: 44 @@ -14864,13 +15913,28 @@ >>> Processed Test Case: initAlarmLamp (S) @LINE: 145 >>> Script processing completed +COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMLAMP test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP.tst +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112 +TIME: 2021-02-20 10:23:18 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2021 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/CCAST_.CFG + Opening Environment + Opening Parameter/Global File + Opening Types File + Environment is Open + Creating Script File + Building Test Case Script + Test Case Script Created + Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMLAMP -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112 -TIME: 2021-01-14 14:56:50 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112 +TIME: 2021-02-20 10:23:18 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -14879,64 +15943,72 @@ Running: execAlarmLampTest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete + Running all AlarmMgmt.setAlarmAudio test cases + Running: requestAlarmLampPattern + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete Running all SystemCommMessages.handleTestAlarmLampPatternOverrideRequest test cases Running: testResetCurrentLampPatternOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetCurrentLampPatternOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all TaskGeneral.taskGeneral test cases Running: execAlarmLamp Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all sys_main.initSoftware test cases Running: initAlarmLamp Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 -TIME: 2021-01-14 14:56:51 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 +TIME: 2021-02-20 10:23:19 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT.env" Initializing search list Creating the Environment Directory Creating Environment "INT_ALARMMGMT" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/source/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/source/ File: sys_main.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Controllers/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Controllers/ File: BloodFlow.c QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Services/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: AlarmMgmt.c (using cached data) File: SystemComm.c File: SystemCommMessages.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Tasks/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Tasks/ File: TaskGeneral.c (using cached data) QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals @@ -15005,18 +16077,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMMGMT -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 -TIME: 2021-01-14 14:57:03 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMMGMT -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 +TIME: 2021-02-20 10:23:30 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -15030,7 +16102,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT.tst.tmp (I) @LINE: 24 >>> Processing Test Case: activateAlarm2Data (S) @LINE: 28 @@ -15083,13 +16155,13 @@ >>> Processed Test Case: initAlarmMgmt (S) @LINE: 298 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMMGMT tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_ALARMMGMT/INT_ALARMMGMT_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 -TIME: 2021-01-14 14:57:04 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMMGMT tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_ALARMMGMT/INT_ALARMMGMT_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 +TIME: 2021-02-20 10:23:31 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -15100,7 +16172,7 @@ Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_ALARMMGMT/INT_ALARMMGMT_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_ALARMMGMT/INT_ALARMMGMT_cba.cvr (S) @LINE: 45 >>> Source file matched BloodFlow.c (S) @LINE: 67 @@ -15114,14 +16186,14 @@ (S) @LINE: 155 >>> Source file matched sys_main.c (S) @LINE: 215 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_ALARMMGMT/INT_ALARMMGMT_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_ALARMMGMT/INT_ALARMMGMT_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMMGMT -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 -TIME: 2021-01-14 14:57:04 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 +TIME: 2021-02-20 10:23:31 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -15130,105 +16202,105 @@ Running: activateAlarm1Data Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.execBloodFlowController test cases Running: activateAlarm2Data Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.checkTooManyBadMsgCRCs test cases Running: activateAlarmNoData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestAlarmStateOverrideRequest test cases Running: AlarmStateOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: AlarmStateReset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestAlarmTimeOverrideRequest test cases Running: AlarmStartOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: AlarmStartReset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestSuperClearAlarmsRequest test cases Running: testClearAllAlarms Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all TaskGeneral.taskGeneral test cases Running: execAlarmMgmt Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all sys_main.initSoftware test cases Running: initAlarmMgmt Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 -TIME: 2021-01-14 14:57:05 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 +TIME: 2021-02-20 10:23:33 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW.env" Initializing search list Creating the Environment Directory Creating Environment "INT_BLOODFLOW" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/source/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/source/ File: sys_main.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Controllers/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Controllers/ File: BloodFlow.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Modes/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: Dialysis.c QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Services/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: Interrupts.c File: SystemCommMessages.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Tasks/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Tasks/ File: TaskGeneral.c (using cached data) File: TaskPriority.c (using cached data) QuickParse Utility Completed @@ -15306,18 +16378,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_BLOODFLOW -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 -TIME: 2021-01-14 14:57:16 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_BLOODFLOW -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 +TIME: 2021-02-20 10:23:43 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -15334,7 +16406,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW.tst.tmp (I) @LINE: 24 >>> Processing Test Case: isBloodPumpRunning (S) @LINE: 44 @@ -15425,13 +16497,13 @@ >>> Processed Test Case: initBloodFlow (S) @LINE: 594 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e INT_BLOODFLOW tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_BLOODFLOW/INT_BLOODFLOW_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 -TIME: 2021-01-14 14:57:17 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_BLOODFLOW tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_BLOODFLOW/INT_BLOODFLOW_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 +TIME: 2021-02-20 10:23:44 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -15442,7 +16514,7 @@ Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_BLOODFLOW/INT_BLOODFLOW_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_BLOODFLOW/INT_BLOODFLOW_cba.cvr (S) @LINE: 45 >>> Source file matched BloodFlow.c (S) @LINE: 67 @@ -15458,14 +16530,14 @@ (S) @LINE: 177 >>> Source file matched sys_main.c (S) @LINE: 273 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_BLOODFLOW/INT_BLOODFLOW_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_BLOODFLOW/INT_BLOODFLOW_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_BLOODFLOW -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 -TIME: 2021-01-14 14:57:18 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 +TIME: 2021-02-20 10:23:45 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -15474,195 +16546,195 @@ Running: setBloodPumpTargetFlowRate Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.handleSalineBolusWait4Pumps2Stop test cases Running: isBloodPumpRunning Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Interrupts.edgeNotification test cases Running: signalBloodPumpRotorHallSensor Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestBloodFlowSetPointOverrideRequest test cases Running: handleTestBloodFlowSetPointOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestBloodFlowMeasuredOverrideRequest test cases Running: handleTestBloodFlowMeasuredOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodFlowMeasuredOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestBloodFlowSignalStrengthOverrideRequest test cases Running: handleTestBloodFlowSignalStrengthOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodFlowSignalStrengthOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestBloodPumpRotorMeasuredSpeedOverrideRequest test cases Running: handleTestBloodPumpRotorMeasuredSpeedOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodPumpRotorMeasuredSpeedOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestBloodPumpMeasuredSpeedOverrideRequest test cases Running: handleTestBloodPumpMeasuredSpeedOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodPumpMeasuredSpeedOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestBloodPumpMCMeasuredSpeedOverrideRequest test cases Running: handleTestBloodPumpMCMeasuredSpeedOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodPumpMCMeasuredSpeedOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestBloodPumpMCMeasuredCurrentOverrideRequest test cases Running: handleTestBloodPumpMCMeasuredCurrentOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodPumpMCMeasuredCurrentOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestBloodFlowBroadcastIntervalOverrideRequest test cases Running: handleTestBloodFlowBroadcastIntervalOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodFlowBroadcastIntervalOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleSetBloodFlowCalibration test cases Running: setBloodFlowCalibration Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all TaskGeneral.taskGeneral test cases Running: execBloodFlowController Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all TaskPriority.taskPriority test cases Running: execBloodFlowMonitor Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all sys_main.initSoftware test cases Running: initBloodFlow Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 -TIME: 2021-01-14 14:57:19 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 +TIME: 2021-02-20 10:23:47 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS.env" Initializing search list Creating the Environment Directory Creating Environment "INT_BUTTONS" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/source/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/source/ File: sys_main.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Controllers/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Controllers/ File: Buttons.c QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Modes/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: ModeInitPOST.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Services/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: SystemCommMessages.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Tasks/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Tasks/ File: TaskPriority.c (using cached data) QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals @@ -15722,18 +16794,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_BUTTONS -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 -TIME: 2021-01-14 14:57:28 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_BUTTONS -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 +TIME: 2021-02-20 10:23:55 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -15747,7 +16819,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS.tst.tmp (I) @LINE: 24 >>> Processing Test Case: execStuckButtonTest (S) @LINE: 31 @@ -15782,13 +16854,13 @@ >>> Processed Test Case: initButtons (S) @LINE: 211 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e INT_BUTTONS tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_BUTTONS/INT_BUTTONS_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 -TIME: 2021-01-14 14:57:29 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_BUTTONS tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_BUTTONS/INT_BUTTONS_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 +TIME: 2021-02-20 10:23:56 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -15799,7 +16871,7 @@ Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_BUTTONS/INT_BUTTONS_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_BUTTONS/INT_BUTTONS_cba.cvr (S) @LINE: 45 >>> Source file matched Buttons.c (S) @LINE: 67 @@ -15811,14 +16883,14 @@ (S) @LINE: 133 >>> Source file matched sys_main.c (S) @LINE: 151 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_BUTTONS/INT_BUTTONS_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_BUTTONS/INT_BUTTONS_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_BUTTONS -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 -TIME: 2021-01-14 14:57:30 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 +TIME: 2021-02-20 10:23:57 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -15827,79 +16899,79 @@ Running: execStuckButtonTest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleOffButtonConfirmMsgFromUI test cases Running: userConfirmOffButton Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestOffButtonStateOverrideRequest test cases Running: testResetOffButtonStateOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetOffButtonStateOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestStopButtonStateOverrideRequest test cases Running: testResetStopButtonStateOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetStopButtonStateOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all TaskPriority.taskPriority test cases Running: execButtons Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all sys_main.initSoftware test cases Running: initButtons Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052 -TIME: 2021-01-14 14:57:31 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052 +TIME: 2021-02-20 10:23:58 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS.env" Initializing search list Creating the Environment Directory Creating Environment "INT_COMMBUFFERS" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/source/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/source/ File: sys_main.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Services/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: CommBuffers.c File: MsgQueues.c File: SystemComm.c (using cached data) @@ -15962,31 +17034,34 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_COMMBUFFERS -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052 -TIME: 2021-01-14 14:57:40 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_COMMBUFFERS -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052 +TIME: 2021-02-20 10:24:06 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (18) + Translated 0 script lines Processing script line 50 Processing script line 150 Script Creation Completed -------------------------------------------------------------------------------- Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS.tst.tmp (I) @LINE: 24 >>> Processing Test Case: peekAndgetFromAndNumberOfBytesInCommBuffer (S) @LINE: 56 @@ -16001,13 +17076,28 @@ >>> Processed Test Case: initCommBuffers (S) @LINE: 193 >>> Script processing completed +COMMAND: /opt/VectorCASTSP3/clicast -e INT_COMMBUFFERS test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS.tst +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052 +TIME: 2021-02-20 10:24:09 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2021 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/CCAST_.CFG + Opening Environment + Opening Parameter/Global File + Opening Types File + Environment is Open + Creating Script File + Building Test Case Script + Test Case Script Created + Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_COMMBUFFERS -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052 -TIME: 2021-01-14 14:57:41 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052 +TIME: 2021-02-20 10:24:10 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -16016,48 +17106,48 @@ Running: peekAndgetFromAndNumberOfBytesInCommBuffer Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.sendOffButtonMsgToUI test cases Running: addToCommBuffer Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all sys_main.initSoftware test cases Running: initCommBuffers Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 -TIME: 2021-01-14 14:57:42 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 +TIME: 2021-02-20 10:24:11 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD.env" Initializing search list Creating the Environment Directory Creating Environment "INT_CPLD" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/source/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/source/ File: sys_main.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Controllers/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Controllers/ File: AlarmLamp.c (using cached data) File: Buttons.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Drivers/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Drivers/ File: CPLD.c QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Services/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: WatchdogMgmt.c QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals @@ -16118,30 +17208,33 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_CPLD -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 -TIME: 2021-01-14 14:57:50 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_CPLD -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 +TIME: 2021-02-20 10:24:19 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (0) + Translated 0 script lines Processing script line 100 Script Creation Completed -------------------------------------------------------------------------------- Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD.tst.tmp (I) @LINE: 24 >>> Processing Test Case: setCPLDLampGreen (S) @LINE: 34 @@ -16172,24 +17265,39 @@ >>> Processed Test Case: initCPLD (S) @LINE: 117 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e INT_CPLD tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_CPLD/INT_CPLD_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 -TIME: 2021-01-14 14:57:51 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_CPLD test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD.tst +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 +TIME: 2021-02-20 10:24:20 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open + Creating Script File + Building Test Case Script + Test Case Script Created + Script processing completed +COMMAND: /opt/VectorCASTSP3/clicast -e INT_CPLD tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_CPLD/INT_CPLD_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 +TIME: 2021-02-20 10:24:21 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2021 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/CCAST_.CFG + Opening Environment + Opening Parameter/Global File + Opening Types File + Environment is Open Processing Coverage Import Script File Script Creation Completed -------------------------------------------------------------------------------- Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_CPLD/INT_CPLD_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_CPLD/INT_CPLD_cba.cvr (S) @LINE: 45 >>> Source file matched AlarmLamp.c (S) @LINE: 67 @@ -16201,14 +17309,14 @@ (S) @LINE: 133 >>> Source file matched sys_main.c (S) @LINE: 152 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_CPLD/INT_CPLD_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_CPLD/INT_CPLD_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_CPLD -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 -TIME: 2021-01-14 14:57:51 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 +TIME: 2021-02-20 10:24:21 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -16217,77 +17325,77 @@ Running: setCPLDLampGreen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setCPLDLampRed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Buttons.execButtons test cases Running: getCPLDOffAndStopButtons Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Buttons.handleOffButtonProcessing test cases Running: toggleCPLDOffRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all WatchdogMgmt.execWatchdogMgmt test cases Running: getCPLDWatchdogExpired Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all WatchdogMgmt.petWatchdog test cases Running: toggleCPLDWatchdog Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all sys_main.initSoftware test cases Running: initCPLD Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 -TIME: 2021-01-14 14:57:52 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 +TIME: 2021-02-20 10:24:23 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE.env" Initializing search list Creating the Environment Directory Creating Environment "INT_DGINTERFACE" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Controllers/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Controllers/ File: DGInterface.c QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Modes/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: Dialysis.c (using cached data) File: ModeStandby.c (using cached data) File: ModeTreatment.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Services/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: SystemCommMessages.c (using cached data) QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals @@ -16347,18 +17455,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_DGINTERFACE -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 -TIME: 2021-01-14 14:58:00 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_DGINTERFACE -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 +TIME: 2021-02-20 10:24:31 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -16373,7 +17481,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE.tst.tmp (I) @LINE: 24 >>> Processing Test Case: getDGActiveReservoir (S) @LINE: 30 @@ -16416,13 +17524,13 @@ >>> Processed Test Case: setDGROPumpData (S) @LINE: 254 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e INT_DGINTERFACE tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DGINTERFACE/INT_DGINTERFACE_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 -TIME: 2021-01-14 14:58:01 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_DGINTERFACE tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DGINTERFACE/INT_DGINTERFACE_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 +TIME: 2021-02-20 10:24:32 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -16433,7 +17541,7 @@ Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DGINTERFACE/INT_DGINTERFACE_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DGINTERFACE/INT_DGINTERFACE_cba.cvr (S) @LINE: 45 >>> Source file matched DGInterface.c (S) @LINE: 67 @@ -16451,15 +17559,22 @@ >>> Line Context: { >>> Context After: dgReservoirDrainVolumeTargetSet = drainToVolMl; sendDGDrainCommand( drainToVolMl ); + >>> Failed to find matching line for: + >>> Result: CBA_DGInterface + >>> Unit: 9 + >>> Function: cmdStartDGFill + >>> Line Context: { + >>> Context After: dgReservoirFillVolumeTargetSet = fillToVolMl; +sendDGFillCommand( fillToVolMl ); (S) @LINE: 273 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DGINTERFACE/INT_DGINTERFACE_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DGINTERFACE/INT_DGINTERFACE_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_DGINTERFACE -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 -TIME: 2021-01-14 14:58:02 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 +TIME: 2021-02-20 10:24:32 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -16468,107 +17583,107 @@ Running: getDGActiveReservoir Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeStandby.transitionToStandbyMode test cases Running: initDGInterface Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatment.transitionToTreatmentMode test cases Running: initTreatmentReservoirMgmt Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatment.execTreatmentMode test cases Running: execTreatmentReservoirMgmt Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete + Running all SystemCommMessages.handleDGOpMode test cases + Running: setDGOpMode + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete Running all SystemCommMessages.handleDGTemperatureData test cases Running: setDialysateTemperatureReadings Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleROPumpData test cases Running: setDGROPumpData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleDrainPumpData test cases Running: setDGDrainPumpData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleDGPressuresData test cases Running: setDGPressures Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleDGReservoirData test cases Running: setDGReservoirsData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete - Running all SystemCommMessages.handleDGOpMode test cases - Running: setDGOpMode - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 -TIME: 2021-01-14 14:58:03 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 +TIME: 2021-02-20 10:24:34 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW.env" Initializing search list Creating the Environment Directory Creating Environment "INT_DIALINFLOW" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/source/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/source/ File: sys_main.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Controllers/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Controllers/ File: DialInFlow.c QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Modes/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: Dialysis.c (using cached data) File: ModeInitPOST.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Services/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: SystemCommMessages.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Tasks/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Tasks/ File: TaskGeneral.c (using cached data) File: TaskPriority.c (using cached data) QuickParse Utility Completed @@ -16646,18 +17761,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALINFLOW -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 -TIME: 2021-01-14 14:58:14 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALINFLOW -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 +TIME: 2021-02-20 10:24:44 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -16673,7 +17788,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW.tst.tmp (I) @LINE: 24 >>> Processing Test Case: isDialInPumpRunning (S) @LINE: 41 @@ -16760,13 +17875,13 @@ >>> Processed Test Case: initDialInFlow (S) @LINE: 540 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALINFLOW tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALINFLOW/INT_DIALINFLOW_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 -TIME: 2021-01-14 14:58:15 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALINFLOW tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALINFLOW/INT_DIALINFLOW_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 +TIME: 2021-02-20 10:24:46 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -16777,7 +17892,7 @@ Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALINFLOW/INT_DIALINFLOW_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALINFLOW/INT_DIALINFLOW_cba.cvr (S) @LINE: 45 >>> Source file matched DialInFlow.c (S) @LINE: 67 @@ -16793,14 +17908,14 @@ (S) @LINE: 177 >>> Source file matched sys_main.c (S) @LINE: 284 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALINFLOW/INT_DIALINFLOW_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALINFLOW/INT_DIALINFLOW_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALINFLOW -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 -TIME: 2021-01-14 14:58:16 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 +TIME: 2021-02-20 10:24:46 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -16809,188 +17924,188 @@ Running: setDialInPumpTargetFlowRate Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.handleSalineBolusWait4Pumps2Stop test cases Running: isDialInPumpRunning Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialInFlowSetPointOverrideRequest test cases Running: handleTestDialInFlowSetPointOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialInFlowMeasuredOverrideRequest test cases Running: handleTestDialInFlowMeasuredOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInFlowMeasuredOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialInFlowSignalStrengthOverrideRequest test cases Running: handleTestDialInFlowSignalStrengthOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInFlowSignalStrengthOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialInPumpRotorMeasuredSpeedOverrideRequest test cases Running: handleTestDialInPumpRotorMeasuredSpeedOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInPumpRotorMeasuredSpeedOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialInPumpMeasuredSpeedOverrideRequest test cases Running: handleTestDialInPumpMeasuredSpeedOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInPumpMeasuredSpeedOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialInPumpMCMeasuredSpeedOverrideRequest test cases Running: handleTestDialInPumpMCMeasuredSpeedOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInPumpMCMeasuredSpeedOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialInPumpMCMeasuredCurrentOverrideRequest test cases Running: handleTestDialInPumpMCMeasuredCurrentOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInPumpMCMeasuredCurrentOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialInFlowBroadcastIntervalOverrideRequest test cases Running: handleTestDialInFlowBroadcastIntervalOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInFlowBroadcastIntervalOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleSetDialysateFlowCalibration test cases Running: setDialInFlowCalibration Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all TaskGeneral.taskGeneral test cases Running: execDialInFlowController Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all TaskPriority.taskPriority test cases Running: execDialInFlowMonitor Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all sys_main.initSoftware test cases Running: initDialInFlow Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522 -TIME: 2021-01-14 14:58:17 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522 +TIME: 2021-02-20 10:24:48 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW.env" Initializing search list Creating the Environment Directory Creating Environment "INT_DIALOUTFLOW" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/source/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/source/ File: sys_main.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Controllers/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Controllers/ File: DialOutFlow.c QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Modes/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: Dialysis.c (using cached data) File: ModeInitPOST.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Services/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: SystemCommMessages.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Tasks/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Tasks/ File: TaskGeneral.c (using cached data) File: TaskPriority.c (using cached data) QuickParse Utility Completed @@ -17068,18 +18183,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALOUTFLOW -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522 -TIME: 2021-01-14 14:58:28 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALOUTFLOW -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522 +TIME: 2021-02-20 10:24:59 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -17101,7 +18216,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW.tst.tmp (I) @LINE: 24 >>> Processing Test Case: getLoadCellWeightInGrams (E) @LINE: 25 TEST.VALUE:DialOutFlow.<>.loadCellWeightInGrams[LOAD_CELL_RESERVOIR_1_PRIMARY].data:1510.0 @@ -17326,13 +18441,13 @@ >>> Processed Test Case: initDialOutFlow (S) @LINE: 740 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALOUTFLOW tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALOUTFLOW/INT_DIALOUTFLOW_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522 -TIME: 2021-01-14 14:58:29 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALOUTFLOW tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALOUTFLOW/INT_DIALOUTFLOW_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522 +TIME: 2021-02-20 10:25:00 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -17343,7 +18458,7 @@ Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALOUTFLOW/INT_DIALOUTFLOW_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALOUTFLOW/INT_DIALOUTFLOW_cba.cvr (S) @LINE: 45 >>> Source file matched DialOutFlow.c (S) @LINE: 67 @@ -17359,14 +18474,14 @@ (S) @LINE: 177 >>> Source file matched sys_main.c (S) @LINE: 229 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALOUTFLOW/INT_DIALOUTFLOW_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALOUTFLOW/INT_DIALOUTFLOW_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALOUTFLOW -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522 -TIME: 2021-01-14 14:58:30 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522 +TIME: 2021-02-20 10:25:00 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -17375,219 +18490,219 @@ Running: setDialOutPumpTargetRate Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.execDialysis test cases Running: getLoadCellWeightInGrams Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.handleSalineBolusWait4Pumps2Stop test cases Running: isDialOutPumpRunning Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleLoadCellReadingsFromDG test cases Running: setNewLoadCellReadings Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialOutFlowSetPointOverrideRequest test cases Running: testSetTargetDialOutFlowRateOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialOutFlowBroadcastIntervalOverrideRequest test cases Running: handleTestDialOutFlowBroadcastIntervalOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutFlowBroadcastIntervalOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialOutUFReferenceVolumeOverrideRequest test cases Running: handleTestDialOutUFReferenceVolumeOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutUFReferenceVolumeOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialOutUFMeasuredVolumeOverrideRequest test cases Running: handleTestDialOutUFMeasuredVolumeOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutUFMeasuredVolumeOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialOutPumpMCMeasuredSpeedOverrideRequest test cases Running: handleTestDialOutPumpMCMeasuredSpeedOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutPumpMCMeasuredSpeedOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialOutPumpMCMeasuredCurrentOverrideRequest test cases Running: handleTestDialOutPumpMCMeasuredCurrentOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutPumpMCMeasuredCurrentOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialOutPumpMeasuredSpeedOverrideRequest test cases Running: handleTestDialOutPumpMeasuredSpeedOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutPumpMeasuredSpeedOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialOutPumpMeasuredRotorSpeedOverrideRequest test cases Running: handleTestDialOutPumpMeasuredRotorSpeedOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutPumpMeasuredRotorSpeedOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialOutLoadCellWeightOverrideRequest test cases Running: handleTestDialOutLoadCellWeightOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutLoadCellWeightOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all TaskGeneral.taskGeneral test cases Running: execDialOutFlowController_Down Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execDialOutFlowController_Off Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execDialOutFlowController_Up Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all TaskPriority.taskPriority test cases Running: execDialOutFlowMonitor Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all sys_main.initSoftware test cases Running: initDialOutFlow Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 -TIME: 2021-01-14 14:58:31 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 +TIME: 2021-02-20 10:25:02 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS.env" Initializing search list Creating the Environment Directory Creating Environment "INT_DIALYSIS" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Controllers/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Controllers/ File: DGInterface.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Modes/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: Dialysis.c (using cached data) File: ModeTreatment.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Services/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: SystemCommMessages.c (using cached data) QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals @@ -17639,18 +18754,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALYSIS -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 -TIME: 2021-01-14 14:58:38 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALYSIS -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 +TIME: 2021-02-20 10:25:09 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -17665,7 +18780,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS.tst.tmp (I) @LINE: 24 >>> Processing Test Case: setFinalReservoirVolume (S) @LINE: 45 @@ -17680,6 +18795,10 @@ >>> Processed Test Case: getUltrafiltrationVolumeCollected (I) @LINE: 111 >>> Processing Test Case: stopDialysis +(E) @LINE: 124 TEST.EXPECTED:ModeTreatment.<>.currentTreatmentState:TREATMENT_DIALYSIS_END_STATE + >>> Value for 'Enumeral' out of range + >>> Read "TREATMENT_DIALYSIS_END_STATE" + >>> Command Ignored (S) @LINE: 125 >>> Processed Test Case: stopDialysis (I) @LINE: 133 @@ -17712,13 +18831,13 @@ >>> Processed Test Case: signalStartSalineBolus (S) @LINE: 343 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALYSIS tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALYSIS/INT_DIALYSIS_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 -TIME: 2021-01-14 14:58:39 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALYSIS tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALYSIS/INT_DIALYSIS_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 +TIME: 2021-02-20 10:25:10 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -17729,7 +18848,7 @@ Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALYSIS/INT_DIALYSIS_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALYSIS/INT_DIALYSIS_cba.cvr (S) @LINE: 45 >>> Source file matched DGInterface.c (S) @LINE: 67 @@ -17746,14 +18865,14 @@ >>> Context After: SALINE_BOLUS_STATE_T result = SALINE_BOLUS_STATE_MAX_DELIVERED; // this is a terminal state for a given treatment - no more saline may be delivered to patient (S) @LINE: 238 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALYSIS/INT_DIALYSIS_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_DIALYSIS/INT_DIALYSIS_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALYSIS -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 -TIME: 2021-01-14 14:58:40 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 +TIME: 2021-02-20 10:25:11 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -17762,122 +18881,122 @@ Running: setFinalReservoirVolume Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setStartReservoirVolume Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatment.transitionToTreatmentMode test cases Running: initDialysis Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatment.execTreatmentMode test cases Running: stopDialysis Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatment.handleTreatmentStartState test cases Running: startDialysisAndsetDialysisParams Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatment.handleTreatmentDialysisState test cases Running: dialysis Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatment.verifyUFSettingsChange test cases Running: getDialysisStateAndPauseUF Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatment.verifyUFSettingsConfirmation test cases Running: resumeUF Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatment.broadcastTreatmentSettingsRanges test cases Running: getUltrafiltrationVolumeCollected Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleSalineBolusRequest test cases Running: signalAbortSalineBolus Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: signalStartSalineBolus Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524 -TIME: 2021-01-14 14:58:41 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524 +TIME: 2021-02-20 10:25:12 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA.env" Initializing search list Creating the Environment Directory Creating Environment "INT_FPGA" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/source/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/source/ File: sys_main.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Controllers/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Controllers/ File: AirTrap.c (using cached data) File: BloodFlow.c (using cached data) File: DialInFlow.c (using cached data) File: DialOutFlow.c (using cached data) File: PresOccl.c File: Valves.c QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Modes/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: ModeInitPOST.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Services/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: FPGA.c File: Interrupts.c (using cached data) File: SystemCommMessages.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Tasks/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Tasks/ File: TaskPriority.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/FWCommon/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/FWCommon/ File: Accel.c (using cached data) QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals @@ -18002,18 +19121,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_FPGA -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524 -TIME: 2021-01-14 14:58:58 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_FPGA -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524 +TIME: 2021-02-20 10:25:30 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -18028,7 +19147,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA.tst.tmp (I) @LINE: 24 >>> Processing Test Case: getAccelData (S) @LINE: 50 @@ -18131,13 +19250,13 @@ >>> Processed Test Case: initFPGA (S) @LINE: 461 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e INT_FPGA tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_FPGA/INT_FPGA_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524 -TIME: 2021-01-14 14:58:59 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_FPGA tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_FPGA/INT_FPGA_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524 +TIME: 2021-02-20 10:25:31 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -18148,7 +19267,7 @@ Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_FPGA/INT_FPGA_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_FPGA/INT_FPGA_cba.cvr (S) @LINE: 45 >>> Source file matched AirTrap.c (S) @LINE: 67 @@ -18176,14 +19295,14 @@ (S) @LINE: 309 >>> Source file matched sys_main.c (S) @LINE: 442 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_FPGA/INT_FPGA_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_FPGA/INT_FPGA_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_FPGA -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524 -TIME: 2021-01-14 14:59:00 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524 +TIME: 2021-02-20 10:25:32 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -18192,191 +19311,191 @@ Running: getFPGAAirTrapLevels Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.execBloodFlowMonitor test cases Running: getFPGABloodFlow Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.updateBloodPumpSpeedAndDirectionFromHallSensors test cases Running: getFPGABloodPumpHallSensorCount Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.execDialInFlowMonitor test cases Running: getFPGADialysateFlow Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.updateDialInPumpSpeedAndDirectionFromHallSensors test cases Running: getFPGADialInPumpHallSensorCount Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.updateDialOutPumpSpeedAndDirectionFromHallSensors test cases Running: getFPGADialOutPumpHallSensorCount Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.execPresOccl test cases Running: execPresOccl_GetPressures Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.setValveControlMode test cases Running: setValveControlMode_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.areValvesFunctional test cases Running: areValvesFunctional_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.setFPGAValveSetPoint test cases Running: setFPGAValveSetPoint_VBA Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setFPGAValveSetPoint_VBV Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setFPGAValveSetPoint_VDI Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setFPGAValveSetPoint_VDO Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.convertAndMonitorValvesCurrent test cases Running: convertAndMonitorValvesCurrent_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.getAndMonitorValvesCurrentPosition test cases Running: getAndMonitorValvesCurrentPosition_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeInitPOST.execInitAndPOSTMode test cases Running: execFPGATest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Interrupts.dmaGroupANotification test cases Running: signalFPGAReceiptCompleted Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: signalFPGATransmitCompleted Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleFWVersionRequest test cases Running: getFPGAVersions Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all TaskPriority.taskPriority test cases Running: execFPGAInAndOut Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Accel.handleAccelMonitorState test cases Running: getAccelData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all sys_main.initSoftware test cases Running: initFPGA Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 -TIME: 2021-01-14 14:59:01 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 +TIME: 2021-02-20 10:25:34 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT.env" Initializing search list Creating the Environment Directory Creating Environment "INT_MODETREATMENT" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Modes/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: Dialysis.c (using cached data) File: ModeTreatment.c (using cached data) File: OperationModes.c QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Services/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: SystemCommMessages.c (using cached data) QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals @@ -18428,18 +19547,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENT -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 -TIME: 2021-01-14 14:59:08 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENT -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 +TIME: 2021-02-20 10:25:42 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -18448,23 +19567,30 @@ Processing script line 50 Processing script line 100 Processing script line 150 - Processing script line 250 Script Creation Completed -------------------------------------------------------------------------------- Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT.tst.tmp (I) @LINE: 24 >>> Processing Test Case: getTreatmentState (S) @LINE: 32 >>> Processed Test Case: getTreatmentState (I) @LINE: 42 >>> Processing Test Case: transitionToTreatmentModeAndexecTreatmentMode +(E) @LINE: 45 TEST.VALUE:ModeTreatment.<>.currentTreatmentState:TREATMENT_RECIRC_SETUP_STATE + >>> Value for 'Enumeral' out of range + >>> Read "TREATMENT_RECIRC_SETUP_STATE" + >>> Command Ignored (S) @LINE: 54 >>> Processed Test Case: transitionToTreatmentModeAndexecTreatmentMode (I) @LINE: 62 >>> Processing Test Case: initTreatmentMode +(E) @LINE: 63 TEST.VALUE:ModeTreatment.<>.currentTreatmentState:TREATMENT_RECIRC_SETUP_STATE + >>> Value for 'Enumeral' out of range + >>> Read "TREATMENT_RECIRC_SETUP_STATE" + >>> Command Ignored (S) @LINE: 83 >>> Processed Test Case: initTreatmentMode (I) @LINE: 93 @@ -18487,19 +19613,17 @@ >>> Processing Test Case: verifyUFSettingsChange (S) @LINE: 236 >>> Processed Test Case: verifyUFSettingsChange -(I) @LINE: 244 - >>> Processing Test Case: userRequestEndTreatment +(E) @LINE: 242 TEST.SUBPROGRAM:handleUIUserEndTreatmentRequest + >>> Unknown subprogram name handleUIUserEndTreatmentRequest (S) @LINE: 250 - >>> Processed Test Case: userRequestEndTreatment -(S) @LINE: 250 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENT tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_MODETREATMENT/INT_MODETREATMENT_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 -TIME: 2021-01-14 14:59:09 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENT tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_MODETREATMENT/INT_MODETREATMENT_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 +TIME: 2021-02-20 10:25:43 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -18510,7 +19634,7 @@ Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_MODETREATMENT/INT_MODETREATMENT_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_MODETREATMENT/INT_MODETREATMENT_cba.cvr (S) @LINE: 45 >>> Source file matched Dialysis.c (S) @LINE: 67 @@ -18520,14 +19644,14 @@ (S) @LINE: 111 >>> Source file matched SystemCommMessages.c (S) @LINE: 141 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_MODETREATMENT/INT_MODETREATMENT_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_MODETREATMENT/INT_MODETREATMENT_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENT -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 -TIME: 2021-01-14 14:59:09 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 +TIME: 2021-02-20 10:25:44 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -18536,93 +19660,85 @@ Running: getTreatmentState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all OperationModes.initOperationModes test cases Running: initTreatmentMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all OperationModes.execOperationModes test cases Running: transitionToTreatmentModeAndexecTreatmentMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete - Running all SystemCommMessages.handleUIUserEndTreatmentRequest test cases - Running: userRequestEndTreatment - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete Running all SystemCommMessages.handleChangeUFSettingsRequest test cases Running: verifyUFSettingsChange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleChangeUFSettingsConfirmation test cases Running: verifyUFSettingsConfirmation Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleChangeTreatmentDurationRequest test cases Running: verifyTreatmentDurationSettingChange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleChangeBloodDialysateRateChangeRequest test cases Running: verifyBloodAndDialysateRateSettingsChange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleChangePressureLimitsRequest test cases Running: verifyPressureLimitsChange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 -TIME: 2021-01-14 14:59:10 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 +TIME: 2021-02-20 10:25:45 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS.env" Initializing search list Creating the Environment Directory Creating Environment "INT_MODETREATMENTPARAMS" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Modes/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: ModeTreatmentParams.c File: OperationModes.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Services/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: SystemCommMessages.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/FWCommon/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/FWCommon/ File: Utilities.c QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals @@ -18674,18 +19790,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENTPARAMS -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 -TIME: 2021-01-14 14:59:17 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENTPARAMS -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 +TIME: 2021-02-20 10:25:53 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -18701,7 +19817,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS.tst.tmp (I) @LINE: 24 >>> Processing Test Case: execTreatParamsMode (S) @LINE: 43 @@ -18736,13 +19852,13 @@ >>> Processed Test Case: signalUserConfirmationOfTreatmentParameters_Reject (S) @LINE: 339 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENTPARAMS tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_MODETREATMENTPARAMS/INT_MODETREATMENTPARAMS_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 -TIME: 2021-01-14 14:59:18 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENTPARAMS tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_MODETREATMENTPARAMS/INT_MODETREATMENTPARAMS_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 +TIME: 2021-02-20 10:25:54 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -18753,7 +19869,7 @@ Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_MODETREATMENTPARAMS/INT_MODETREATMENTPARAMS_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_MODETREATMENTPARAMS/INT_MODETREATMENTPARAMS_cba.cvr (S) @LINE: 45 >>> Source file matched ModeTreatmentParams.c (S) @LINE: 67 @@ -18770,14 +19886,14 @@ >>> Context After: // pull treatment parameters into data array so we can more easily work with them memcpy( &stagedParams[0], &payload, sizeof(TREATMENT_PARAMS_DATA_PAYLOAD_T) ); (S) @LINE: 250 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_MODETREATMENTPARAMS/INT_MODETREATMENTPARAMS_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_MODETREATMENTPARAMS/INT_MODETREATMENTPARAMS_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENTPARAMS -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 -TIME: 2021-01-14 14:59:19 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 +TIME: 2021-02-20 10:25:55 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -18786,80 +19902,80 @@ Running: initTreatParamsMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all OperationModes.execOperationModes test cases Running: execTreatParamsMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all OperationModes.transitionToNewOperationMode test cases Running: transitionToTreatParamsMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleUIStartTreatmentMsg test cases Running: signalUserCancelTreatment Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTreatmentParametersFromUI test cases Running: validateAndSetTreatmentParameters Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleUIUserConfirmTreatmentParameters test cases Running: signalUserConfirmationOfTreatmentParameters_Confirm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: signalUserConfirmationOfTreatmentParameters_Reject Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestSetTreatmentParameter test cases Running: testSetTreatmentParameter Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608 -TIME: 2021-01-14 14:59:20 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608 +TIME: 2021-02-20 10:25:56 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES.env" Initializing search list Creating the Environment Directory Creating Environment "INT_MSGQUEUES" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/source/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/source/ File: sys_main.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Services/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: CommBuffers.c (using cached data) File: MsgQueues.c (using cached data) File: SystemComm.c (using cached data) @@ -18922,31 +20038,34 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_MSGQUEUES -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608 -TIME: 2021-01-14 14:59:27 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_MSGQUEUES -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608 +TIME: 2021-02-20 10:26:07 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (18) + Translated 0 script lines Processing script line 50 Processing script line 100 Script Creation Completed -------------------------------------------------------------------------------- Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES.tst.tmp (I) @LINE: 24 >>> Processing Test Case: addToMsgQueue (S) @LINE: 53 @@ -18965,13 +20084,28 @@ >>> Processed Test Case: initMsgQueues (S) @LINE: 125 >>> Script processing completed +COMMAND: /opt/VectorCASTSP3/clicast -e INT_MSGQUEUES test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES.tst +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608 +TIME: 2021-02-20 10:26:11 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2021 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/CCAST_.CFG + Opening Environment + Opening Parameter/Global File + Opening Types File + Environment is Open + Creating Script File + Building Test Case Script + Test Case Script Created + Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_MSGQUEUES -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608 -TIME: 2021-01-14 14:59:28 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608 +TIME: 2021-02-20 10:26:12 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -18980,58 +20114,58 @@ Running: addToMsgQueue Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.processReceivedMessages test cases Running: getFromMsgQueue Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.sendOffButtonMsgToUI test cases Running: blankMessage Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all sys_main.initSoftware test cases Running: initMsgQueues Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 -TIME: 2021-01-14 14:59:29 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 +TIME: 2021-02-20 10:26:14 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT.env" Initializing search list Creating the Environment Directory Creating Environment "INT_NVDATAMGMT" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/source/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/source/ File: sys_main.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Controllers/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Controllers/ File: Buttons.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Modes/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: ModeInitPOST.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Tasks/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Tasks/ File: TaskBG.c QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/FWCommon/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/FWCommon/ File: NVDataMgmt.c QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals @@ -19092,23 +20226,26 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_NVDATAMGMT -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 -TIME: 2021-01-14 14:59:37 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_NVDATAMGMT -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 +TIME: 2021-02-20 10:26:23 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (0) + Translated 0 script lines Processing script line 100 Processing script line 150 Processing script line 250 @@ -19117,7 +20254,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT.tst.tmp (I) @LINE: 24 >>> Processing Test Case: signalPowerOffWarning (S) @LINE: 31 @@ -19200,24 +20337,39 @@ >>> Processed Test Case: initNVDataMgmt (S) @LINE: 285 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e INT_NVDATAMGMT tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_NVDATAMGMT/INT_NVDATAMGMT_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 -TIME: 2021-01-14 14:59:38 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_NVDATAMGMT test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT.tst +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 +TIME: 2021-02-20 10:26:25 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open + Creating Script File + Building Test Case Script + Test Case Script Created + Script processing completed +COMMAND: /opt/VectorCASTSP3/clicast -e INT_NVDATAMGMT tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_NVDATAMGMT/INT_NVDATAMGMT_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 +TIME: 2021-02-20 10:26:25 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2021 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/CCAST_.CFG + Opening Environment + Opening Parameter/Global File + Opening Types File + Environment is Open Processing Coverage Import Script File Script Creation Completed -------------------------------------------------------------------------------- Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_NVDATAMGMT/INT_NVDATAMGMT_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_NVDATAMGMT/INT_NVDATAMGMT_cba.cvr (S) @LINE: 45 >>> Source file matched Buttons.c (S) @LINE: 67 @@ -19229,14 +20381,14 @@ (S) @LINE: 133 >>> Source file matched sys_main.c (S) @LINE: 411 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_NVDATAMGMT/INT_NVDATAMGMT_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_NVDATAMGMT/INT_NVDATAMGMT_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_NVDATAMGMT -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 -TIME: 2021-01-14 14:59:39 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 +TIME: 2021-02-20 10:26:26 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -19245,168 +20397,168 @@ Running: signalPowerOffWarning Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeInitPOST.execInitAndPOSTMode test cases Running: NVDataMgmt_SelfTest_Check_CRC Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NVDataMgmt_SelfTest_Enable_EEPROM Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NVDataMgmt_SelfTest_Read_Bootloader_Flag Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NVDataMgmt_SelfTest_Read_Cal_Record Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NVDataMgmt_SelfTest_Read_DG_Water_Consumption Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NVDataMgmt_SelfTest_Read_Disinfection_Record Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NVDataMgmt_SelfTest_Read_HD_Treatment_Time Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NVDataMgmt_SelfTest_Read_Log_Record Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NVDataMgmt_SelfTest_Read_Mfg_Record Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NVDataMgmt_SelfTest_Read_Srvc_Record Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NVDataMgmt_SelfTest_Start Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all TaskBG.taskBackground test cases Running: NVDataMgmt_Exec_Erase Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NVDataMgmt_Exec_Idle Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NVDataMgmt_Exec_Read Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NVDataMgmt_Exec_Read_From_RTC_RAM Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NVDataMgmt_Exec_Wait_For_POST Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NVDataMgmt_Exec_Write Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NVDataMgmt_Exec_Write_To_RTC_RAM Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all sys_main.initSoftware test cases Running: initNVDataMgmt Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110 -TIME: 2021-01-14 14:59:40 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110 +TIME: 2021-02-20 10:26:27 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES.env" Initializing search list Creating the Environment Directory Creating Environment "INT_OPERATIONMODES" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/source/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/source/ File: sys_main.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Controllers/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Controllers/ File: Buttons.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Modes/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: ModeInitPOST.c (using cached data) File: OperationModes.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Tasks/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Tasks/ File: TaskGeneral.c (using cached data) QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals @@ -19466,30 +20618,33 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_OPERATIONMODES -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110 -TIME: 2021-01-14 14:59:47 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_OPERATIONMODES -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110 +TIME: 2021-02-20 10:26:34 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (1) + Translated 0 script lines Processing script line 50 Script Creation Completed -------------------------------------------------------------------------------- Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES.tst.tmp (I) @LINE: 24 >>> Processing Test Case: getCurrentOperationMode (S) @LINE: 30 @@ -19513,12 +20668,12 @@ (S) @LINE: 84 >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_OPERATIONMODES -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110 -TIME: 2021-01-14 14:59:48 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110 +TIME: 2021-02-20 10:26:36 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -19527,55 +20682,55 @@ Running: getCurrentOperationMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeInitPOST.execInitAndPOSTMode test cases Running: requestNewOperationMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all TaskGeneral.taskGeneral test cases Running: execOperationModes Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all sys_main.initSoftware test cases Running: initOperationModes Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 -TIME: 2021-01-14 14:59:49 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 +TIME: 2021-02-20 10:26:37 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL.env" Initializing search list Creating the Environment Directory Creating Environment "INT_PRESOCCL" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/source/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/source/ File: sys_main.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Controllers/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Controllers/ File: PresOccl.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Services/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: SystemCommMessages.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Tasks/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Tasks/ File: TaskGeneral.c (using cached data) QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals @@ -19627,18 +20782,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_PRESOCCL -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 -TIME: 2021-01-14 14:59:56 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_PRESOCCL -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 +TIME: 2021-02-20 10:26:45 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -19654,7 +20809,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL.tst.tmp (I) @LINE: 24 >>> Processing Test Case: handleTestArterialPressureOverrideRequest_Override (S) @LINE: 45 @@ -19713,13 +20868,13 @@ >>> Processed Test Case: initPresOccl (S) @LINE: 394 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e INT_PRESOCCL tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_PRESOCCL/INT_PRESOCCL_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 -TIME: 2021-01-14 14:59:57 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_PRESOCCL tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_PRESOCCL/INT_PRESOCCL_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 +TIME: 2021-02-20 10:26:45 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -19730,7 +20885,7 @@ Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_PRESOCCL/INT_PRESOCCL_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_PRESOCCL/INT_PRESOCCL_cba.cvr (S) @LINE: 45 >>> Source file matched PresOccl.c (S) @LINE: 67 @@ -19740,14 +20895,14 @@ (S) @LINE: 111 >>> Source file matched sys_main.c (S) @LINE: 151 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_PRESOCCL/INT_PRESOCCL_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_PRESOCCL/INT_PRESOCCL_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_PRESOCCL -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 -TIME: 2021-01-14 14:59:57 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 +TIME: 2021-02-20 10:26:46 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -19756,133 +20911,133 @@ Running: handleTestArterialPressureOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestArterialPressureOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestVenousPressureOverrideRequest test cases Running: handleTestVenousPressureOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestVenousPressureOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestBloodPumpOcclusionOverrideRequest test cases Running: handleTestBloodPumpOcclusionOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodPumpOcclusionOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialysateInletPumpOcclusionOverrideRequest test cases Running: handleTestDialysateInletPumpOcclusionOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialysateInletPumpOcclusionOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialysateOutletPumpOcclusionOverrideRequest test cases Running: handleTestDialysateOutletPumpOcclusionOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialysateOutletPumpOcclusionOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestPresOcclBroadcastIntervalOverrideRequest test cases Running: handleTestPresOcclBroadcastIntervalOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestPresOcclBroadcastIntervalOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all TaskGeneral.taskGeneral test cases Running: execPresOccl Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all sys_main.initSoftware test cases Running: initPresOccl Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 -TIME: 2021-01-14 14:59:59 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 +TIME: 2021-02-20 10:26:47 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC.env" Initializing search list Creating the Environment Directory Creating Environment "INT_RTC" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/source/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/source/ File: sys_main.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Modes/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: ModeInitPOST.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Services/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: SystemComm.c (using cached data) File: SystemCommMessages.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Tasks/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Tasks/ File: TaskGeneral.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/FWCommon/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/FWCommon/ File: NVDataMgmt.c (using cached data) File: RTC.c QuickParse Utility Completed @@ -19960,23 +21115,26 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_RTC -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 -TIME: 2021-01-14 15:00:10 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_RTC -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 +TIME: 2021-02-20 10:26:59 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (19) + Translated 0 script lines Processing script line 50 Processing script line 100 Processing script line 250 @@ -19985,7 +21143,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC.tst.tmp (I) @LINE: 24 >>> Processing Test Case: execRTCSelfTest_Check_Accuracy (S) @LINE: 31 @@ -20056,24 +21214,39 @@ >>> Processed Test Case: initRTC (S) @LINE: 304 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e INT_RTC tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_RTC/INT_RTC_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 -TIME: 2021-01-14 15:00:10 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_RTC test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC.tst +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 +TIME: 2021-02-20 10:27:04 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open + Creating Script File + Building Test Case Script + Test Case Script Created + Script processing completed +COMMAND: /opt/VectorCASTSP3/clicast -e INT_RTC tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_RTC/INT_RTC_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 +TIME: 2021-02-20 10:27:05 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2021 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/CCAST_.CFG + Opening Environment + Opening Parameter/Global File + Opening Types File + Environment is Open Processing Coverage Import Script File Script Creation Completed -------------------------------------------------------------------------------- Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_RTC/INT_RTC_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_RTC/INT_RTC_cba.cvr (S) @LINE: 45 >>> Source file matched ModeInitPOST.c (S) @LINE: 67 @@ -20089,14 +21262,14 @@ (S) @LINE: 177 >>> Source file matched sys_main.c (S) @LINE: 195 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_RTC/INT_RTC_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_RTC/INT_RTC_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_RTC -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 -TIME: 2021-01-14 15:00:11 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 +TIME: 2021-02-20 10:27:06 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -20105,145 +21278,145 @@ Running: execRTCSelfTest_Check_Accuracy Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execRTCSelfTest_Check_Ctrl_Regs Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execRTCSelfTest_Start Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execRTCSelfTest_Wait_For_First_Second Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execRTCSelfTest_Wait_For_Second_Second Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleSetRTCTimestamp test cases Running: handleSetRTCTimestamp Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all TaskGeneral.taskGeneral test cases Running: execRTC_Idle Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execRTC_Prep_RAM Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execRTC_Read Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execRTC_Read_From_RAM Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execRTC_Wait_for_Post Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execRTC_Write Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execRTC_Write_To_RAM Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.handleSelfTestReadLastDisinfectionDate test cases Running: handleSelfTestReadLastDisinfectionDate Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.handleExecIdleState test cases Running: RTC_RAM_Ready Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Write_RTC_RAM Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all sys_main.initSoftware test cases Running: initRTC Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 -TIME: 2021-01-14 15:00:12 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 +TIME: 2021-02-20 10:27:07 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN.env" Initializing search list Creating the Environment Directory Creating Environment "INT_SAFETYSHUTDOWN" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/source/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/source/ File: sys_main.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Drivers/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Drivers/ File: SafetyShutdown.c QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Services/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: SystemCommMessages.c (using cached data) QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals @@ -20287,30 +21460,33 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_SAFETYSHUTDOWN -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 -TIME: 2021-01-14 15:00:19 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_SAFETYSHUTDOWN -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 +TIME: 2021-02-20 10:27:14 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (18) + Translated 0 script lines Processing script line 50 Script Creation Completed -------------------------------------------------------------------------------- Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN.tst.tmp (I) @LINE: 24 >>> Processing Test Case: handleTestHDSafetyShutdownOverrideRequest_Override (S) @LINE: 40 @@ -20325,39 +21501,54 @@ >>> Processed Test Case: initSafetyShutdown (S) @LINE: 75 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e INT_SAFETYSHUTDOWN tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SAFETYSHUTDOWN/INT_SAFETYSHUTDOWN_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 -TIME: 2021-01-14 15:00:19 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_SAFETYSHUTDOWN test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN.tst +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 +TIME: 2021-02-20 10:27:17 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open + Creating Script File + Building Test Case Script + Test Case Script Created + Script processing completed +COMMAND: /opt/VectorCASTSP3/clicast -e INT_SAFETYSHUTDOWN tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SAFETYSHUTDOWN/INT_SAFETYSHUTDOWN_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 +TIME: 2021-02-20 10:27:18 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2021 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/CCAST_.CFG + Opening Environment + Opening Parameter/Global File + Opening Types File + Environment is Open Processing Coverage Import Script File Script Creation Completed -------------------------------------------------------------------------------- Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SAFETYSHUTDOWN/INT_SAFETYSHUTDOWN_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SAFETYSHUTDOWN/INT_SAFETYSHUTDOWN_cba.cvr (S) @LINE: 45 >>> Source file matched SafetyShutdown.c (S) @LINE: 67 >>> Source file matched SystemCommMessages.c (S) @LINE: 89 >>> Source file matched sys_main.c (S) @LINE: 107 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SAFETYSHUTDOWN/INT_SAFETYSHUTDOWN_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SAFETYSHUTDOWN/INT_SAFETYSHUTDOWN_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_SAFETYSHUTDOWN -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 -TIME: 2021-01-14 15:00:20 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 +TIME: 2021-02-20 10:27:19 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -20366,47 +21557,47 @@ Running: handleTestHDSafetyShutdownOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestHDSafetyShutdownOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all sys_main.initSoftware test cases Running: initSafetyShutdown Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 -TIME: 2021-01-14 15:00:21 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 +TIME: 2021-02-20 10:27:21 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM.env" Initializing search list Creating the Environment Directory Creating Environment "INT_SYSTEMCOMM" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/source/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/source/ File: sys_main.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Services/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: CommBuffers.c (using cached data) File: Interrupts.c (using cached data) File: MsgQueues.c (using cached data) File: SystemComm.c (using cached data) File: SystemCommMessages.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Tasks/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Tasks/ File: TaskGeneral.c (using cached data) QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals @@ -20483,23 +21674,26 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMM -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 -TIME: 2021-01-14 15:00:30 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMM -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 +TIME: 2021-02-20 10:27:32 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (19) + Translated 0 script lines Processing script line 50 Processing script line 100 Processing script line 150 @@ -20508,7 +21702,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM.tst.tmp (I) @LINE: 24 >>> Processing Test Case: handleCANMsgInterrupt (S) @LINE: 59 @@ -20535,24 +21729,39 @@ >>> Processed Test Case: initSystemComm (S) @LINE: 180 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMM tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMM/INT_SYSTEMCOMM_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 -TIME: 2021-01-14 15:00:31 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMM test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM.tst +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 +TIME: 2021-02-20 10:27:36 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open + Creating Script File + Building Test Case Script + Test Case Script Created + Script processing completed +COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMM tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMM/INT_SYSTEMCOMM_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 +TIME: 2021-02-20 10:27:37 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2021 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/CCAST_.CFG + Opening Environment + Opening Parameter/Global File + Opening Types File + Environment is Open Processing Coverage Import Script File Script Creation Completed -------------------------------------------------------------------------------- Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMM/INT_SYSTEMCOMM_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMM/INT_SYSTEMCOMM_cba.cvr (S) @LINE: 45 >>> Source file matched CommBuffers.c (S) @LINE: 67 @@ -20568,14 +21777,14 @@ (S) @LINE: 177 >>> Source file matched sys_main.c (S) @LINE: 239 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMM/INT_SYSTEMCOMM_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMM/INT_SYSTEMCOMM_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMM -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 -TIME: 2021-01-14 15:00:32 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 +TIME: 2021-02-20 10:27:38 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -20584,62 +21793,62 @@ Running: handleCANMsgInterrupt Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.serializeMessage test cases Running: addMsgToPendingACKList Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleDGCheckIn test cases Running: checkInFromDG Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleUICheckIn test cases Running: checkInFromUI Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all TaskGeneral.taskGeneral test cases Running: execSystemCommRxAndTx Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all sys_main.initSoftware test cases Running: initSystemComm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150 -TIME: 2021-01-14 15:00:33 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150 +TIME: 2021-02-20 10:27:40 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES.env" Initializing search list Creating the Environment Directory Creating Environment "INT_SYSTEMCOMMMESSAGES" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Controllers/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Controllers/ File: AirTrap.c (using cached data) File: BloodFlow.c (using cached data) File: Buttons.c (using cached data) @@ -20649,18 +21858,18 @@ File: PresOccl.c (using cached data) File: Valves.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Modes/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: Dialysis.c (using cached data) File: ModeTreatment.c (using cached data) File: ModeTreatmentParams.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Services/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: AlarmMgmt.c (using cached data) File: MsgQueues.c (using cached data) File: SystemComm.c (using cached data) File: SystemCommMessages.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/FWCommon/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/FWCommon/ File: RTC.c (using cached data) QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals @@ -20808,18 +22017,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMMMESSAGES -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150 -TIME: 2021-01-14 15:00:52 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMMMESSAGES -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150 +TIME: 2021-02-20 10:28:00 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -20883,7 +22092,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES.tst.tmp (I) @LINE: 24 >>> Processing Test Case: broadcastAirTrapData (S) @LINE: 45 @@ -21286,6 +22495,14 @@ >>> Processed Test Case: handleTestDialysateOutletPumpOcclusionOverrideRequest (I) @LINE: 2447 >>> Processing Test Case: handleTestEraseHDCalibrationDataRequest +(E) @LINE: 2449 TEST.VALUE:uut_prototype_stubs.testResetCalibrationData.return:1 + >>> Could not find function testResetCalibrationData + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 2465 TEST.EXPECTED:uut_prototype_stubs.testResetCalibrationData.key:0xD2C3B4A5 + >>> Could not find function testResetCalibrationData + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored (S) @LINE: 2466 >>> Processed Test Case: handleTestEraseHDCalibrationDataRequest (I) @LINE: 2472 @@ -21392,13 +22609,13 @@ >>> Processed Test Case: publishValvesData_Publish_Data (S) @LINE: 3091 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMMMESSAGES tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMMMESSAGES/INT_SYSTEMCOMMMESSAGES_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150 -TIME: 2021-01-14 15:00:55 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMMMESSAGES tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMMMESSAGES/INT_SYSTEMCOMMMESSAGES_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150 +TIME: 2021-02-20 10:28:02 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -21409,7 +22626,7 @@ Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMMMESSAGES/INT_SYSTEMCOMMMESSAGES_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMMMESSAGES/INT_SYSTEMCOMMMESSAGES_cba.cvr (S) @LINE: 45 >>> Source file matched AirTrap.c (S) @LINE: 67 @@ -21443,14 +22660,14 @@ (S) @LINE: 375 >>> Source file matched RTC.c (S) @LINE: 463 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMMMESSAGES/INT_SYSTEMCOMMMESSAGES_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_SYSTEMCOMMMESSAGES/INT_SYSTEMCOMMMESSAGES_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMMMESSAGES -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150 -TIME: 2021-01-14 15:00:55 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150 +TIME: 2021-02-20 10:28:03 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -21459,831 +22676,831 @@ Running: broadcastAirTrapData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all BloodFlow.publishBloodFlowData test cases Running: broadcastBloodFlowData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Buttons.handleOffButtonProcessing test cases Running: sendOffButtonMsgToUI Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Buttons.testSetOffButtonStateOverride test cases Running: isTestingActivated Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DGInterface.cmdSetDGDialysateTargetTemps test cases Running: sendDialysateTempTargetsToDG Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DGInterface.cmdStartDG test cases Running: sendDGStartStopCommand Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DGInterface.cmdStartDGTrimmerHeater test cases Running: sendDGStartStopTrimmerHeaterCommand Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DGInterface.cmdSetDGActiveReservoir test cases Running: sendDGSwitchReservoirCommand Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DGInterface.cmdStartDGFill test cases Running: sendDGFillCommand Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DGInterface.cmdStartDGDrain test cases Running: sendDGDrainCommand Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DGInterface.cmdDGSampleWater test cases Running: sendDGSampleWaterCommand Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialInFlow.publishDialInFlowData test cases Running: broadcastDialInFlowData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all DialOutFlow.publishDialOutFlowData test cases Running: broadcastDialOutFlowData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.publishPresOcclData test cases Running: broadcastPresOcclData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.publishValvesData test cases Running: publishValvesData_Publish_Data Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.signalStartSalineBolus test cases Running: sendSalineBolusResponse Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Dialysis.publishSalineBolusData test cases Running: broadcastSalineBolusData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatment.execTreatmentMode test cases Running: broadcastTreatmentStateAndTime Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatment.verifyTreatmentDurationSettingChange test cases Running: sendChangeUFSettingsResponse Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatment.broadcastTreatmentSettingsRanges test cases Running: sendTreatmentParamsRangesToUI Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.signalUserCancelTreatment test cases Running: sendTreatmentStartResponse Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.sendTreatmentParamsResponse test cases Running: sendTreatmentParametersResponseMsg Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmMgmt.execAlarmMgmt test cases Running: broadcastAlarmStatus Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmMgmt.clearAlarm test cases Running: broadcastAlarmCleared Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.processReceivedMessages test cases Running: sendACKMsg Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.processReceivedMessage test cases Running: handleAlarmCleared Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleAlarmTriggered Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleChangeBloodDialysateRateRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleChangePresureLimitsRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleChangeTreatmentDurationRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleChangeUFSettingsConfirmation Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleChangeUFSettingsRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDGCheckIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDGOpMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDGPressureData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDGReservoirData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDGTemperatureData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDrainPumpData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleFWVersionRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleHDSoftwareReset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleHomeHDValve Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleLoadCellReadingsFromDG Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleOffButtonConfirmMsgFromUI Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleROPumpData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSalineBolusRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSetAccelCalibration Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSetAirTrapValve Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSetAirrapBroadcastIntervalOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSetAirrapBroadcastIntervalOverrideRequest.001 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSetBloodFlowCalibration Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSetDialysateFlowCalibration Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSetHDValvePositionOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSetRTCTimestamp Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestAccelAxisOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestAccelDataPublishIntervalOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestAccelMaxOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestAlarmLampPatternOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestAlarmStateOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestAlarmStatusBroadcastIntervalOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestAlarmTimeOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestArterialPressureOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodFlowBroadcastIntervalOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodFlowMeeasuredOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodFlowSetPointOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodFlowSignalStrengthOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodPumpHomeRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodPumpMCMeasuredCurrentOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodPumpMCMeasuredSpeedOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodPumpMeasuredRotorSpeedOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodPumpMeasuredSpeedOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodPumpOcclusionOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInFlowBroadcastIntervalOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInFlowMeasuredOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInFlowSetPointOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInFlowSignalStrengthOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInPumpHomeRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInPumpMCMeasuredCurrentOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInPumpMCMeasuredSpeedOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInPumpMeasuredSpeedOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInPumpRotorMeasuredSpeedOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutFlowBroadcastIntervalOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutFlowSetPointOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutLoadCellWeightOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutPumpHomeRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutPumpMCMeasuredCurrentOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutPumpMCMeasuredSpeedOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutPumpMeasuredSpeedOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutPumpRotorMeasuredSpeedOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutUFMeasVolumeOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutUFReferenceVolumeOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialysateInletPumpOcclusionOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialysateOutletPumpOcclusionOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestEraseHDCalibrationDataRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestHDCalibrationDataRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestHDSafetyShutdownOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestHDValvesBroadcastIntervalOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestOffButtonStateOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestPresOcclBroadcastIntervalOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestSetTreatmentParameter Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestStopButtonStateOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestSuperClearAlarmsRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestVenousPressureOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestWatchdogCheckInStateOverrideRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTesterLogInRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTreatmentParametersFromUI Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleUFPauseResumeRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleUICheckIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleUIStartTreatmentMsg Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleUITreatmentEndRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleUIUserConfirmTreatmentParameters Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.handleExecReadState test cases Running: broadcastRTCEpoch Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646 -TIME: 2021-01-14 15:00:59 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646 +TIME: 2021-02-20 10:28:07 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS.env" Initializing search list Creating the Environment Directory Creating Environment "INT_TIMERS" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/source/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/source/ File: sys_main.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Modes/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: ModeTreatment.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Services/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: AlarmMgmt.c (using cached data) File: WatchdogMgmt.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Tasks/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Tasks/ File: TaskTimer.c QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/FWCommon/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/FWCommon/ File: Timers.c QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals @@ -22352,29 +23569,32 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_TIMERS -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646 -TIME: 2021-01-14 15:01:08 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_TIMERS -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646 +TIME: 2021-02-20 10:28:19 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (14) + Translated 0 script lines Script Creation Completed -------------------------------------------------------------------------------- Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS.tst.tmp (I) @LINE: 24 >>> Processing Test Case: calcTimesince (S) @LINE: 31 @@ -22397,13 +23617,28 @@ >>> Processed Test Case: initTimers (S) @LINE: 96 >>> Script processing completed +COMMAND: /opt/VectorCASTSP3/clicast -e INT_TIMERS test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS.tst +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646 +TIME: 2021-02-20 10:28:21 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2021 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/CCAST_.CFG + Opening Environment + Opening Parameter/Global File + Opening Types File + Environment is Open + Creating Script File + Building Test Case Script + Test Case Script Created + Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_TIMERS -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646 -TIME: 2021-01-14 15:01:09 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646 +TIME: 2021-02-20 10:28:22 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -22412,63 +23647,63 @@ Running: calcTimeBetween Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all AlarmMgmt.updateAlarmsSilenceStatus test cases Running: calcTimesince Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all WatchdogMgmt.execWatchdogMgmt test cases Running: didTimeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all TaskTimer.taskTimer test cases Running: incMSTimerCount Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all sys_main.initSoftware test cases Running: initTimers Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653 -TIME: 2021-01-14 15:01:10 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653 +TIME: 2021-02-20 10:28:24 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES.env" Initializing search list Creating the Environment Directory Creating Environment "INT_UTILITIES" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Modes/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: Dialysis.c (using cached data) File: ModeTreatmentParams.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Services/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: FPGA.c (using cached data) File: SystemComm.c (using cached data) File: SystemCommMessages.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/FWCommon/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/FWCommon/ File: Utilities.c (using cached data) QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals @@ -22536,18 +23771,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_UTILITIES -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653 -TIME: 2021-01-14 15:01:20 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_UTILITIES -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653 +TIME: 2021-02-20 10:28:35 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -22559,7 +23794,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES.tst.tmp (I) @LINE: 24 >>> Processing Test Case: u32DiffWithWrap (S) @LINE: 55 @@ -22594,13 +23829,13 @@ >>> Processed Test Case: crc8 (S) @LINE: 225 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e INT_UTILITIES tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_UTILITIES/INT_UTILITIES_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653 -TIME: 2021-01-14 15:01:21 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_UTILITIES tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_UTILITIES/INT_UTILITIES_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653 +TIME: 2021-02-20 10:28:36 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -22611,7 +23846,7 @@ Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_UTILITIES/INT_UTILITIES_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_UTILITIES/INT_UTILITIES_cba.cvr (S) @LINE: 45 >>> Source file matched Dialysis.c (S) @LINE: 67 @@ -22625,14 +23860,14 @@ (S) @LINE: 155 >>> Source file matched Utilities.c (S) @LINE: 174 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_UTILITIES/INT_UTILITIES_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_UTILITIES/INT_UTILITIES_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_UTILITIES -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653 -TIME: 2021-01-14 15:01:22 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653 +TIME: 2021-02-20 10:28:36 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -22641,90 +23876,90 @@ Running: u32DiffWithWrap Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.transitionToTreatParamsMode test cases Running: resetCriticalData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.setTreatmentParameterU32 test cases Running: setCriticalData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.getTreatmentParameterU32 test cases Running: getCriticalData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all FPGA.handleFPGAReadHeaderState test cases Running: crc16 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.initSystemComm test cases Running: initTimeWindowedCount Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.checkTooManyBadMsgCRCs test cases Running: incTimeWindowedCount Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.serializeMessage test cases Running: crc8 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 -TIME: 2021-01-14 15:01:23 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 +TIME: 2021-02-20 10:28:38 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES.env" Initializing search list Creating the Environment Directory Creating Environment "INT_VALVES" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/source/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/source/ File: sys_main.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Controllers/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Controllers/ File: Valves.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Modes/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: ModeInitPOST.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Services/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: SystemCommMessages.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Tasks/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Tasks/ File: TaskPriority.c (using cached data) QuickParse Utility Completed Unit 8 (not-stubbed): User Defined Globals @@ -22784,23 +24019,26 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_VALVES -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 -TIME: 2021-01-14 15:01:31 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_VALVES -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 +TIME: 2021-02-20 10:28:48 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (18) + Translated 0 script lines Processing script line 100 Processing script line 150 Processing script line 200 @@ -22809,7 +24047,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES.tst.tmp (I) @LINE: 24 >>> Processing Test Case: execInitAndPOSTMode_Confirm_Valves (S) @LINE: 30 @@ -22872,24 +24110,39 @@ >>> Processed Test Case: initSoftware_initValves (S) @LINE: 348 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e INT_VALVES tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_VALVES/INT_VALVES_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 -TIME: 2021-01-14 15:01:32 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_VALVES test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES.tst +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 +TIME: 2021-02-20 10:28:51 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open + Creating Script File + Building Test Case Script + Test Case Script Created + Script processing completed +COMMAND: /opt/VectorCASTSP3/clicast -e INT_VALVES tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_VALVES/INT_VALVES_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 +TIME: 2021-02-20 10:28:52 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2021 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/CCAST_.CFG + Opening Environment + Opening Parameter/Global File + Opening Types File + Environment is Open Processing Coverage Import Script File Script Creation Completed -------------------------------------------------------------------------------- Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_VALVES/INT_VALVES_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_VALVES/INT_VALVES_cba.cvr (S) @LINE: 45 >>> Source file matched Valves.c (S) @LINE: 67 @@ -22901,14 +24154,14 @@ (S) @LINE: 133 >>> Source file matched sys_main.c (S) @LINE: 164 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_VALVES/INT_VALVES_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/INT_VALVES/INT_VALVES_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e INT_VALVES -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 -TIME: 2021-01-14 15:01:33 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 +TIME: 2021-02-20 10:28:53 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -22917,136 +24170,136 @@ Running: execInitAndPOSTMode_Confirm_Valves Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execInitAndPOSTMode_Enable_Valves Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleHomeHDValve test cases Running: handleHomeHDValve_VDO Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestHDValvesBroadcastIntervalOverrideRequest test cases Running: handleTestHDValvesBroadcastIntervalOverrideReques_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestHDValvesBroadcastIntervalOverrideReques_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleSetAirTrapValve test cases Running: handleSetAirTrapValve_Open_Valve Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleSetHDValvePositionOverrideRequest test cases Running: handleSetHDValvePositionOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSetHDValvePositionOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all TaskPriority.taskPriority test cases Running: taskPriority_Valves_Find_De-energized_Edge Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: taskPriority_Valves_Find_Energized_Edge Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: taskPriority_Valves_Homing_Not_Started Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: taskPriority_Valves_Idle Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: taskPriority_Valves_In_Transition Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: taskPriority_Valves_Wait_For_POST Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all sys_main.initSoftware test cases Running: initSoftware_initValves Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182 -TIME: 2021-01-14 15:01:34 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182 +TIME: 2021-02-20 10:28:54 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT.env" Initializing search list Creating the Environment Directory Creating Environment "INT_WATCHDOGMGMT" - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/source/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/source/ File: sys_main.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Modes/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Modes/ File: ModeInitPOST.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Services/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Services/ File: SystemCommMessages.c (using cached data) File: WatchdogMgmt.c (using cached data) QuickParse Utility Completed - Calling QuickParse Utility for /home/fw/workspace_valves/hdfirmware/firmware/App/Tasks/ + Calling QuickParse Utility for /home/fw/workspace_hd/hdfirmware/firmware/App/Tasks/ File: TaskBG.c (using cached data) File: TaskTimer.c (using cached data) QuickParse Utility Completed @@ -23115,31 +24368,34 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e INT_WATCHDOGMGMT -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182 -TIME: 2021-01-14 15:01:43 +COMMAND: /opt/VectorCASTSP3/clicast -e INT_WATCHDOGMGMT -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182 +TIME: 2021-02-20 10:29:04 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (18) + Translated 0 script lines Processing script line 50 Processing script line 150 Script Creation Completed -------------------------------------------------------------------------------- Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT.tst.tmp (I) @LINE: 24 >>> Processing Test Case: execWatchdogTest (S) @LINE: 33 @@ -23166,13 +24422,28 @@ >>> Processed Test Case: initWatchdogMgmt (S) @LINE: 188 >>> Script processing completed +COMMAND: /opt/VectorCASTSP3/clicast -e INT_WATCHDOGMGMT test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT.tst +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182 +TIME: 2021-02-20 10:29:07 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2021 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/CCAST_.CFG + Opening Environment + Opening Parameter/Global File + Opening Types File + Environment is Open + Creating Script File + Building Test Case Script + Test Case Script Created + Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e INT_WATCHDOGMGMT -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182 -TIME: 2021-01-14 15:01:44 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182 +TIME: 2021-02-20 10:29:07 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -23181,57 +24452,57 @@ Running: execWatchdogTest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestWatchdogCheckInStateOverrideRequest test cases Running: testResetWatchdogTaskCheckInOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetWatchdogTaskCheckInOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all TaskBG.taskBackground test cases Running: execWatchdogMgmt Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all TaskTimer.taskTimer test cases Running: checkInWithWatchdogMgmt Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all sys_main.initSoftware test cases Running: initWatchdogMgmt Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666 -TIME: 2021-01-14 15:01:45 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666 +TIME: 2021-02-20 10:29:09 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT.env" Initializing search list Creating the Environment Directory Creating Environment "MODETREATMENT" @@ -23260,18 +24531,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENT -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666 -TIME: 2021-01-14 15:01:48 +COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENT -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666 +TIME: 2021-02-20 10:29:13 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -23287,7 +24558,6 @@ Processing script line 500 Processing script line 550 Processing script line 700 - Processing script line 750 Processing script line 800 Processing script line 850 Processing script line 900 @@ -23316,7 +24586,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT.tst.tmp (I) @LINE: 24 >>> Processing Test Case: broadcastTreatmentSettingsRanges_NotTime (S) @LINE: 27 @@ -23367,6 +24637,10 @@ >>> Processed Test Case: broadcastTreatmentTimeAndState_NominalPath (I) @LINE: 370 >>> Processing Test Case: broadcastTreatmentTimeAndState_TreatmentEnd +(E) @LINE: 375 TEST.EXPECTED:ModeTreatment.<>.currentTreatmentState:TREATMENT_DIALYSIS_END_STATE + >>> Value for 'Enumeral' out of range + >>> Read "TREATMENT_DIALYSIS_END_STATE" + >>> Command Ignored (S) @LINE: 377 >>> Processed Test Case: broadcastTreatmentTimeAndState_TreatmentEnd (I) @LINE: 385 @@ -23395,6 +24669,10 @@ >>> Processed Test Case: execTreatmentMode_TimeToBroadcastTreatmentState2 (I) @LINE: 520 >>> Processing Test Case: execTreatmentMode_TreatmentDurationReached +(E) @LINE: 527 TEST.EXPECTED:ModeTreatment.<>.currentTreatmentState:TREATMENT_DIALYSIS_END_STATE + >>> Value for 'Enumeral' out of range + >>> Read "TREATMENT_DIALYSIS_END_STATE" + >>> Command Ignored (S) @LINE: 529 >>> Processed Test Case: execTreatmentMode_TreatmentDurationReached (I) @LINE: 537 @@ -23431,16 +24709,16 @@ >>> Processed Test Case: initTreatmentMode_NominalPath (I) @LINE: 698 >>> Processing Test Case: transitionToTreatmentMode_NominalPath +(E) @LINE: 699 TEST.VALUE:ModeTreatment.<>.currentTreatmentState:TREATMENT_RINSEBACK_PAUSE_STATE + >>> Value for 'Enumeral' out of range + >>> Read "TREATMENT_RINSEBACK_PAUSE_STATE" + >>> Command Ignored (S) @LINE: 725 >>> Processed Test Case: transitionToTreatmentMode_NominalPath -(I) @LINE: 733 - >>> Processing Test Case: userRequestEndTreatment_TreatmentNotPaused -(S) @LINE: 740 - >>> Processed Test Case: userRequestEndTreatment_TreatmentNotPaused -(I) @LINE: 746 - >>> Processing Test Case: userRequestEndTreatment_TreatmentPaused -(S) @LINE: 753 - >>> Processed Test Case: userRequestEndTreatment_TreatmentPaused +(E) @LINE: 731 TEST.SUBPROGRAM:userRequestEndTreatment + >>> Unknown subprogram name userRequestEndTreatment +(E) @LINE: 744 TEST.SUBPROGRAM:userRequestEndTreatment + >>> Unknown subprogram name userRequestEndTreatment (I) @LINE: 761 >>> Processing Test Case: verifyBloodAndDialysateRateSettingsChange_Accepted (S) @LINE: 786 @@ -23755,6 +25033,10 @@ >>> Processed Test Case: verifyUFSettingsChange_InvalidTreatmentState1 (I) @LINE: 1648 >>> Processing Test Case: verifyUFSettingsChange_InvalidTreatmentState2 +(E) @LINE: 1649 TEST.VALUE:ModeTreatment.<>.currentTreatmentState:TREATMENT_DIALYSIS_END_STATE + >>> Value for 'Enumeral' out of range + >>> Read "TREATMENT_DIALYSIS_END_STATE" + >>> Command Ignored (S) @LINE: 1683 >>> Processed Test Case: verifyUFSettingsChange_InvalidTreatmentState2 (I) @LINE: 1689 @@ -23815,13 +25097,13 @@ >>> Processed Test Case: verifyUFSettingsConfirmation_NotInTreatmentMode (S) @LINE: 2102 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENT tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/MODETREATMENT/MODETREATMENT_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666 -TIME: 2021-01-14 15:01:50 +COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENT tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/MODETREATMENT/MODETREATMENT_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666 +TIME: 2021-02-20 10:29:15 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -23832,18 +25114,135 @@ Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/MODETREATMENT/MODETREATMENT_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/MODETREATMENT/MODETREATMENT_cba.cvr (S) @LINE: 45 >>> Source file matched ModeTreatment.c + >>> Failed to find matching line for: + >>> Result: CBA_ModeTreatment + >>> Unit: 9 + >>> Function: execTreatmentMode + >>> Context Before: // TODO - implement +break; + >>> Line Context: case TREATMENT_DIALYSIS_END_STATE: + >>> Context After: // TODO - implement +break; + >>> Failed to find matching line for: + >>> Result: CBA_ModeTreatment + >>> Unit: 9 + >>> Function: execTreatmentMode + >>> Context Before: // TODO - implement +break; + >>> Line Context: case TREATMENT_DIALYSIS_END_STATE: + >>> Context After: // TODO - implement +break; + >>> Failed to find matching line for: + >>> Result: CBA_ModeTreatment + >>> Unit: 9 + >>> Function: execTreatmentMode + >>> Context Before: // TODO - implement +break; + >>> Line Context: case TREATMENT_RECIRC_PAUSE_STATE: + >>> Context After: // TODO - implement +break; + >>> Failed to find matching line for: + >>> Result: CBA_ModeTreatment + >>> Unit: 9 + >>> Function: execTreatmentMode + >>> Context Before: // TODO - implement +break; + >>> Line Context: case TREATMENT_RECIRC_PAUSE_STATE: + >>> Context After: // TODO - implement +break; + >>> Failed to find matching line for: + >>> Result: CBA_ModeTreatment + >>> Unit: 9 + >>> Function: execTreatmentMode + >>> Context Before: // TODO - implement +break; + >>> Line Context: case TREATMENT_RECIRC_SETUP_STATE: + >>> Context After: // TODO - implement +break; + >>> Failed to find matching line for: + >>> Result: CBA_ModeTreatment + >>> Unit: 9 + >>> Function: execTreatmentMode + >>> Context Before: // TODO - implement +break; + >>> Line Context: case TREATMENT_RECIRC_SETUP_STATE: + >>> Context After: // TODO - implement +break; + >>> Failed to find matching line for: + >>> Result: CBA_ModeTreatment + >>> Unit: 9 + >>> Function: execTreatmentMode + >>> Context Before: // TODO - implement +break; + >>> Line Context: case TREATMENT_RECIRC_STOP_STATE: + >>> Context After: // TODO - implement +break; + >>> Failed to find matching line for: + >>> Result: CBA_ModeTreatment + >>> Unit: 9 + >>> Function: execTreatmentMode + >>> Context Before: // TODO - implement +break; + >>> Line Context: case TREATMENT_RECIRC_STOP_STATE: + >>> Context After: // TODO - implement +break; + >>> Failed to find matching line for: + >>> Result: CBA_ModeTreatment + >>> Unit: 9 + >>> Function: execTreatmentMode + >>> Context Before: // TODO - implement +break; + >>> Line Context: case TREATMENT_RINSEBACK_PAUSE_STATE: + >>> Context After: // TODO - implement +break; + >>> Failed to find matching line for: + >>> Result: CBA_ModeTreatment + >>> Unit: 9 + >>> Function: execTreatmentMode + >>> Context Before: // TODO - implement +break; + >>> Line Context: case TREATMENT_RINSEBACK_PAUSE_STATE: + >>> Context After: // TODO - implement +break; + >>> Failed to find matching line for: + >>> Result: CBA_ModeTreatment + >>> Unit: 9 + >>> Function: execTreatmentMode + >>> Context Before: case TREATMENT_RECIRC_PAUSE_STATE: +// TODO - implement + >>> Line Context: break; + >>> Context After: case TREATMENT_RECIRC_STOP_STATE: +// TODO - implement + >>> Failed to find matching line for: + >>> Result: CBA_ModeTreatment + >>> Unit: 9 + >>> Function: execTreatmentMode + >>> Context Before: case TREATMENT_RECIRC_STOP_STATE: +// TODO - implement + >>> Line Context: break; + >>> Context After: case TREATMENT_DIALYSIS_END_STATE: +// TODO - implement + >>> Failed to find matching line for: + >>> Result: CBA_ModeTreatment + >>> Unit: 9 + >>> Function: execTreatmentMode + >>> Context Before: case TREATMENT_DIALYSIS_END_STATE: +// TODO - implement + >>> Line Context: break; + >>> Context After: case TREATMENT_END_STATE: +// TODO - implement (S) @LINE: 618 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/MODETREATMENT/MODETREATMENT_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/MODETREATMENT/MODETREATMENT_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENT -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666 -TIME: 2021-01-14 15:01:51 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666 +TIME: 2021-02-20 10:29:15 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -23852,529 +25251,514 @@ Running: initTreatmentMode_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatment.transitionToTreatmentMode test cases Running: transitionToTreatmentMode_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatment.getTreatmentState test cases Running: getTreatmentState_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete - Running all ModeTreatment.userRequestEndTreatment test cases - Running: userRequestEndTreatment_TreatmentNotPaused - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: userRequestEndTreatment_TreatmentPaused - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete Running all ModeTreatment.execTreatmentMode test cases Running: execTreatmentMode_DialysisState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execTreatmentMode_InvalidState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execTreatmentMode_StartState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execTreatmentMode_StopState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execTreatmentMode_TimeToBroadcastTreatmentState1 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execTreatmentMode_TimeToBroadcastTreatmentState2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execTreatmentMode_TreatmentDurationReached Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatment.handleTreatmentStartState test cases Running: handleTreatmentStartState_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatment.handleTreatmentDialysisState test cases Running: handleTreatmentDialysisState_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTreatmentDialysisState_SalineBolusInProgress Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTreatmentDialysisState_TreatmentComplete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatment.handleTreatmentStopState test cases Running: handleTreatmentStopState_EndTreatment Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTreatmentStopState_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatment.verifyTreatmentDurationSettingChange test cases Running: verifyTreatmentDurationSettingChange_Accepted Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyTreatmentDurationSettingChange_DialVolOutOfRange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyTreatmentDurationSettingChange_DurationToLow Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyTreatmentDurationSettingChange_InvalidTreatmentState1 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyTreatmentDurationSettingChange_InvalidTreatmentState2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyTreatmentDurationSettingChange_LessThanElapsed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyTreatmentDurationSettingChange_NotInTreatmentMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyTreatmentDurationSettingChange_TimeOutOfRange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyTreatmentDurationSettingChange_UFVolOutOfRange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatment.verifyUFSettingsChange test cases Running: verifyUFSettingsChange_Accepted Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyUFSettingsChange_Accepted_Bolus Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyUFSettingsChange_Accepted_NoTime1 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyUFSettingsChange_Accepted_NoTime2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyUFSettingsChange_Accepted_Stopped Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyUFSettingsChange_InvalidTreatmentState1 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyUFSettingsChange_InvalidTreatmentState2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyUFSettingsChange_NotInTreatmentMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyUFSettingsChange_TreatmentAlmostDone Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyUFSettingsChange_UFRateAndTrtTimeOutOfRange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyUFSettingsChange_UFRateOutOfRange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyUFSettingsChange_UFVolOutOfRange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatment.verifyUFSettingsConfirmation test cases Running: verifyUFSettingsConfirmation_Accepted_AdjTime Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyUFSettingsConfirmation_Accepted_AdjUFRate Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyUFSettingsConfirmation_Accepted_NoResume_Bolus Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyUFSettingsConfirmation_Accepted_NoResume_Stopped Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyUFSettingsConfirmation_ConfirmationTimeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyUFSettingsConfirmation_NotInTreatmentMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatment.verifyBloodAndDialysateRateSettingsChange test cases Running: verifyBloodAndDialysateRateSettingsChange_Accepted Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyBloodAndDialysateRateSettingsChange_BloodOutOfRange1 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyBloodAndDialysateRateSettingsChange_BloodOutOfRange2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyBloodAndDialysateRateSettingsChange_DialOutOfRange1 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyBloodAndDialysateRateSettingsChange_DialOutOfRange2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyBloodAndDialysateRateSettingsChange_DialVolOutOfRange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyBloodAndDialysateRateSettingsChange_NotInTreatmentMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatment.verifyPressureLimitsChange test cases Running: verifyPressureLimitsChange_ArtHigh_OutOfRange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyPressureLimitsChange_ArtLowHighTooClose Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyPressureLimitsChange_ArtLow_OutOfRange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyPressureLimitsChange_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyPressureLimitsChange_VenHigh_OutOfRange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyPressureLimitsChange_VenLowHighTooClose Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: verifyPressureLimitsChange_VenLow_OutOfRange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatment.broadcastTreatmentTimeAndState test cases Running: broadcastTreatmentTimeAndState_BroadcastIntervalSaline Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: broadcastTreatmentTimeAndState_BroadcastIntervalUF Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: broadcastTreatmentTimeAndState_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: broadcastTreatmentTimeAndState_TreatmentEnd Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatment.broadcastTreatmentSettingsRanges test cases Running: broadcastTreatmentSettingsRanges_NotTime Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: broadcastTreatmentSettingsRanges_TimeToBroadcast_1HrDuration Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: broadcastTreatmentSettingsRanges_TimeToBroadcast_2HrDuration_1HrIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: broadcastTreatmentSettingsRanges_TimeToBroadcast_2HrDuration_20UF Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: broadcastTreatmentSettingsRanges_TimeToBroadcast_4HrDuration Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: broadcastTreatmentSettingsRanges_TimeToBroadcast_4HrDuration_30UF Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: broadcastTreatmentSettingsRanges_TimeToBroadcast_7HrDuration Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: broadcastTreatmentSettingsRanges_TimeToBroadcast_7HrDuration_100Dial Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: broadcastTreatmentSettingsRanges_TimeToBroadcast_ZeroUF Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572 -TIME: 2021-01-14 15:01:53 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572 +TIME: 2021-02-20 10:29:19 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS.env" Initializing search list Creating the Environment Directory Creating Environment "MODETREATMENTPARAMS" @@ -24403,18 +25787,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENTPARAMS -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572 -TIME: 2021-01-14 15:01:57 +COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENTPARAMS -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572 +TIME: 2021-02-20 10:29:23 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -24456,7 +25840,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS.tst.tmp (I) @LINE: 24 >>> Processing Test Case: checkTreatmentParamsDependencies_ArtPressureMinMax (S) @LINE: 68 @@ -24851,12 +26235,12 @@ (S) @LINE: 2282 >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENTPARAMS -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572 -TIME: 2021-01-14 15:01:58 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572 +TIME: 2021-02-20 10:29:25 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -24865,704 +26249,704 @@ Running: initTreatParamsMode_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.transitionToTreatParamsMode test cases Running: transitionToTreatParamsMode_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.resetAllTreatmentParameters test cases Running: resetAllTreatmentParameters_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.signalUserConfirmationOfTreatmentParameters test cases Running: signalUserConfirmationOfTreatmentParameters_InvalidMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: signalUserConfirmationOfTreatmentParameters_InvalidState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: signalUserConfirmationOfTreatmentParameters_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.signalUserRejectionOfTreatmentParameters test cases Running: signalUserRejectionOfTreatmentParameters_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: signalUserRejectionOfTreatmentParameters_NotTreatmentParamsMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: signalUserRejectionOfTreatmentParameters_WrongState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.signalUserCancelTreatment test cases Running: signalUserCancelTreatment_InvalidMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: signalUserCancelTreatment_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.execTreatParamsMode test cases Running: execTreatParamsMode_InvalidState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execTreatParamsMode_Start Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execTreatParamsMode_Wait2Receive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execTreatParamsMode_Wait4Confirm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.handleWaitForUI2SendState test cases Running: handleWaitForUI2SendState_Cancelled Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleWaitForUI2SendState_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleWaitForUI2SendState_ReceivedParams Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.handleWaitForUI2ConfirmState test cases Running: handleWaitForUI2ConfirmState_Cancel Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleWaitForUI2ConfirmState_Confirm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleWaitForUI2ConfirmState_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleWaitForUI2ConfirmState_OutOfRange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleWaitForUI2ConfirmState_Reject Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.validateAndSetTreatmentParameters test cases Running: validateAndSetTreatmentParameters_ArterialPresMinMax Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_DialysateVolume_High Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_HepPreStopExceedsDuration Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_AcidConc Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_ArtPresHigh_High Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_ArtPresHigh_Low Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_ArtPresLow_High Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_ArtPresLow_Low Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_BPInterval_High Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_BicarbConc Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_BloodFlow_High Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_BloodFlow_Low Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_DialysateFlow_High Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_DialysateFlow_Low Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_Dialyzer Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_Duration_High Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_Duration_Low Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_HepBolus_High Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_HepBolus_Low Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_HepPreStop_High Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_HepRate_High Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_HepRate_Low Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_RBFlow_High Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_RBFlow_Low Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_SalineBolus_High Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_SalineBolus_Low Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_Temp_High Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_Temp_Low Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_VenPresHigh_High Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_VenPresHigh_Low Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_VenPresLow_High Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_OutOfRange_VenPresLow_Low Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_ValidParams Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: validateAndSetTreatmentParameters_VenousPresMinMax Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.checkTreatmentParamsInRange test cases Running: checkTreatmentParamsInRange_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.checkTreatmentParamsDependencies test cases Running: checkTreatmentParamsDependencies_ArtPressureMinMax Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkTreatmentParamsDependencies_DialysateVolumeTooHigh Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkTreatmentParamsDependencies_HepPreStopTooHigh Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkTreatmentParamsDependencies_Ok Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkTreatmentParamsDependencies_VenPressureMinMax Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.isTreatmentParamInRange test cases Running: isTreatmentParamInRange_F32_High Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isTreatmentParamInRange_F32_InRange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isTreatmentParamInRange_F32_Low Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isTreatmentParamInRange_InvalidParam Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isTreatmentParamInRange_S32_High Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isTreatmentParamInRange_S32_InRange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isTreatmentParamInRange_S32_Low Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isTreatmentParamInRange_U32_High Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isTreatmentParamInRange_U32_InRange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isTreatmentParamInRange_U32_Low Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.extractTreatmentParamsFromPayload test cases Running: extractTreatmentParamsFromPayload_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.sendTreatmentParamsResponse test cases Running: sendTreatmentParamsResponse_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.setTreatmentParameterU32 test cases Running: setTreatmentParameterU32_Invalid Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setTreatmentParameterU32_Valid Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.setTreatmentParameterS32 test cases Running: setTreatmentParameterS32_Invalid1 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setTreatmentParameterS32_Invalid2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setTreatmentParameterS32_Valid Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.setTreatmentParameterF32 test cases Running: setTreatmentParameterF32_Invalid1 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setTreatmentParameterF32_Invalid2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setTreatmentParameterF32_Valid Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.getTreatmentParameterU32 test cases Running: getTreatmentParameterU32_Invalid Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getTreatmentParameterU32_Valid Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.getTreatmentParameterS32 test cases Running: getTreatmentParameterS32_Invalid1 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getTreatmentParameterS32_Invalid2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getTreatmentParameterS32_Valid Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.getTreatmentParameterF32 test cases Running: getTreatmentParameterF32_Invalid1 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getTreatmentParameterF32_Invalid2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getTreatmentParameterF32_Valid Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all ModeTreatmentParams.testSetTreatmentParameter test cases Running: testSetTreatmentParameter_F32 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetTreatmentParameter_InvalidParam Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetTreatmentParameter_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetTreatmentParameter_S32 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetTreatmentParameter_U32 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785 -TIME: 2021-01-14 15:02:01 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785 +TIME: 2021-02-20 10:29:28 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES.env" Initializing search list Creating the Environment Directory Creating Environment "MSGQUEUES" @@ -25591,23 +26975,26 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e MSGQUEUES -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785 -TIME: 2021-01-14 15:02:04 +COMMAND: /opt/VectorCASTSP3/clicast -e MSGQUEUES -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785 +TIME: 2021-02-20 10:29:31 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (3) + Translated 0 script lines Processing script line 50 Processing script line 100 Processing script line 150 @@ -25618,7 +27005,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES.tst.tmp (I) @LINE: 24 >>> Processing Test Case: InvalidQueue (S) @LINE: 37 @@ -25689,13 +27076,28 @@ >>> Processed Test Case: QueueNotFull (S) @LINE: 318 >>> Script processing completed +COMMAND: /opt/VectorCASTSP3/clicast -e MSGQUEUES test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES.tst +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785 +TIME: 2021-02-20 10:29:33 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2021 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/CCAST_.CFG + Opening Environment + Opening Parameter/Global File + Opening Types File + Environment is Open + Creating Script File + Building Test Case Script + Test Case Script Created + Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e MSGQUEUES -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785 -TIME: 2021-01-14 15:02:05 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785 +TIME: 2021-02-20 10:29:34 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -25704,136 +27106,136 @@ Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all MsgQueues.addToMsgQueue test cases Running: InvalidQueue Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: QueueFull Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: SuccessfulAdd Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: SuccessfulAddWithWrap Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all MsgQueues.getFromMsgQueue test cases Running: InvalidQueue Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: QueueEmpty Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: SuccessfulGet Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: SuccessfulGetWithWrap Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all MsgQueues.isMsgQueueEmpty test cases Running: InvalidQueue Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: QueueEmpty Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: QueueNotEmpty Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all MsgQueues.isMsgQueueFull test cases Running: InvalidQueue Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: QueueFull Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: QueueNotFull Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all MsgQueues.blankMessage test cases Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all MsgQueues.blankMessageInWrapper test cases Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708 -TIME: 2021-01-14 15:02:06 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708 +TIME: 2021-02-20 10:29:35 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT.env" Initializing search list Creating the Environment Directory Creating Environment "NVDATAMGMT" @@ -25863,18 +27265,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e NVDATAMGMT -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708 -TIME: 2021-01-14 15:02:09 +COMMAND: /opt/VectorCASTSP3/clicast -e NVDATAMGMT -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708 +TIME: 2021-02-20 10:29:39 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -25917,7 +27319,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT.tst.tmp (I) @LINE: 24 >>> Processing Test Case: dequeue_Queue_Empty (S) @LINE: 29 @@ -26554,12 +27956,12 @@ (S) @LINE: 2327 >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e NVDATAMGMT -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708 -TIME: 2021-01-14 15:02:11 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708 +TIME: 2021-02-20 10:29:41 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -26568,1103 +27970,1103 @@ Running: initNVDataMgmt_Nominal_Path Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.signalPowerOffWarning test cases Running: signalPowerOffWarning_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.setMfgData test cases Running: setMfgData_Nominal_Path Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.getMfgData test cases Running: getMfgData_Buffer_NULL Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMfgData_Buffer_Not_NULL Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.setCalibrationData test cases Running: setCalibrationData_Nominal_Path Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.getCalibrationData test cases Running: getCalibrationData_Buffer_NULL Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getCalibrationData_RecordInvalid Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getCalibrationData_RecordValid Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.testResetCalibrationData test cases Running: testResetCalibrationData_InvalidKey Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetCalibrationData_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetCalibrationData_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.setServiceDate test cases Running: setServiceDate_Queue_Full Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setServiceDate_Queue_Not_Full Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.getServiceDate test cases Running: getServiceDate_Buffer_NULL Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getServiceDate_Buffer_Not_NULL Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.writeLogData test cases Running: writeLogData_Queue_Full_and_Log_Header_Not_Corrput Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: writeLogData_Queue_Full_and_Log_Header_is_Corrput Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: writeLogData_Queue_Not_Full_and_Log_Header_Not_Corrput Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: writeLogData_Queue_Not_Full_and_Log_Header_is_Corrput Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.readLogData test cases Running: readLogData_Min_Jobs_Available Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: readLogData_Min_Jobs_Not_Available Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.setTreatmentTime test cases Running: setTreatmentTime_Queue_Full Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setTreatmentTime_Queue_Not_Full Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.getTreatmentTime test cases Running: getTreatmentTime_Nominal_Path Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.setWaterConsumption test cases Running: setWaterConsumption_Queue_Full Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setWaterConsumption_Queue_Not_Full Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.getWaterConsumption test cases Running: getWaterConsumption_Nominal_Path Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.setDisinfectionDate test cases Running: setDisinfectionDate_Queue_Full Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setDisinfectionDate_Queue_Not_Full Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.getDisinfectionDate test cases Running: getDisinfectionDate_Buffer_NULL Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getDisinfectionDate_Buffer_Not_NULL Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.execNVDataMgmtSelfTest test cases Running: execNVDataMgmtSelfTest_Check_CRC_Record Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execNVDataMgmtSelfTest_Complete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execNVDataMgmtSelfTest_Default Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execNVDataMgmtSelfTest_Enable_EEPROM Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execNVDataMgmtSelfTest_Read_Bootloader Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execNVDataMgmtSelfTest_Read_Calibration_Record Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execNVDataMgmtSelfTest_Read_DG_Water_Consumption Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execNVDataMgmtSelfTest_Read_Disinfection_Record Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execNVDataMgmtSelfTest_Read_HD_Treatment_Time Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execNVDataMgmtSelfTest_Read_Log_Record Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execNVDataMgmtSelfTest_Read_Mfg_Record Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execNVDataMgmtSelfTest_Read_Service_Record Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execNVDataMgmtSelfTest_Test_Start Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.setBootloaderFlag test cases Running: setBootloaderFlag_Queue_Full Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setBootloaderFlag_Queue_Not_Full Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.getBootloaderFlag test cases Running: getBootloaderFlag Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.execNVDataMgmt test cases Running: execNVDataMgmt_Default Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execNVDataMgmt_Erase_EEPROM Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execNVDataMgmt_Idle Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execNVDataMgmt_Read_From_EEPROM Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execNVDataMgmt_Read_From_RTC Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execNVDataMgmt_Wait_For_POST Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execNVDataMgmt_Write_To_EEPROM Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execNVDataMgmt_Write_To_RTC Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.handleSelfTestStart test cases Running: handleSelfTestStart_Start Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.handleSelfTestEnableEEPROM test cases Running: heandleSetTestEnableEEPROM_FSM_Busy_No_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: heandleSetTestEnableEEPROM_FSM_Busy_Timeout_RAM_State_Not_Ready Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: heandleSetTestEnableEEPROM_FSM_Ready_RAM_State_Ready Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.handleSelfTestReadBootloaderFlag test cases Running: handleSelfTestsReadBootloaderFlag_RAM_Status_Idle_RAM_State_Busy Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSelfTestsReadBootloaderFlag_RAM_Status_Idle_RAM_State_Ready Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSelfTestsReadBootloaderFlag_RAM_Status_Not_Idle_No_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSelfTestsReadBootloaderFlag_RAM_Status_Not_Idle_Timeout_RAM_State_Ready Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.handleSelfTestReadHDTreatmentTime test cases Running: handleSelfTestReadHDTreatmentTime_RAM_Status_Idle_RAM_State_Busy Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSelfTestReadHDTreatmentTime_RAM_Status_Idle_RAM_State_Ready Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSelfTestReadHDTreatmentTime_RAM_Status_Not_Idle_RAM_State_Busy_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSelfTestReadHDTreatmentTime_RAM_Status_Not_Idle_RAM_State_Ready Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.handleSelfTestReadDGWaterConsumption test cases Running: handleSelfTestReadDGWaterConsumption_RAM_Status_Idle_RAM_State_Busy Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSelfTestReadDGWaterConsumption_RAM_Status_Idle_RAM_State_Ready Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSelfTestReadDGWaterConsumption_RAM_Status_Not_Idle_RAM_State_Busy_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSelfTestReadDGWaterConsumption_RAM_Status_Not_Idle_RAM_State_Ready Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.handleSelfTestReadLogRecord test cases Running: handleSelfTestReadLogRecord_RAM_Status_Idle Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSelfTestReadLogRecord_RAM_Status_Not_Idle_Not_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSelfTestReadLogRecord_RAM_Status_Not_Idle_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.handleSelfTestReadMfgRecord test cases Running: handleSelfTestReadMfgRecord_FSM_Busy_No_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSelfTestReadMfgRecord_FSM_Busy_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSelfTestReadMfgRecord_FSM_Ready_No_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.handleSelfTestReadCalibrationRecord test cases Running: handleSelfTestReadCalibrationRecord_FSM_Busy_No_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSelfTestReadCalibrationRecord_FSM_Busy_Timeout_RAM_State_Ready Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSelfTestReadCalibrationRecord_FSM_Ready_No_Timeout_RAM_State_Not_Ready Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSelfTestReadCalibrationRecord_FSM_Ready_No_Timeout_RAM_State_Ready Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.handleSelfTestReadServiceRecord test cases Running: handleSelfTestReadServiceRecord_RAM_Status_Idle_No_Timeout_RAM_State_Ready Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSelfTestReadServiceRecord_RAM_Status_Not_Idle_No_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSelfTestReadServiceRecord_RAM_Status_Not_Idle_Timeout_RAM_State_Not_Ready Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.handleSelfTestReadLastDisinfectionDate test cases Running: handleSelfTestReadLastDisinfectionDate_RAM_Status_Idle_No_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSelfTestReadLastDisinfectionDate_RAM_Status_Not_Idle_No_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSelfTestReadLastDisinfectionDate_RAM_Status_Not_Idle_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.handleSelfTestCheckCRC test cases Running: handleSelfTestCheckCRC_CRC_Pass Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSelfTestCheckCRC_Timeout_Fail Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: hanldleSelfTestCheckCRC_CRC_Fail Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.handleExecWaitForPostState test cases Running: handleExecWaitForPostState_Self_Test_Complete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleExecWaitForPostState_Self_Test_Not_Complete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.handleExecIdleState test cases Running: handleExecIdleState_Default Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleExecIdleState_Queue_Empty Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleExecIdleState_Queue_Not_Empty_Default_Mem_Default_Location Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleExecIdleState_Queue_Not_Empty_Default_Mem_RTC Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleExecIdleState_Queue_Not_Empty_Erase_EEPROM Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleExecIdleState_Queue_Not_Empty_Read_Default_Location Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleExecIdleState_Queue_Not_Empty_Read_EEPROM Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleExecIdleState_Queue_Not_Empty_Read_RTC_Busy Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleExecIdleState_Queue_Not_Empty_Read_RTC_Ready Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleExecIdleState_Queue_Not_Empty_Write_EEPROM Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleExecIdleState_Queue_Not_Empty_Write_EEPROM_Default_Location Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleExecIdleState_Queue_Not_Empty_Write_RTC_Busy Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleExecIdleState_Queue_Not_Empty_Write_RTC_Ready Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.handleExecWriteToEEPROMState test cases Running: handleExecWriteToEEPROMState_FSM_Busy_No_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleExecWriteToEEPROMState_FSM_Busy_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleExecWriteToEEPROMState_FSM_Ready_No_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.handleExecReadFromEEPROMState test cases Running: handleExecReadFromEEPROMState_FSM_Busy_No_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleExecReadFromEEPROMState_FSM_Busy_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleExecReadFromEEPROMState_FSM_Ready_No_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.handleExecEraseState test cases Running: handleExecEraseState_FSM_Busy_No_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleExecEraseState_FSM_Busy_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleExecEraseState_FSM_Ready_No_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.handleExecWriteToRAMState test cases Running: handleExecWriteToRAMState_RAM_Status_Not_Idle_No_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleExecWriteToRAMState_RAM_Status_Not_Idle_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.handleExecReadFromRAMState test cases Running: handleExecReadFromRAMState_RAM_Status_Not_Idle_No_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleExecReadFromRAMState_RAM_Status_Not_Idle_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.setMemoryOpsStruct test cases Running: setMemoryOpsStruct_Queue_Not_Full_Ext_Address_Not_Zero Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setMemoryOpsStruct_Queue_Not_Full_Ext_Address_Zero Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setMemoryOpsStruct_Queue_Not_Full_Ext_Address_Zero_Wrap Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.prepareWriteLogJobAndGetStartAddress test cases Running: prepareWriteLogJobAndGetStartAddress_Modulus_Not_Zero Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: prepareWriteLogJobAndGetStartAddress_Modulus_Not_Zero_Write_Wrap Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: prepareWriteLogJobAndGetStartAddress_Modulus_Zero_No_Write_Wrap Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: prepareWriteLogJobAndGetStartAddress_Modulus_Zero_Write_Wrap Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.prepareReadLogJobAndGetStartAddress test cases Running: prepareReadLogJobAndGetStartAddress_NextReadIndex_Not_Zero_Header_Not_Corrupted Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: prepareReadLogJobAndGetStartAddress_NextReadIndex_Wrap_Header_Corrupted_Erase Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: prepareReadLogJobAndGetStartAddress_NextReadIndex_Wrap_Header_Corrupted_No_Erase Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: prepareReadLogJobAndGetStartAddress_NextReadIndex_Zero_Header_Corrupted_Erase Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: prepareReadLogJobAndGetStartAddress_NextReadIndex_Zero_Header_Not_Corrupted Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.enqueue test cases Running: enqueue_Modulus_Not_Zero Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: enqueue_Read_EEPROM Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: enqueue_Read_RTC Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: enqueue_Write_EEPROM Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.dequeue test cases Running: dequeue_Queue_Empty Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: dequeue_Queue_Not_Empty Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: dequeue_Queue_Not_Empty_Wrap Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.isQueueEmpty test cases Running: isQueueEmpty_isQueueEmpty_False Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isQueueEmpty_isQueueEmpty_True Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.isQueueFull test cases Running: isQueueFull_isQueueFull_False Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isQueueFull_isQueueFull_True Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.getAvailableQueueCount test cases Running: getAvailableQueueCount_Nominal_Path Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.enqueueBank7Sector0Records test cases Running: enqueueBank7Sector0Records_Min_Jobs_Available Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: enqueueBank7Sector0Records_Min_Jobs_Not_Available Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.didCommandTimeout test cases Running: didCommandTimeout_Command_Not_Timedout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: didCommandTimeout_Command_Timedout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all NVDataMgmt.eraseDataLogSectors test cases Running: eraseDataLogSectors_Min_Jobs_Available Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: eraseDataLogSectors_Min_Jobs_Not_Available Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158 -TIME: 2021-01-14 15:02:15 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158 +TIME: 2021-02-20 10:29:47 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES.env" Initializing search list Creating the Environment Directory Creating Environment "OPERATIONMODES" @@ -27693,31 +29095,34 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e OPERATIONMODES -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158 -TIME: 2021-01-14 15:02:18 +COMMAND: /opt/VectorCASTSP3/clicast -e OPERATIONMODES -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158 +TIME: 2021-02-20 10:29:52 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (13) + Translated 0 script lines Processing script line 50 Processing script line 150 Script Creation Completed -------------------------------------------------------------------------------- Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES.tst.tmp (I) @LINE: 24 >>> Processing Test Case: NoRequestPending (S) @LINE: 29 @@ -27845,12 +29250,12 @@ (S) @LINE: 351 >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e OPERATIONMODES -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158 -TIME: 2021-01-14 15:02:19 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158 +TIME: 2021-02-20 10:29:55 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -27859,199 +29264,199 @@ Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all OperationModes.execOperationModes test cases Running: InitPOSTToStandbyMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: InvalidMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: InvalidModeChange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: PreTreatToTreatmentMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: StandbyToServiceMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: StandbyToTreatmentParamsMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: TreatmentParamsToPreTreatMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: TreatmentToFaultMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: TreatmentToPostTreatMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all OperationModes.requestNewOperationMode test cases Running: InvalidModeRequested Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: ValidModeRequested Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all OperationModes.getCurrentOperationMode test cases Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all OperationModes.arbitrateModeRequest test cases Running: NoRequestPending Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RequestPending Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all OperationModes.transitionToNewOperationMode test cases Running: FaultMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: InitPOSTMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: InvalidMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: OpParamsMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: PostTreatmentMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: PreTreatmentMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: ServiceMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: StandbyMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: TreatmentMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all OperationModes.broadcastOperationMode test cases Running: broadcastOperationMode_Broadcast Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: broadcastOperationMode_NoBroadcast Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388 -TIME: 2021-01-14 15:02:20 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388 +TIME: 2021-02-20 10:29:58 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS.env" Initializing search list Creating the Environment Directory Creating Environment "PICONTROLLERS" @@ -28080,23 +29485,26 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e PICONTROLLERS -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388 -TIME: 2021-01-14 15:02:23 +COMMAND: /opt/VectorCASTSP3/clicast -e PICONTROLLERS -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388 +TIME: 2021-02-20 10:30:03 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (12) + Translated 0 script lines Processing script line 50 Processing script line 100 Processing script line 150 @@ -28110,7 +29518,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS.tst.tmp (I) @LINE: 24 >>> Processing Test Case: getPIControllerSignals_CntlSig (S) @LINE: 29 @@ -28205,13 +29613,28 @@ >>> Processed Test Case: runPIController_NominalPath (S) @LINE: 461 >>> Script processing completed +COMMAND: /opt/VectorCASTSP3/clicast -e PICONTROLLERS test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS.tst +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388 +TIME: 2021-02-20 10:30:06 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2021 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/CCAST_.CFG + Opening Environment + Opening Parameter/Global File + Opening Types File + Environment is Open + Creating Script File + Building Test Case Script + Test Case Script Created + Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e PICONTROLLERS -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388 -TIME: 2021-01-14 15:02:24 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388 +TIME: 2021-02-20 10:30:08 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -28220,175 +29643,175 @@ Running: initializePIController_InvalidController Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: initializePIController_NearZeroKINegative Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: initializePIController_NearZeroKIPositive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: initializePIController_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PIControllers.resetPIController test cases Running: resetPIController_InvalidController Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: resetPIController_MaxRangeLimit Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: resetPIController_MinRangeLimit Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: resetPIController_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PIControllers.runPIController test cases Running: runPIController_InvalidController Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: runPIController_MaxRangeLimit Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: runPIController_MinRangeLimit Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: runPIController_NegativeRef Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: runPIController_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PIControllers.getPIControllerSignals test cases Running: getPIControllerSignals_CntlSig Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getPIControllerSignals_ErrorSig Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getPIControllerSignals_ErrorSum Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getPIControllerSignals_ErrorSumAfterWindUp Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getPIControllerSignals_Integral Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getPIControllerSignals_InvalidController Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getPIControllerSignals_InvalidSignal Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getPIControllerSignals_MeasSig Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getPIControllerSignals_Proportional Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getPIControllerSignals_RefSig Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755 -TIME: 2021-01-14 15:02:26 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755 +TIME: 2021-02-20 10:30:10 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL.env" Initializing search list Creating the Environment Directory Creating Environment "PRESOCCL" @@ -28417,18 +29840,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e PRESOCCL -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755 -TIME: 2021-01-14 15:02:29 +COMMAND: /opt/VectorCASTSP3/clicast -e PRESOCCL -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755 +TIME: 2021-02-20 10:30:14 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -28449,9 +29872,25 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL.tst.tmp (I) @LINE: 24 >>> Processing Test Case: checkArterialPressureInRange_NominalPath +(E) @LINE: 29 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.alarmIndex:PERSISTENT_ALARM_ARTERIAL_PRESSURE_LOW,PERSISTENT_ALARM_ARTERIAL_PRESSURE_HIGH + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 30 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.isOutOfRange:(2)0 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 31 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.data:(2)101.0 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 32 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.limit:100.0,400.0 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored (S) @LINE: 33 >>> Processed Test Case: checkArterialPressureInRange_NominalPath (I) @LINE: 39 @@ -28460,10 +29899,42 @@ >>> Processed Test Case: checkArterialPressureInRange_NotInTreatmentMode (I) @LINE: 53 >>> Processing Test Case: checkArterialPressureInRange_TooHigh +(E) @LINE: 58 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.alarmIndex:PERSISTENT_ALARM_ARTERIAL_PRESSURE_LOW,PERSISTENT_ALARM_ARTERIAL_PRESSURE_HIGH + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 59 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.isOutOfRange:0,1 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 60 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.data:(2)401.0 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 61 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.limit:100.0,400.0 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored (S) @LINE: 62 >>> Processed Test Case: checkArterialPressureInRange_TooHigh (I) @LINE: 68 >>> Processing Test Case: checkArterialPressureInRange_TooLow +(E) @LINE: 73 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.alarmIndex:PERSISTENT_ALARM_ARTERIAL_PRESSURE_LOW,PERSISTENT_ALARM_ARTERIAL_PRESSURE_HIGH + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 74 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.isOutOfRange:1,0 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 75 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.data:(2)99.0 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 76 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.limit:100.0,400.0 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored (S) @LINE: 77 >>> Processed Test Case: checkArterialPressureInRange_TooLow (I) @LINE: 85 @@ -28484,6 +29955,22 @@ >>> Processed Test Case: checkOcclusions_NoAlarms (I) @LINE: 140 >>> Processing Test Case: checkVenousPressureInRange_NominalPath +(E) @LINE: 145 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.alarmIndex:PERSISTENT_ALARM_VENOUS_PRESSURE_LOW,PERSISTENT_ALARM_VENOUS_PRESSURE_HIGH + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 146 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.isOutOfRange:(2)0 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 147 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.data:(2)-200.0 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 148 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.limit:-300.0,200.0 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored (S) @LINE: 149 >>> Processed Test Case: checkVenousPressureInRange_NominalPath (I) @LINE: 155 @@ -28492,10 +29979,42 @@ >>> Processed Test Case: checkVenousPressureInRange_NotInTreatmentMode (I) @LINE: 169 >>> Processing Test Case: checkVenousPressureInRange_TooHigh +(E) @LINE: 174 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.alarmIndex:PERSISTENT_ALARM_VENOUS_PRESSURE_LOW,PERSISTENT_ALARM_VENOUS_PRESSURE_HIGH + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 175 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.isOutOfRange:0,1 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 176 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.data:(2)201.0 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 177 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.limit:-300.0,200.0 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored (S) @LINE: 178 >>> Processed Test Case: checkVenousPressureInRange_TooHigh (I) @LINE: 184 >>> Processing Test Case: checkVenousPressureInRange_TooLow +(E) @LINE: 189 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.alarmIndex:PERSISTENT_ALARM_VENOUS_PRESSURE_LOW,PERSISTENT_ALARM_VENOUS_PRESSURE_HIGH + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 190 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.isOutOfRange:1,0 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 191 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.data:(2)-301.0 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 192 TEST.EXPECTED:uut_prototype_stubs.checkPersistentAlarm.limit:-300.0,200.0 + >>> Could not find function checkPersistentAlarm + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored (S) @LINE: 193 >>> Processed Test Case: checkVenousPressureInRange_TooLow (I) @LINE: 201 @@ -28739,13 +30258,13 @@ >>> Processed Test Case: testSetVenousPressureOverride_NotLoggedIn (S) @LINE: 1098 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e PRESOCCL tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/PRESOCCL/PRESOCCL_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755 -TIME: 2021-01-14 15:02:30 +COMMAND: /opt/VectorCASTSP3/clicast -e PRESOCCL tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/PRESOCCL/PRESOCCL_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755 +TIME: 2021-02-20 10:30:15 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -28756,18 +30275,18 @@ Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/PRESOCCL/PRESOCCL_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/PRESOCCL/PRESOCCL_cba.cvr (S) @LINE: 45 >>> Source file matched PresOccl.c (S) @LINE: 82 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/PRESOCCL/PRESOCCL_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/PRESOCCL/PRESOCCL_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e PRESOCCL -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755 -TIME: 2021-01-14 15:02:31 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755 +TIME: 2021-02-20 10:30:16 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -28776,508 +30295,508 @@ Running: initPresOccl_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.isCartridgeLoaded test cases Running: isCartridgeLoaded_BPOcclTooLow Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isCartridgeLoaded_CartridgeLoaded Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isCartridgeLoaded_DPiOcclTooLow Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isCartridgeLoaded_DPoOcclTooLow Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.execPresOccl test cases Running: execPresOccl_ContReadState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execPresOccl_InitState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execPresOccl_InvalidState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.handlePresOcclInitState test cases Running: handlePresOcclInitState_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.handlePresOcclContReadState test cases Running: handlePresOcclContReadState_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.convertInlinePressures test cases Running: convertInlinePressures_ArterialAlarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: convertInlinePressures_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: convertInlinePressures_VenousCmdMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: convertInlinePressures_VenousDiagCondition Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: convertInlinePressures_VenousStaleReading Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: convertInlinePressures_VenousStaleReadingAlarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.convertOcclusionPressures test cases Running: convertOcclusionPressures_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.checkArterialPressureInRange test cases Running: checkArterialPressureInRange_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkArterialPressureInRange_NotInTreatmentMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkArterialPressureInRange_TooHigh Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkArterialPressureInRange_TooLow Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.checkVenousPressureInRange test cases Running: checkVenousPressureInRange_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkVenousPressureInRange_NotInTreatmentMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkVenousPressureInRange_TooHigh Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkVenousPressureInRange_TooLow Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.checkOcclusions test cases Running: checkOcclusions_BloodPumpOcclusion Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkOcclusions_DialInPumpOcclusion Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkOcclusions_DialOutPumpOcclusion Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkOcclusions_NoAlarms Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.getPublishPresOcclDataInterval test cases Running: getPublishPresOcclDataInterval_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getPublishPresOcclDataInterval_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.getMeasuredArterialPressure test cases Running: getMeasuredArterialPressure_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMeasuredArterialPressure_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.getMeasuredVenousPressure test cases Running: getMeasuredVenousPressure_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMeasuredVenousPressure_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.getMeasuredBloodPumpOcclusion test cases Running: getMeasuredBloodPumpOcclusion_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMeasuredBloodPumpOcclusion_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.getMeasuredDialInPumpOcclusion test cases Running: getMeasuredDialInPumpOcclusion_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMeasuredDialInPumpOcclusion_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.getMeasuredDialOutPumpOcclusion test cases Running: getMeasuredDialOutPumpOcclusion_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getMeasuredDialOutPumpOcclusion_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.publishPresOcclData test cases Running: publishPresOcclData_Interval Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: publishPresOcclData_NotInterval Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.testSetPresOcclDataPublishIntervalOverride test cases Running: testSetPresOcclDataPublishIntervalOverride_LoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetPresOcclDataPublishIntervalOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.testResetPresOcclDataPublishIntervalOverride test cases Running: testResetPresOcclDataPublishIntervalOverride_LoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetPresOcclDataPublishIntervalOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.testSetArterialPressureOverride test cases Running: testSetArterialPressureOverride_LoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetArterialPressureOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.testResetArterialPressureOverride test cases Running: testResetArterialPressureOverride_LoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetArterialPressureOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.testSetVenousPressureOverride test cases Running: testSetVenousPressureOverride_LoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetVenousPressureOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.testResetVenousPressureOverride test cases Running: testResetVenousPressureOverride_LoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetVenousPressureOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.testSetBloodPumpOcclusionOverride test cases Running: testSetBloodPumpOcclusionOverride_LoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetBloodPumpOcclusionOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.testResetBloodPumpOcclusionOverride test cases Running: testResetBloodPumpOcclusionOverride_LoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetBloodPumpOcclusionOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.testSetDialInPumpOcclusionOverride test cases Running: testSetDialInPumpOcclusionOverride_LoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetDialInPumpOcclusionOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.testResetDialInPumpOcclusionOverride test cases Running: testResetDialInPumpOcclusionOverride_LoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetDialInPumpOcclusionOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.testSetDialOutPumpOcclusionOverride test cases Running: testSetDialOutPumpOcclusionOverride_LoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetDialOutPumpOcclusionOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all PresOccl.testResetDialOutPumpOcclusionOverride test cases Running: testResetDialOutPumpOcclusionOverride_LoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetDialOutPumpOcclusionOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850 -TIME: 2021-01-14 15:02:33 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850 +TIME: 2021-02-20 10:30:19 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC.env" Initializing search list Creating the Environment Directory Creating Environment "RTC" @@ -29307,23 +30826,26 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e RTC -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850 -TIME: 2021-01-14 15:02:36 +COMMAND: /opt/VectorCASTSP3/clicast -e RTC -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850 +TIME: 2021-02-20 10:30:22 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (0) + Translated 0 script lines Processing script line 450 Processing script line 550 Processing script line 600 @@ -29344,7 +30866,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC.tst.tmp (I) @LINE: 24 >>> Processing Test Case: BCD2Decimal (S) @LINE: 27 @@ -30055,12 +31577,12 @@ (S) @LINE: 1899 >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e RTC -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850 -TIME: 2021-01-14 15:02:37 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850 +TIME: 2021-02-20 10:30:25 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -30069,803 +31591,803 @@ Running: initRTC Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.setRTCTimestamp test cases Running: Days_Out_Of_Range_Max Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Days_Out_Of_Range_Min Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Hours_Out_Of_Range Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Minutes_Out_Of_Range Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Months_Out_Of_Range_Max Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Months_Out_Of_Range_Min Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Seconds_Out_Of_Range Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Time_Date_In_Range Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Years_Out_Of_Range Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.execRTCSelfTest test cases Running: Check_For_Accuracy Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Check_Regs Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Complete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Default Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Start Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Wait_For_First_Second Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Wait_For_Second_Second Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.execRTC test cases Running: Default Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Idle Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Prep_RAM Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Read Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Read_From_RAM Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Wait_For_POST Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Write Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Write_To_RAM Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.getRTCTimestamp test cases Running: getRTCTimestamp Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.writeToRAM test cases Running: RAM_Idle Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RAM_Idle_Illegal_Address Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RAM_Idle_Max_Buffer Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RAM_Not_Idle Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.readFromRAM test cases Running: RAM_Idle Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RAM_Idle_Illegal_Address Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RAM_Idle_Max_Buffer Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RAM_Not_Idle Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.getRTCRAMState test cases Running: getRTCRAMState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.getRTCRAMStatus test cases Running: RAM_Status_Complete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RAM_Status_Incomplete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.getDataFromRAM test cases Running: getDataFromRAM Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.serviceRTC test cases Running: Complete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Default Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Send_Command_Fail Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Send_Command_Pass Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Wait_For_Trans_Read_Exceed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Wait_For_Trans_Read_Pass Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Wait_For_Trans_Read_Read Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.isRTCFunctional test cases Running: 12_Hour_Mode_Failure Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: All_Control_Regs_Pass Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Battery_Low Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Clock_Stopped_Failure Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: External_Clock_Failure Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: PORO_Failure Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Unused_Bit_Failure Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.convertBCD2Decimal test cases Running: BCD2Decimal Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: High_Out_Of_Range Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Low_Out_Of_Range Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.convertDecimal2BCD test cases Running: Decimal2BCD Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Decimal_Out_Of_Range Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.convertTime2Epoch test cases Running: convertTime2Epoch Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.updateReadTimestampStruct test cases Running: updateReadTimestampStruct Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.setMibSPIBufferLength test cases Running: Buffer_Length_In_Range Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Buffer_Length_Max Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.prepBufferForReadCommand test cases Running: prepBufferForReadCommand Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.handleExecWaitForPostState test cases Running: POST_Failed_Self_Complete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: POST_Failed_Self_Incomplete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: POST_Passed_Self_Complete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: POST_Passed_Self_Incomplete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.handleExecIdleState test cases Running: Idle Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Read_From_RAM_Requested Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Read_RTC Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Write_To_RAM_Requested Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Write_To_RTC_Requested Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.handleExecWriteState test cases Running: RTC_Service_Fail Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RTC_Service_Incomplete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RTC_Service_Pass Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Timestamp_Buffer_Not_Ready Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Timestamp_Buffer_Ready Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.handleExecPrepRAMState test cases Running: RTC_Service_Fail Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RTC_Service_Incomplete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RTC_Service_Pass_No_Read_No_write Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RTC_Service_Pass_Read_From_RAM Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RTC_Service_Pass_Write_To_RAM Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.handleExecWriteToRAMState test cases Running: RTC_Service_Fail Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RTC_Service_Incomplete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RTC_Service_Pass Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.handleExecReadFromRAMState test cases Running: RTC_Service_Fail Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RTC_Service_Incomplete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RTC_Service_Pass Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.handleExecReadState test cases Running: RTC_Service_Fail Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RTC_Service_Incomplete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RTC_Service_Pass_RTC_Functional_Publish_Time Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RTC_Service_Pass_RTC_Not_Functional Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.handleSelfTestStart test cases Running: handleSelfTestStart Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.handleSelfTestCheckCtrlRegs test cases Running: RTC_Service_Fail Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RTC_Service_Incomplete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RTC_Service_Pass_RTC_Functional Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RTC_Service_Pass_RTC_Not_Functional Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.handleSelfTestWaitForFirstSecond test cases Running: RTC_Service_Fail Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RTC_Service_Incomplete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RTC_Service_Pass_RTC_Functional_Second_Change Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RTC_Service_Pass_RTC_Functional_Second_Not_Change Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RTC_Service_Pass_RTC_Not_Functional Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.handleSelfTestWaitForSecondSecond test cases Running: RTC_Service_Fail Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RTC_Service_Incomplete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RTC_Service_Pass_RTC_Functional_Second_Change Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RTC_Service_Pass_RTC_Functional_Second_Not_Change Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RTC_Service_Pass_RTC_Not_Functional Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all RTC.handleSelfTestCheckAccuracy test cases Running: Did_Not_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Did_Timeout_Failed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: Did_Timeout_Passed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383 -TIME: 2021-01-14 15:02:41 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383 +TIME: 2021-02-20 10:30:28 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN.env" Initializing search list Creating the Environment Directory Creating Environment "SAFETYSHUTDOWN" @@ -30894,30 +32416,33 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e SAFETYSHUTDOWN -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383 -TIME: 2021-01-14 15:02:43 +COMMAND: /opt/VectorCASTSP3/clicast -e SAFETYSHUTDOWN -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383 +TIME: 2021-02-20 10:30:31 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (12) + Translated 0 script lines Processing script line 100 Script Creation Completed -------------------------------------------------------------------------------- Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN.tst.tmp (I) @LINE: 24 >>> Processing Test Case: activateSafetyShutdown_NominalPath (S) @LINE: 27 @@ -30956,13 +32481,28 @@ >>> Processed Test Case: testSetSafetyShutdownOverride_NotLoggedIn (S) @LINE: 129 >>> Script processing completed +COMMAND: /opt/VectorCASTSP3/clicast -e SAFETYSHUTDOWN test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN.tst +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383 +TIME: 2021-02-20 10:30:33 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2021 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/CCAST_.CFG + Opening Environment + Opening Parameter/Global File + Opening Types File + Environment is Open + Creating Script File + Building Test Case Script + Test Case Script Created + Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e SAFETYSHUTDOWN -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383 -TIME: 2021-01-14 15:02:44 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383 +TIME: 2021-02-20 10:30:34 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -30971,78 +32511,78 @@ Running: initSafetyShutdown_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SafetyShutdown.activateSafetyShutdown test cases Running: activateSafetyShutdown_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SafetyShutdown.isSafetyShutdownActivated test cases Running: isSafetyShutdownActivated_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SafetyShutdown.testSetSafetyShutdownOverride test cases Running: testSetSafetyShutdownOverride_ActivateSafety Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetSafetyShutdownOverride_ClearSafety Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetSafetyShutdownOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SafetyShutdown.testResetSafetyShutdownOverride test cases Running: testResetSafetyShutdownOverride_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetSafetyShutdownOverride_ResetToActive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetSafetyShutdownOverride_ResetToNotActive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922 -TIME: 2021-01-14 15:02:45 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922 +TIME: 2021-02-20 10:30:35 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM.env" Initializing search list Creating the Environment Directory Creating Environment "SYSTEMCOMM" @@ -31071,18 +32611,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e SYSTEMCOMM -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922 -TIME: 2021-01-14 15:02:49 +COMMAND: /opt/VectorCASTSP3/clicast -e SYSTEMCOMM -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922 +TIME: 2021-02-20 10:30:38 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -31126,7 +32666,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM.tst.tmp (I) @LINE: 24 >>> Processing Test Case: addMsgToPendingACKList_ACKListFull (S) @LINE: 75 @@ -31425,6 +32965,14 @@ >>> Processed Test Case: 0059_ConfirmTreatmentParamsFromUI (I) @LINE: 1287 >>> Processing Test Case: 0060_EndTreatmentFromUI +(E) @LINE: 1291 TEST.EXPECTED:uut_prototype_stubs.handleUIUserEndTreatmentRequest.message[0].hdr.msgID:60 + >>> Could not find function handleUIUserEndTreatmentRequest + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored +(E) @LINE: 1292 TEST.EXPECTED:uut_prototype_stubs.handleUIUserEndTreatmentRequest.message[0].hdr.payloadLen:4 + >>> Could not find function handleUIUserEndTreatmentRequest + >>> in unit uut_prototype_stubs. + >>> Value Line Error - Command Ignored (S) @LINE: 1293 >>> Processed Test Case: 0060_EndTreatmentFromUI (I) @LINE: 1299 @@ -31931,12 +33479,12 @@ (S) @LINE: 2732 >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e SYSTEMCOMM -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922 -TIME: 2021-01-14 15:02:51 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922 +TIME: 2021-02-20 10:30:40 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -31945,1063 +33493,1063 @@ Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.checkInFromDG test cases Running: checkInFromDG_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.checkInFromUI test cases Running: checkInFromUI_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.isDGCommunicating test cases Running: isDGCommunicating_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.isUICommunicating test cases Running: isUICommunicating_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.uiCommunicated test cases Running: uiCommunicated_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.isHDOnlyCANNode test cases Running: isHDOnlyCANNode_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.execSystemCommRx test cases Running: OneMessageToProcessInBuffers Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.execSystemCommTx test cases Running: CAN1TransmitterBusy_MaxRetries Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: CAN1TransmitterBusy_NoTimeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: CAN1TransmitterBusy_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: CAN1TransmitterBusy_Timeout_InvalidPriorSendChannel Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: CAN1TransmitterBusy_Timeout_NoPriorSend Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execSystemCommTx_HDisOnlyCANNode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execSystemCommTx_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.handleCANMsgInterrupt test cases Running: InvalidCANBox Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NoPacket Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: ReceiveCANBox Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: ReceiveCANBox_NoPacket Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: TransmitCANBox Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleCANMsgInterrupt_NoMoreMessagesToXmit Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.isCANBoxForXmit test cases Running: NotTransmitCANBox Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: TransmitCANBox Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.isCANBoxForRecv test cases Running: NotReceiveCANBox Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: ReceiveCANBox Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.findNextHighestPriorityCANPacketToTransmit test cases Running: BufferFound Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NoBufferFound Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.transmitNextCANPacket test cases Running: NoPendingCANPackets Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: PendingCANPacketFound Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: PendingCANPacketIsPartial Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.processIncomingData test cases Running: MoreDataInBufferThanMaxMsgSize Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: MoreDataInBufferThanMaxMsgSize_BadCRC Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: MsgFoundButIncompleteMsgRetrieved Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: MsgFound_DGBroadcast Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NoMsgFound Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.consumeBufferPaddingBeforeSync test cases Running: BufferEmpty Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: RemoveSomePadding Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.parseMessageFromBuffer test cases Running: FullMessageFound_CRC_BAD Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: FullMessageFound_CRC_OK Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NoMessageCouldBeParsed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NoSyncFound Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NotEnoughDataForMinMessage Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.processReceivedMessages test cases Running: processReceivedMessages_ACKReceived Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: processReceivedMessages_ACKRequired Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: processReceivedMessages_BadCRC Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: processReceivedMessages_NoMessagesReceived Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: processReceivedMessages_OneMessageReceived Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.checkForCommTimeouts test cases Running: checkForCommTimeouts_NoTimeouts Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkForCommTimeouts_NoUIComm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkForCommTimeouts_UITimeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.checkTooManyBadMsgCRCs test cases Running: checkTooManyBadMsgCRCs_Alarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: checkTooManyBadMsgCRCs_NoAlarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.addMsgToPendingACKList test cases Running: addMsgToPendingACKList_ACKListFull Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: addMsgToPendingACKList_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.matchACKtoPendingACKList test cases Running: matchACKtoPendingACKList_Matched Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: matchACKtoPendingACKList_NoMatch Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.checkPendingACKList test cases Running: checkPendingACKList_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemComm.processReceivedMessage test cases Running: 0001_OffButtonPress Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 0003_AlarmTriggered Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 0004_AlarmCleared Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 0006_DGCheckIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 0007_UICheckIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 000C_LoadCellReadings Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 0010_UserUFPauseResume Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 0011_UserUFSettingsChange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 0012_UserSalineBolusRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 0015_UserUFSettingsConfirm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 0016_UserTreatmentDurationChange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 0017_UserBloodDialFlowRateChange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 001C_RequestFWVersion Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 001F_ROPumpData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 0020_DGPressureData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 0024_DrainPumpData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 0027_DGOpMode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 0028_ReservoirData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 002D_DGTemperatureData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 0046_UserPressureLimitsChange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 0053_NewTreatmentParamsFromUI Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 0056_StartTreatmentFromUI Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 0059_ConfirmTreatmentParamsFromUI Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 0060_EndTreatmentFromUI Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8000_TestLogin Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8001_DialOutFlowSetPtOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8002_OffButtonOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8003_StopButtonOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8004_AlarmLampPatternOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8005_WatchdogTaskCheckInOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8006_AlarmStateOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8007_AlarmTimeOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8008_BloodFlowSetPtOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8009_BloodFlowMeasuredOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 800A_BloodPumpMCMeasuredSpeedOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 800B_BloodPumpMCMeasuredCurrentOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 800C_BloodFlowDataPublishIntervalOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 800D_AlarmStatusPublishIntervalOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 800E_BloodPumpMeasuredSpeedOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 800F_BloodPumpMeasuredRotorSpeedOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8010_DialInFlowSetPtOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8011_DialInFlowMeasuredOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8012_DialInPumpMCMeasuredSpeedOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8013_DialInPumpMCMeasuredCurrentOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8014_DialInFlowDataPublishIntervalOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8015_DialInPumpMeasuredSpeedOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8016_DialInPumpMeasuredRotorSpeedOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8017_PressureArterialOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8018_PressureVenousOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8019_OcclusionBloodPumpOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 801A_OcclusionDialInPumpOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 801B_OcclusionDialOutPumpOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 801C_PresOcclBroadcastIntervalOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 801D_RTCSetDateAndTime Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 801E_DialOutFlowDataPublishIntervalOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 801F_DialOutUFRefVolumeOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8020_DialOutUFMeasVolumeOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8021_DialOutPumpMCMeasuredSpeedOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8022_DialOutPumpMCMeasuredCurrentOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8023_DialOutPumpMeasuredSpeedOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8024_DialOutPumpMeasuredRotorSpeedOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8025_DialOutLoadCellWeightOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8026_SafetyShutdownOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8027_AccelerometerAxisOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8028_AccelerometerMaxAxisOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8029_AccelerometerBroadcastIntervalOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 802A_SetAccelerometerCalibration Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 802B_SetBloodFlowCalibration Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 802C_SetDialysateFlowCalibration Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 802D_SetTreatmentParameter Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 803A_ClearAllAlarmsRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 803B_HDRequestCalibrationData Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 803C_HDEraseCalibrationDataRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8032_AirTrapBroadcastIntervalOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8033_AirTrapLevelSensorOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8034_HDSoftwareResetRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 802E_HDValvesHome Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 802F_HDValvesSetPosition Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8030_HDValvesSetAirTrap Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8034_HDSoftwareResetRequest.001 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8035_BloodPumpSignalStrengthOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8036_DialysateInletPumpSignalStrengthOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8037_BloodPumpHomeRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8038_DialInPumpHomeRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: 8039_DialOutPumpHomeRequest Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: A00F_HDValvesBroadcastIntervalOverride Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: InvalidMessageID Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: InvalidTestMessageID Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: InvalidTestMessageIDInRange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: TestWithoutLogin Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163 -TIME: 2021-01-14 15:02:55 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163 +TIME: 2021-02-20 10:30:44 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES.env" Initializing search list Creating the Environment Directory Creating Environment "SYSTEMCOMMMESSAGES" @@ -33030,18 +34578,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e SYSTEMCOMMMESSAGES -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163 -TIME: 2021-01-14 15:02:59 +COMMAND: /opt/VectorCASTSP3/clicast -e SYSTEMCOMMMESSAGES -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163 +TIME: 2021-02-20 10:30:48 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -33150,7 +34698,6 @@ Processing script line 6650 Processing script line 6750 Processing script line 6800 - Processing script line 6900 Processing script line 7000 Processing script line 7050 Processing script line 7100 @@ -33174,7 +34721,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES.tst.tmp (I) @LINE: 24 >>> Processing Test Case: broadcastAccelData_NominalPath (S) @LINE: 81 @@ -34289,14 +35836,10 @@ >>> Processing Test Case: handleUIUserConfirmTreatmentParameters_Reject (S) @LINE: 6870 >>> Processed Test Case: handleUIUserConfirmTreatmentParameters_Reject -(I) @LINE: 6878 - >>> Processing Test Case: handleUIUserEndTreatmentRequest_InvalidPayloadLen -(S) @LINE: 6890 - >>> Processed Test Case: handleUIUserEndTreatmentRequest_InvalidPayloadLen -(I) @LINE: 6896 - >>> Processing Test Case: handleUIUserEndTreatmentRequest_NominalPath -(S) @LINE: 6909 - >>> Processed Test Case: handleUIUserEndTreatmentRequest_NominalPath +(E) @LINE: 6876 TEST.SUBPROGRAM:handleUIUserEndTreatmentRequest + >>> Unknown subprogram name handleUIUserEndTreatmentRequest +(E) @LINE: 6894 TEST.SUBPROGRAM:handleUIUserEndTreatmentRequest + >>> Unknown subprogram name handleUIUserEndTreatmentRequest (I) @LINE: 6917 >>> Processing Test Case: NominalPath (S) @LINE: 6920 @@ -34372,10 +35915,8 @@ >>> Processing Test Case: sendTestAckResponseMsg_NominalPath (S) @LINE: 7512 >>> Processed Test Case: sendTestAckResponseMsg_NominalPath -(I) @LINE: 7520 - >>> Processing Test Case: sendTreatmentEndResponseMsg_NominalPath -(S) @LINE: 7535 - >>> Processed Test Case: sendTreatmentEndResponseMsg_NominalPath +(E) @LINE: 7518 TEST.SUBPROGRAM:sendTreatmentEndResponseMsg + >>> Unknown subprogram name sendTreatmentEndResponseMsg (I) @LINE: 7543 >>> Processing Test Case: sendTreatmentParametersResponseMsg_NominalPath (S) @LINE: 7698 @@ -34415,2010 +35956,1987 @@ (S) @LINE: 8012 >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e SYSTEMCOMMMESSAGES -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163 -TIME: 2021-01-14 15:03:03 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163 +TIME: 2021-02-20 10:30:51 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open + Running all SystemCommMessages.handleTestHDCalibrationDataRequest test cases + Running: handleTestHDCalibrationDataRequest_InvalidPayload + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: handleTestHDCalibrationDataRequest_NoCal + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: handleTestHDCalibrationDataRequest_NominalPath + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running all SystemCommMessages.handleTestEraseHDCalibrationDataRequest test cases + Running: handleTestEraseHDCalibrationDataRequest_InvalidPayloadLen + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: handleTestEraseHDCalibrationDataRequest_NominalPath + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete Running all SystemCommMessages.serializeMessage test cases Running: serializeMessage_ACK Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: serializeMessage_ACKListFull Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: serializeMessage_MessageNeedsPadding Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: serializeMessage_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: serializeMessage_SeqWrap Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.sendACKMsg test cases Running: sendACKMsg_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.sendAckResponseMsg test cases Running: sendAckResponseMsg_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.sendOffButtonMsgToUI test cases Running: sendOffButtonMsgToUI_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.sendChangeUFSettingsResponse test cases Running: sendChangeUFSettingsResponse_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.sendChangeUFSettingsOptionResponse test cases Running: sendChangeUFSettingsOptionResponse_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.sendChangeTreatmentDurationResponse test cases Running: sendChangeTreatmentDurationResponse_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.sendChangeBloodDialysateRateChangeResponse test cases Running: sendChangeBloodDialysateRateChangeResponse_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.sendPressureLimitsChangeResponse test cases Running: sendPressureLimitsChangeResponse_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.sendTreatmentParamsRangesToUI test cases Running: sendTreatmentParamsRangesToUI_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.sendDialysateTempTargetsToDG test cases Running: sendDialysateTempTargetsToDG_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.sendDGSwitchReservoirCommand test cases Running: sendDGSwitchReservoirCommand_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.sendDGFillCommand test cases Running: sendDGFillCommand_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.sendDGDrainCommand test cases Running: sendDGDrainCommand_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.sendDGStartStopCommand test cases Running: sendDGStartStopCommand_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.sendDGStartStopTrimmerHeaterCommand test cases Running: sendDGStartStopTrimmerHeaterCommand_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.sendDGSampleWaterCommand test cases Running: sendDGSampleWaterCommand_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete + Running all SystemCommMessages.handleDGOpMode test cases + Running: handleDGOpMode_InvalidPayloadLength + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete + Running: handleDGOpMode_NominalPath + Preparing Test Data + Running Test Case + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Processing Execution Data + Updating Coverage Data + Test Execution Complete Running all SystemCommMessages.broadcastAccelData test cases Running: broadcastAccelData_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.broadcastAlarmStatus test cases Running: broadcastAlarmStatus_ComplimentaryFlags Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: broadcastAlarmStatus_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.broadcastAlarmTriggered test cases Running: broadcastAlarmTriggered_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.broadcastAlarmCleared test cases Running: broadcastAlarmCleared_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.broadcastBloodFlowData test cases Running: broadcastBloodFlowData_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.broadcastDialInFlowData test cases Running: broadcastDialInFlowData_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.broadcastDialOutFlowData test cases Running: broadcastDialOutFlowData_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.broadcastPresOcclData test cases Running: broadcastPresOcclData_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.broadcastRTCEpoch test cases Running: broadcastRTCEpoch_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.broadcastTreatmentTime test cases Running: broadcastTreatmentTime_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.broadcastTreatmentState test cases Running: broadcastTreatmentState_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.broadcastPowerOffWarning test cases Running: broadcastPowerOffWarning_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.broadcastHDOperationMode test cases Running: broadcastHDOperationMode_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.broadcastHDValves test cases Running: broadcastHDValves Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.broadcastSalineBolusData test cases Running: broadcastSalineBolusData_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.broadcastAirTrapData test cases Running: broadcastAirTrapData_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleDGCheckIn test cases Running: handleDGCheckIn_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleUICheckIn test cases Running: handleUICheckIn_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleAlarmTriggered test cases Running: handleAlarmTriggered_InvalidAlarmID Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleAlarmTriggered_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleAlarmTriggered_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleAlarmCleared test cases Running: handleAlarmCleared_InvalidAlarmID Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleAlarmCleared_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleAlarmCleared_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleOffButtonConfirmMsgFromUI test cases Running: handleOffButtonConfirmMsgFromUI_InvalidPayloadLength Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleOffButtonConfirmMsgFromUI_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleLoadCellReadingsFromDG test cases Running: handleLoadCellReadingsFromDG_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleLoadCellReadingsFromDG_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleDGTemperatureData test cases Running: handleDGTemperatureData_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDGTemperatureData_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleROPumpData test cases Running: handleROPumpData_InvalidPayloadLength Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleROPumpData_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleDrainPumpData test cases Running: handleDrainPumpData_InvalidPayloadLength Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDrainPumpData_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleDGPressuresData test cases Running: handleDGPressuresData_InvalidPayloadLength Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDGPressuresData_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleDGReservoirData test cases Running: handleDGReservoirData_InvalidPayloadLength Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleDGReservoirData_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleUFPauseResumeRequest test cases Running: handleUFPauseResumeRequest_InvalidCmd Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleUFPauseResumeRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleUFPauseResumeRequest_Pause Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleUFPauseResumeRequest_Resume Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.sendUFPauseResumeResponse test cases Running: sendUFPauseResumeResponse_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleUIStartTreatmentMsg test cases Running: handleUIStartTreatmentMsg_Cancel Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleUIStartTreatmentMsg_InitTreatment Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleUIStartTreatmentMsg_InvalidCmd Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleUIStartTreatmentMsg_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleUIStartTreatmentMsg_StartTreatment Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.sendTreatmentStartResponseMsg test cases Running: sendTreatmentStartResponseMsg_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete - Running all SystemCommMessages.handleUIUserEndTreatmentRequest test cases - Running: handleUIUserEndTreatmentRequest_InvalidPayloadLen - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: handleUIUserEndTreatmentRequest_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all SystemCommMessages.sendTreatmentEndResponseMsg test cases - Running: sendTreatmentEndResponseMsg_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete Running all SystemCommMessages.handleTreatmentParametersFromUI test cases Running: handleTreatmentParametersFromUI_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTreatmentParametersFromUI_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleUIUserConfirmTreatmentParameters test cases Running: handleUIUserConfirmTreatmentParameters_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleUIUserConfirmTreatmentParameters_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleUIUserConfirmTreatmentParameters_Reject Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.sendTreatmentParametersResponseMsg test cases Running: sendTreatmentParametersResponseMsg_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleChangeUFSettingsRequest test cases Running: handleChangeUFSettingsRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleChangeUFSettingsRequest_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleChangeUFSettingsConfirmation test cases Running: handleChangeUFSettingsConfirmation_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleChangeUFSettingsConfirmation_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleChangeTreatmentDurationRequest test cases Running: handleChangeTreatmentDurationRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleChangeTreatmentDurationRequest_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleChangeBloodDialysateRateChangeRequest test cases Running: handleChangeBloodDialysateRateChangeRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleChangeBloodDialysateRateChangeRequest_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleChangePressureLimitsRequest test cases Running: handleChangePressureLimitsRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleChangePressureLimitsRequest_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleSalineBolusRequest test cases Running: handleSalineBolusRequest_Abort Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSalineBolusRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSalineBolusRequest_Start Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.sendSalineBolusResponse test cases Running: sendSalineBolusResponse_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete - Running all SystemCommMessages.handleDGOpMode test cases - Running: handleDGOpMode_InvalidPayloadLength - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: handleDGOpMode_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete Running all SystemCommMessages.handleFWVersionRequest test cases Running: handleFWVersionRequest_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.isTestingActivated test cases Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.sendTestAckResponseMsg test cases Running: sendTestAckResponseMsg_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTesterLogInRequest test cases Running: handleTesterLogInRequest_LoginSuccessful Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTesterLogInRequest_LoginUnsuccessful_PW_Wrong0 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTesterLogInRequest_LoginUnsuccessful_PW_Wrong1 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTesterLogInRequest_LoginUnsuccessful_PW_Wrong2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTesterLogInRequest_LoginUnsuccessful_PW_WrongLength Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestOffButtonStateOverrideRequest test cases Running: handleTestOffButtonStateOverrideRequest_InvalidPayloadLength Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestOffButtonStateOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestOffButtonStateOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestStopButtonStateOverrideRequest test cases Running: handleTestStopButtonStateOverrideRequest_InvalidPayloadLength Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestStopButtonStateOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestStopButtonStateOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestAlarmLampPatternOverrideRequest test cases Running: handleTestAlarmLampPatternOverrideRequest_InvalidPayloadLength Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestAlarmLampPatternOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestAlarmLampPatternOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestWatchdogCheckInStateOverrideRequest test cases Running: handleTestWatchdogCheckInStateOverrideRequest_InvalidPayloadLength Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestWatchdogCheckInStateOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestWatchdogCheckInStateOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestAlarmStateOverrideRequest test cases Running: handleTestAlarmStateOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestAlarmStateOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestAlarmStateOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestAlarmTimeOverrideRequest test cases Running: handleTestAlarmTimeOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestAlarmTimeOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestAlarmTimeOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestBloodFlowSetPointOverrideRequest test cases Running: handleTestBloodFlowSetPointOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodFlowSetPointOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestBloodFlowMeasuredOverrideRequest test cases Running: handleTestBloodFlowMeasuredOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodFlowMeasuredOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodFlowMeasuredOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestBloodFlowSignalStrengthOverrideRequest test cases Running: handleTestBloodFlowSignalStrengthOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodFlowSignalStrengthOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodFlowSignalStrengthOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestBloodPumpRotorMeasuredSpeedOverrideRequest test cases Running: handleTestBloodPumpRotorMeasuredSpeedOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodPumpRotorMeasuredSpeedOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodPumpRotorMeasuredSpeedOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestBloodPumpMeasuredSpeedOverrideRequest test cases Running: handleTestBloodPumpMeasuredSpeedOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodPumpMeasuredSpeedOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodPumpMeasuredSpeedOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestBloodPumpMCMeasuredSpeedOverrideRequest test cases Running: handleTestBloodPumpMCMeasuredSpeedOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodPumpMCMeasuredSpeedOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodPumpMCMeasuredSpeedOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestBloodPumpMCMeasuredCurrentOverrideRequest test cases Running: handleTestBloodPumpMeasuredCurrentOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodPumpMeasuredCurrentOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodPumpMeasuredCurrentOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestBloodFlowBroadcastIntervalOverrideRequest test cases Running: handleTestBloodFlowBroadcastIntervalOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodFlowBroadcastIntervalOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodFlowBroadcastIntervalOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialInFlowSetPointOverrideRequest test cases Running: handleTestDialInFlowSetPointOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInFlowSetPointOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialOutFlowSetPointOverrideRequest test cases Running: handleTestDialOutFlowSetPointOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutFlowSetPointOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialInFlowMeasuredOverrideRequest test cases Running: handleTestDialInFlowMeasuredOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInFlowMeasuredOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInFlowMeasuredOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialInFlowSignalStrengthOverrideRequest test cases Running: handleTestDialInFlowSignalStrengthOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInFlowSignalStrengthOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInFlowSignalStrengthOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialInPumpRotorMeasuredSpeedOverrideRequest test cases Running: handleTestDialInPumpRotorMeasuredSpeedOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInPumpRotorMeasuredSpeedOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInPumpRotorMeasuredSpeedOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialInPumpMeasuredSpeedOverrideRequest test cases Running: handleTestDialInPumpMeasuredSpeedOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInPumpMeasuredSpeedOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInPumpMeasuredSpeedOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialInPumpMCMeasuredSpeedOverrideRequest test cases Running: handleTestDialInPumpMCMeasuredSpeedOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInPumpMCMeasuredSpeedOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInPumpMCMeasuredSpeedOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialInPumpMCMeasuredCurrentOverrideRequest test cases Running: handleTestDialInPumpMCMeasuredCurrentOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInPumpMCMeasuredCurrentOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInPumpMCMeasuredCurrentOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialInFlowBroadcastIntervalOverrideRequest test cases Running: handleTestDialInFlowBroadcastIntervalOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInFlowBroadcastIntervalOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInFlowBroadcastIntervalOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestArterialPressureOverrideRequest test cases Running: handleTestArterialPressureOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestArterialPressureOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestArterialPressureOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestVenousPressureOverrideRequest test cases Running: handleTestVenousPressureOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestVenousPressureOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestVenousPressureOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestBloodPumpOcclusionOverrideRequest test cases Running: handleTestBloodPumpOcclusionOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodPumpOcclusionOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodPumpOcclusionOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialysateInletPumpOcclusionOverrideRequest test cases Running: handleTestDialysateInletPumpOcclusionOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialysateInletPumpOcclusionOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialysateInletPumpOcclusionOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialysateOutletPumpOcclusionOverrideRequest test cases Running: handleTestDialysateOutletPumpOcclusionOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialysateOutletPumpOcclusionOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialysateOutletPumpOcclusionOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestPresOcclBroadcastIntervalOverrideRequest test cases Running: handleTestPresOcclBroadcastIntervalOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestPresOcclBroadcastIntervalOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestPresOcclBroadcastIntervalOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleSetRTCTimestamp test cases Running: handleSetRTCTimestamp_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSetRTCTimestamp_Set Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialOutFlowBroadcastIntervalOverrideRequest test cases Running: handleTestDialOutFlowBroadcastIntervalOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutFlowBroadcastIntervalOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutFlowBroadcastIntervalOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialOutUFReferenceVolumeOverrideRequest test cases Running: handleTestDialOutUFReferenceVolumeOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutUFReferenceVolumeOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutUFReferenceVolumeOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialOutUFMeasuredVolumeOverrideRequest test cases Running: handleTestDialOutUFMeasuredVolumeOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutUFMeasuredVolumeOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutUFMeasuredVolumeOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialOutPumpMCMeasuredSpeedOverrideRequest test cases Running: handleTestDialOutPumpMCMeasuredSpeedOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutPumpMCMeasuredSpeedOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutPumpMCMeasuredSpeedOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialOutPumpMCMeasuredCurrentOverrideRequest test cases Running: handleTestDialOutPumpMCMeasuredCurrentOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutPumpMCMeasuredCurrentOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutPumpMCMeasuredCurrentOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialOutPumpMeasuredSpeedOverrideRequest test cases Running: handleTestDialOutPumpMeasuredSpeedOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutPumpMeasuredSpeedOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutPumpMeasuredSpeedOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialOutPumpMeasuredRotorSpeedOverrideRequest test cases Running: handleTestDialOutPumpMeasuredRotorSpeedOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutPumpMeasuredRotorSpeedOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutPumpMeasuredRotorSpeedOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialOutLoadCellWeightOverrideRequest test cases Running: handleTestDialOutLoadCellWeightOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutLoadCellWeightOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutLoadCellWeightOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestHDSafetyShutdownOverrideRequest test cases Running: handleTestHDSafetyShutdownOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestHDSafetyShutdownOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestHDSafetyShutdownOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestHDAccelOverrideRequest test cases Running: handleTestHDAccelOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestHDAccelOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestHDAccelOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestHDAccelMaxOverrideRequest test cases Running: handleTestHDAccelMaxOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestHDAccelMaxOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestHDAccelMaxOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestHDAccelBroadcastIntervalOverrideRequest test cases Running: handleTestHDAccelBroadcastIntervalOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestHDAccelBroadcastIntervalOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestHDAccelBroadcastIntervalOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleSetAccelCalibration test cases Running: handleSetAccelCalibration_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSetAccelCalibration_Set Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleSetBloodFlowCalibration test cases Running: handleSetBloodFlowCalibration_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSetBloodFlowCalibration_Set Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleSetDialysateFlowCalibration test cases Running: handleSetDialysateFlowCalibration_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSetDialysateFlowCalibration_Set Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestSetTreatmentParameter test cases Running: handleTestSetTreatmentParameter_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestSetTreatmentParameter_Set Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleHomeHDValve test cases Running: handleHomeHDValve_Home_VBA Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleHomeHDValve_Invalid_Payload_Len Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestHDValvesBroadcastIntervalOverrideRequest test cases Running: handleTestHDValvesBroadcastIntervalOverrideRequest_Invalid_Payload_Len Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestHDValvesBroadcastIntervalOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestHDValvesBroadcastIntervalOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleSetAirTrapValve test cases Running: handleSetAirTrapValve_Invalid_Payload_Len Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSetAirTrapValve_Set_Valve Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleSetHDValvePositionOverrideRequest test cases Running: handleSetHDValvePositionOverrideRequest_Invalid_Payload_Len Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSetHDValvePositionOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSetHDValvePositionOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleSetAirTrapBroadcastIntervalOverrideRequest test cases Running: handleSetAirTrapBroadcastIntervalOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSetAirTrapBroadcastIntervalOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSetAirTrapBroadcastIntervalOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleSetAirTrapLevelSensorOverrideRequest test cases Running: handleSetAirTrapLevelSensorOverrideRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSetAirTrapLevelSensorOverrideRequest_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleSetAirTrapLevelSensorOverrideRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleHDSoftwareResetRequest test cases Running: handleHDSoftwareResetRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleHDSoftwareResetRequest_NotLoggedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleHDSoftwareResetRequest_Reset Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestBloodPumpHomeRequest test cases Running: handleTestBloodPumpHomeRequest_Home Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestBloodPumpHomeRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialInPumpHomeRequest test cases Running: handleTestDialInPumpHomeRequest_Home Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialInPumpHomeRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestDialOutPumpHomeRequest test cases Running: handleTestDialOutPumpHomeRequest_Home Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestDialOutPumpHomeRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all SystemCommMessages.handleTestSuperClearAlarmsRequest test cases Running: handleTestSuperClearAlarmsRequest_InvalidPayloadLen Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleTestSuperClearAlarmsRequest_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete - Running all SystemCommMessages.handleTestHDCalibrationDataRequest test cases - Running: handleTestHDCalibrationDataRequest_InvalidPayload - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: handleTestHDCalibrationDataRequest_NoCal - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: handleTestHDCalibrationDataRequest_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running all SystemCommMessages.handleTestEraseHDCalibrationDataRequest test cases - Running: handleTestEraseHDCalibrationDataRequest_InvalidPayloadLen - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete - Running: handleTestEraseHDCalibrationDataRequest_NominalPath - Preparing Test Data - Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES/UUT_INST - Processing Execution Data - Updating Coverage Data - Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705 -TIME: 2021-01-14 15:03:10 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705 +TIME: 2021-02-20 10:30:59 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS.env" Initializing search list Creating the Environment Directory Creating Environment "TIMERS" @@ -36447,30 +37965,33 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e TIMERS -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705 -TIME: 2021-01-14 15:03:13 +COMMAND: /opt/VectorCASTSP3/clicast -e TIMERS -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705 +TIME: 2021-02-20 10:31:01 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (3) + Translated 0 script lines Processing script line 50 Script Creation Completed -------------------------------------------------------------------------------- Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS.tst.tmp (I) @LINE: 24 >>> Processing Test Case: calcTimeBetween_NominalPath (S) @LINE: 28 @@ -36517,13 +38038,28 @@ >>> Processed Test Case: NominalPath (S) @LINE: 140 >>> Script processing completed +COMMAND: /opt/VectorCASTSP3/clicast -e TIMERS test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS.tst +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705 +TIME: 2021-02-20 10:31:02 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2021 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/CCAST_.CFG + Opening Environment + Opening Parameter/Global File + Opening Types File + Environment is Open + Creating Script File + Building Test Case Script + Test Case Script Created + Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e TIMERS -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705 -TIME: 2021-01-14 15:03:14 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705 +TIME: 2021-02-20 10:31:03 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -36532,93 +38068,93 @@ Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Timers.incMSTimerCount test cases Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Timers.getMSTimerCount test cases Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Timers.didTimeout test cases Running: NoTimeoutNoWrap Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NoTimeoutWrap Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: TimeoutNoWrap Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: TimeoutWrap Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Timers.calcTimeSince test cases Running: calcTimeSince_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: calcTimeSince_Wrap Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Timers.calcTimeBetween test cases Running: calcTimeBetween_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: calcTimeBetween_Wrap Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276 -TIME: 2021-01-14 15:03:15 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276 +TIME: 2021-02-20 10:31:04 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES.env" Initializing search list Creating the Environment Directory Creating Environment "UTILITIES" @@ -36647,18 +38183,18 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e UTILITIES -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276 -TIME: 2021-01-14 15:03:17 +COMMAND: /opt/VectorCASTSP3/clicast -e UTILITIES -l C test script run /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276 +TIME: 2021-02-20 10:31:07 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File @@ -36676,7 +38212,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES.tst.tmp (I) @LINE: 24 >>> Processing Test Case: NominalPath (S) @LINE: 37 @@ -36816,12 +38352,12 @@ (S) @LINE: 586 >>> Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e UTILITIES -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276 -TIME: 2021-01-14 15:03:18 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276 +TIME: 2021-02-20 10:31:07 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -36830,258 +38366,258 @@ Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: ZeroLength Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Utilities.crc8 test cases Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Utilities.u32DiffWithWrap test cases Running: u32DiffWithWrap_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: u32DiffWithWrap_Wrap Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Utilities.initTimeWindowedCount test cases Running: initTimeWindowedCount_InvalidCount Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: initTimeWindowedCount_InvalidMaxCount Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: initTimeWindowedCount_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Utilities.incTimeWindowedCount test cases Running: incTimeWindowedCount_InvalidCount Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: incTimeWindowedCount_NotInitialized Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: incTimeWindowedCount_NotTooManyInstances Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: incTimeWindowedCount_NotTooManyInstances2 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: incTimeWindowedCount_TooManyInstances Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Utilities.getCriticalData test cases Running: getCriticalData_Corrupted Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getCriticalData_InvalidDataType Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getCriticalData_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getCriticalData_NotSet Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getCriticalData_OutOfRange_High Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getCriticalData_OutOfRange_Low Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Utilities.isCriticalDataInRange test cases Running: isCriticalDataInRange_F32_InRange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isCriticalDataInRange_F32_OutOfRange_High Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isCriticalDataInRange_F32_OutOfRange_Low Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isCriticalDataInRange_S32_InRange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isCriticalDataInRange_S32_OutOfRange_High Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isCriticalDataInRange_S32_OutOfRange_Low Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isCriticalDataInRange_U32_InRange Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isCriticalDataInRange_U32_OutOfRange_High Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: isCriticalDataInRange_U32_OutOfRange_Low Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Utilities.setCriticalData test cases Running: setCriticalData_InvalidDataType Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setCriticalData_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setCriticalData_OutOfRange_High Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setCriticalData_OutOfRange_Low Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Utilities.resetCriticalData test cases Running: resetCriticalData_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Utilities.hexStrToDec test cases Running: hexStrToDec_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457 -TIME: 2021-01-14 15:03:20 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457 +TIME: 2021-02-20 10:31:09 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES.env" Initializing search list Creating the Environment Directory Creating Environment "VALVES" @@ -37111,23 +38647,26 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e VALVES -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457 -TIME: 2021-01-14 15:03:23 +COMMAND: /opt/VectorCASTSP3/clicast -e VALVES -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457 +TIME: 2021-02-20 10:31:12 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (0) + Translated 0 script lines Processing script line 50 Processing script line 250 Processing script line 300 @@ -37151,7 +38690,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES.tst.tmp (I) @LINE: 24 >>> Processing Test Case: areValvesFunctional_Bypass_Failed (S) @LINE: 40 @@ -37605,13 +39144,13 @@ >>> Processed Test Case: testSetValvesPositionOverride_Log_Not_Activated_Valve (S) @LINE: 1791 >>> Script processing completed -COMMAND: /opt/VectorCASTSP3/clicast -e VALVES tools import_coverage /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/VALVES/VALVES_cba.cvr -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457 -TIME: 2021-01-14 15:03:24 +COMMAND: /opt/VectorCASTSP3/clicast -e VALVES tools import_coverage /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/VALVES/VALVES_cba.cvr +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457 +TIME: 2021-02-20 10:31:14 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -37622,7 +39161,7 @@ Coverage Import/Export Log -------------------------------------------------------------------------------- (S) @LINE: 1 - >>> Script processing started for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/VALVES/VALVES_cba.cvr + >>> Script processing started for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/VALVES/VALVES_cba.cvr (S) @LINE: 45 >>> Source file matched Valves.c >>> Failed to find matching line for: @@ -37662,16 +39201,16 @@ >>> Context After: && ( ! valvesStatus[ valve ].hasHomingFailed ) ) { (E) @LINE: 105 IMPORT.END - >>> Script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/VALVES/VALVES_cba.cvr did not contain any relevant coverage data + >>> Script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/VALVES/VALVES_cba.cvr did not contain any relevant coverage data (S) @LINE: 105 - >>> File processing completed for /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/VALVES/VALVES_cba.cvr + >>> File processing completed for /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/environment/VALVES/VALVES_cba.cvr COMMAND: /opt/VectorCASTSP3/clicast -e VALVES -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457 -TIME: 2021-01-14 15:03:25 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457 +TIME: 2021-02-20 10:31:15 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -37680,704 +39219,704 @@ Running: initValves_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.homeValve test cases Running: homeValve_Valve_Invalid Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: homeValve_Valve_Valid Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.setValvePosition test cases Running: setValvePosition_Position_Not_Valid Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setValvePosition_Position_Valid Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setValvePosition_Position_Valid_Valve_Not_Valid Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.getValvePosition test cases Running: getValvePosition_Valve_Ilegal Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getValvePosition_Valve_Legal Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.setValveAirTrap test cases Running: setValveAirTrap_De-energized Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setValveAirTrap_Energized Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setValveAirTrap_Ileggal_State_Requested Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.getValveAirTrapStatus test cases Running: getValveAirTrapStatus_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.execValvesSelfTest test cases Running: execValvesSelfTest_Complete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execValvesSelfTest_Confirm_Enable Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execValvesSelfTest_Default Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execValvesSelfTest_Enable_Valves Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.execValves test cases Running: execValves_Default Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execValves_Find_De-energized_Edge Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execValves_Find_Energized_Edge Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execValves_Homing_Not_Starated Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execValves_Idle_POST_Complete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execValves_In_Transition Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: execValves_Wait_For_POST_POST_In_Progress Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.handleValveSelfTestEnableValves test cases Running: handleValveSelfTestEnableValves_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.handleValveSelfTestConfirmEnable test cases Running: handleValveSelfTestConfirmEnable_Valves_Enabled Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleValveSelfTestConfirmEnable_Valves_Not_Enabled Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.handleValveStateWaitForPost test cases Running: handleValveStateWaitForPost_POST_Complete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleValveStateWaitForPost_POST_Not_Complete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.handleValveStateHomingNotStarted test cases Running: handleValveStateHomingNotStarted_Homing_Requested_Homing_Failed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleValveStateHomingNotStarted_Homing_Requested_Homing_Not_Failed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleValveStateHomingNotStarted_Self_Complete_Homing_Failed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleValveStateHomingNotStarted_Self_Complete_Homing_Not_Failed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.handleValveStateHomingFindEnergizedEdge test cases Running: handleValveStateHomingFindEnergizedEdge_At_Energized_Edge Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleValveStateHomingFindEnergizedEdge_At_Energized_Edge_Counter_>_Limit Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleValveStateHomingFindEnergizedEdge_At_Temp_Target Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.handleValveStateHomingFindDeenergizedEdge test cases Running: handleValveStateHomingFindDeenergizedEdge_At_De-energized_Edge Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleValveStateHomingFindDeenergizedEdge_At_Edge_Failed_Homing_Increment Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleValveStateHomingFindDeenergizedEdge_At_Edge_Failed_Homing_Max Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleValveStateHomingFindDeenergizedEdge_Not_At_Edge_In_Target Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleValveStateHomingFindDeenergizedEdge_Not_At_Edge_Not_In_Target Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.handleValveStateIdle test cases Running: handleValveStateIdle_Homing_Requested Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleValveStateIdle_Idle Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleValveStateIdle_Transition_Homed_New_Pos Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleValveStateIdle_Transition_Homed_Not_New_Pos Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleValveStateIdle_Transition_Not_Requested Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.handleValveStateInTransition test cases Running: handleValveStateInTransition_Close_To_Cmd_Pos_B Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleValveStateInTransition_Close_To_Cmd_Pos_Not_B Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleValveStateInTransition_Close_To_Target Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleValveStateInTransition_In_Transition Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: handleValveStateInTransition_Not_Close_To_Target_Timeout Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.setValveControlMode test cases Running: setValveControlMode_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.execMonitorValves test cases Running: execMonitorValves_NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.areValvesFunctional test cases Running: areValvesFunctional_Bypass_Failed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: areValvesFunctional_Bypass_Passed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: areValvesFunctional_Default_Mode Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: areValvesFunctional_Disable_Failed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: areValvesFunctional_Disable_Passed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: areValvesFunctional_PID_Failed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: areValvesFunctional_PID_Passed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.setFPGAValveSetPoint test cases Running: setFPGAValveSetPoint_Disable_Current_Relaxation_Invalid_Valve Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setFPGAValveSetPoint_Disable_Current_Relaxation_VBA Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setFPGAValveSetPoint_Disable_Current_Relaxation_VBV Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setFPGAValveSetPoint_Disable_Current_Relaxation_VDI Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setFPGAValveSetPoint_Disable_Current_Relaxation_VDO Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setFPGAValveSetPoint_Enable_Current_Relaxation_VDI Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.convertAndMonitorValvesCurrent test cases Running: convertAndMonitorValvesCurrent_In_Range_Counter_<=_0 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: convertAndMonitorValvesCurrent_In_Range_Counter_>_0 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: convertAndMonitorValvesCurrent_Out_Of_Range Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: convertAndMonitorValvesCurrent_Out_Of_Range_Alarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.getAndMonitorValvesCurrentPosition test cases Running: getAndMonitorValvesCurrentPosition_Idle_Pos_B_Counter_<=_0 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getAndMonitorValvesCurrentPosition_Idle_Pos_In_Range Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getAndMonitorValvesCurrentPosition_Idle_Pos_In_Range_Counter_<=_0 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getAndMonitorValvesCurrentPosition_Idle_Pos_Not_In_Range_Alarm Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getAndMonitorValvesCurrentPosition_Idle_Pos_Not_In_Range_Counter_>_0 Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getAndMonitorValvesCurrentPosition_Not_Idle Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.getPublishValvesDataInterval test cases Running: getPublishValvesDataInterval_No_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: getPublishValvesDataInterval_Override Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.publishValvesData test cases Running: publishValvesData_No_Publish_Time Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: publishValvesData_Publish_Time Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.setValveNextStep test cases Running: setValveNextStep_<=_Max_Steps_Curr_Pos_A_Cmd_Pos_B Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setValveNextStep_<=_Max_Steps_Curr_Pos_A_Cmd_Pos_C Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setValveNextStep_<=_Max_Steps_Curr_Pos_B Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setValveNextStep_<=_Max_Steps_Curr_Pos_C Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setValveNextStep_>_Max_Steps_Curr_Pos_C_Cmd_Pos_B Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: setValveNextStep_>_Max_Steps_Curr_Pos_Default Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.testSetValvesDataPublishInterval test cases Running: testSetValvesDataPublishInterval_Log_Activated Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetValvesDataPublishInterval_Log_Not_Activated Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.testResetValvesDataPublishInterval test cases Running: testResetValvesDataPublishInterval_Log_Activated Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetValvesDataPublishInterval_Log_Not_Activated Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.testSetValvesPositionOverride test cases Running: testSetValvesPositionOverride_Log_Activated_Invalid_Valve Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetValvesPositionOverride_Log_Activated_Valid_Valve Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testSetValvesPositionOverride_Log_Not_Activated_Valve Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all Valves.testResetValvesPositionOverride test cases Running: testResetValvesPositionOverride_Log_Activated_Valve_Invalid Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetValvesPositionOverride_Log_Activated_Valve_Valid Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: testResetValvesPositionOverride_Log_Not_Activated_Valve_Valid Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Completed Batch Execution processing -COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT.env -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848 -TIME: 2021-01-14 15:03:28 +COMMAND: /opt/VectorCASTSP3/enviroedg /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT.env +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848 +TIME: 2021-02-20 10:31:18 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite **Environment Builder Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/CCAST_.CFG - Reading environment script "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT.env" + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/CCAST_.CFG + Reading environment script "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT.env" Initializing search list Creating the Environment Directory Creating Environment "WATCHDOGMGMT" @@ -38406,23 +39945,26 @@ Coverage Initialized Writing VectorCAST Database Files to Disk Environment built Successfully -COMMAND: /opt/VectorCASTSP3/clicast -e WATCHDOGMGMT -l C test script run /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT.tst.tmp -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848 -TIME: 2021-01-14 15:03:31 +COMMAND: /opt/VectorCASTSP3/clicast -e WATCHDOGMGMT -l C test script convert /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT.tst.tmp +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848 +TIME: 2021-02-20 10:31:20 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/CCAST_.CFG Opening Environment Determining Size/Range Information Opening Parameter/Global File Opening Types File - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Building Master Min Mid Max data. Opening Parameter/Global File Opening Types File Environment is Open Processing Script File + Test Script Maintenance Started + Test Script Maintenance Complete (12) + Translated 0 script lines Processing script line 100 Processing script line 150 Processing script line 200 @@ -38436,7 +39978,7 @@ Test Script Log -------------------------------------------------------------------------------- (I) @LINE: 1 - >>> Opening script file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT.tst.tmp + >>> Opening script file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT.tst.tmp (I) @LINE: 24 >>> Processing Test Case: InvalidTask (S) @LINE: 34 @@ -38555,13 +40097,28 @@ >>> Processed Test Case: TestingInactive (S) @LINE: 512 >>> Script processing completed +COMMAND: /opt/VectorCASTSP3/clicast -e WATCHDOGMGMT test script create /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT.tst +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848 +TIME: 2021-02-20 10:31:23 +TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite +VectorCAST Copyright (C) 1993 - 2021 +**Version 19.sp3 (11/13/19) + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/CCAST_.CFG + Opening Environment + Opening Parameter/Global File + Opening Types File + Environment is Open + Creating Script File + Building Test Case Script + Test Case Script Created + Script processing completed COMMAND: /opt/VectorCASTSP3/clicast -e WATCHDOGMGMT -l C execute batch --update_coverage_data -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848 -TIME: 2021-01-14 15:03:32 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848 +TIME: 2021-02-20 10:31:23 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File @@ -38570,212 +40127,212 @@ Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all WatchdogMgmt.execWatchdogMgmt test cases Running: AllTasksCheckedInAndMinTimeReached Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: AllTasksCheckedInAndNotTime Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: OneTaskNotCheckedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: WDExpired Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: WDExpired_POSTInProgress Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all WatchdogMgmt.checkInWithWatchdogMgmt test cases Running: InvalidTask Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all WatchdogMgmt.execWatchdogTest test cases Running: Completed Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: InProgress Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: InvalidState Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: SelfTestRecover Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: SelfTestRecoverAndComplete Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: StartInProgress Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: TestFailure Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: TestPasses Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all WatchdogMgmt.resetWDTaskCheckIns test cases Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all WatchdogMgmt.haveAllTasksCheckedIn test cases Running: AllTasksCheckedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: OneTaskNotCheckedIn Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all WatchdogMgmt.hasTaskGeneralCheckedIn test cases Running: InvalidTask Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: OverridePath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all WatchdogMgmt.petWatchdog test cases Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all WatchdogMgmt.testSetWatchdogTaskCheckInOverride test cases Running: InvalidTask Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: TestingInactive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running all WatchdogMgmt.testResetWatchdogTaskCheckInOverride test cases Running: InvalidTask Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: NominalPath Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete Running: TestingInactive Preparing Test Data Running Test Case - Running Test with command: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST + Running Test with command: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT/UUT_INST Processing Execution Data Updating Coverage Data Test Execution Complete @@ -38793,689 +40350,689 @@ Generating Management Reports Calling /opt/VectorCASTSP3/manage --project=Hercules_RM46_HD_Project.vcm --clicast-args report custom management ... COMMAND: /opt/VectorCASTSP3/clicast -e ACCEL report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 -TIME: 2021-01-14 15:03:37 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 +TIME: 2021-02-20 10:31:28 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e AIRTRAP report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412 -TIME: 2021-01-14 15:03:38 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412 +TIME: 2021-02-20 10:31:30 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e ALARMLAMP report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 -TIME: 2021-01-14 15:03:39 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 +TIME: 2021-02-20 10:31:30 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e ALARMMGMT report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791 -TIME: 2021-01-14 15:03:40 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791 +TIME: 2021-02-20 10:31:31 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e BLOODFLOW report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643 -TIME: 2021-01-14 15:03:41 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643 +TIME: 2021-02-20 10:31:32 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e BUTTONS report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415 -TIME: 2021-01-14 15:03:42 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415 +TIME: 2021-02-20 10:31:33 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e COMM report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408 -TIME: 2021-01-14 15:03:43 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408 +TIME: 2021-02-20 10:31:34 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e COMMBUFFERS report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491 -TIME: 2021-01-14 15:03:44 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491 +TIME: 2021-02-20 10:31:35 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e CPLD report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776 -TIME: 2021-01-14 15:03:45 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776 +TIME: 2021-02-20 10:31:36 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e DGINTERFACE report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451 -TIME: 2021-01-14 15:03:46 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451 +TIME: 2021-02-20 10:31:37 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e DIALINFLOW report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165 -TIME: 2021-01-14 15:03:47 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165 +TIME: 2021-02-20 10:31:38 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e DIALOUTFLOW report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893 -TIME: 2021-01-14 15:03:48 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893 +TIME: 2021-02-20 10:31:39 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e DIALYSIS report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 -TIME: 2021-01-14 15:03:49 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 +TIME: 2021-02-20 10:31:40 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e FPGA report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326 -TIME: 2021-01-14 15:03:50 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326 +TIME: 2021-02-20 10:31:41 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INTERRUPTS report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493 -TIME: 2021-01-14 15:03:51 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493 +TIME: 2021-02-20 10:31:42 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_ACCEL report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 -TIME: 2021-01-14 15:03:52 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 +TIME: 2021-02-20 10:31:42 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_AIRTRAP report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907 -TIME: 2021-01-14 15:03:53 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907 +TIME: 2021-02-20 10:31:43 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMLAMP report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112 -TIME: 2021-01-14 15:03:54 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112 +TIME: 2021-02-20 10:31:44 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMMGMT report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 -TIME: 2021-01-14 15:03:55 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 +TIME: 2021-02-20 10:31:45 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_BLOODFLOW report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 -TIME: 2021-01-14 15:03:56 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 +TIME: 2021-02-20 10:31:46 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_BUTTONS report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 -TIME: 2021-01-14 15:03:57 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 +TIME: 2021-02-20 10:31:47 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_COMMBUFFERS report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052 -TIME: 2021-01-14 15:03:58 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052 +TIME: 2021-02-20 10:31:48 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_CPLD report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 -TIME: 2021-01-14 15:03:59 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 +TIME: 2021-02-20 10:31:49 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_DGINTERFACE report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 -TIME: 2021-01-14 15:03:59 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 +TIME: 2021-02-20 10:31:50 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALINFLOW report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 -TIME: 2021-01-14 15:04:00 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 +TIME: 2021-02-20 10:31:51 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALOUTFLOW report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522 -TIME: 2021-01-14 15:04:01 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522 +TIME: 2021-02-20 10:31:53 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALYSIS report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 -TIME: 2021-01-14 15:04:02 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 +TIME: 2021-02-20 10:31:55 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_FPGA report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524 -TIME: 2021-01-14 15:04:03 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524 +TIME: 2021-02-20 10:31:57 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENT report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 -TIME: 2021-01-14 15:04:05 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 +TIME: 2021-02-20 10:32:00 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENTPARAMS report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 -TIME: 2021-01-14 15:04:06 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 +TIME: 2021-02-20 10:32:01 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_MSGQUEUES report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608 -TIME: 2021-01-14 15:04:06 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608 +TIME: 2021-02-20 10:32:03 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_NVDATAMGMT report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 -TIME: 2021-01-14 15:04:07 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 +TIME: 2021-02-20 10:32:05 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_OPERATIONMODES report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110 -TIME: 2021-01-14 15:04:08 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110 +TIME: 2021-02-20 10:32:06 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_PRESOCCL report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 -TIME: 2021-01-14 15:04:09 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 +TIME: 2021-02-20 10:32:07 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_RTC report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 -TIME: 2021-01-14 15:04:10 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 +TIME: 2021-02-20 10:32:08 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_SAFETYSHUTDOWN report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 -TIME: 2021-01-14 15:04:11 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 +TIME: 2021-02-20 10:32:09 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMM report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 -TIME: 2021-01-14 15:04:12 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 +TIME: 2021-02-20 10:32:10 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMMMESSAGES report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150 -TIME: 2021-01-14 15:04:13 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150 +TIME: 2021-02-20 10:32:11 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_TIMERS report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646 -TIME: 2021-01-14 15:04:14 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646 +TIME: 2021-02-20 10:32:12 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_UTILITIES report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653 -TIME: 2021-01-14 15:04:15 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653 +TIME: 2021-02-20 10:32:13 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_VALVES report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 -TIME: 2021-01-14 15:04:16 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 +TIME: 2021-02-20 10:32:14 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_WATCHDOGMGMT report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182 -TIME: 2021-01-14 15:04:17 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182 +TIME: 2021-02-20 10:32:15 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENT report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666 -TIME: 2021-01-14 15:04:18 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666 +TIME: 2021-02-20 10:32:16 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENTPARAMS report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572 -TIME: 2021-01-14 15:04:19 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572 +TIME: 2021-02-20 10:32:17 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e MSGQUEUES report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785 -TIME: 2021-01-14 15:04:20 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785 +TIME: 2021-02-20 10:32:19 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e NVDATAMGMT report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708 -TIME: 2021-01-14 15:04:21 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708 +TIME: 2021-02-20 10:32:20 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e OPERATIONMODES report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158 -TIME: 2021-01-14 15:04:22 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158 +TIME: 2021-02-20 10:32:22 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e PICONTROLLERS report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388 -TIME: 2021-01-14 15:04:23 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388 +TIME: 2021-02-20 10:32:23 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e PRESOCCL report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755 -TIME: 2021-01-14 15:04:24 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755 +TIME: 2021-02-20 10:32:24 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e RTC report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850 -TIME: 2021-01-14 15:04:25 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850 +TIME: 2021-02-20 10:32:25 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e SAFETYSHUTDOWN report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383 -TIME: 2021-01-14 15:04:26 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383 +TIME: 2021-02-20 10:32:26 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e SYSTEMCOMM report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922 -TIME: 2021-01-14 15:04:27 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922 +TIME: 2021-02-20 10:32:28 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e SYSTEMCOMMMESSAGES report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163 -TIME: 2021-01-14 15:04:28 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163 +TIME: 2021-02-20 10:32:29 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e TIMERS report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705 -TIME: 2021-01-14 15:04:29 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705 +TIME: 2021-02-20 10:32:30 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e UTILITIES report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276 -TIME: 2021-01-14 15:04:30 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276 +TIME: 2021-02-20 10:32:31 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e VALVES report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457 -TIME: 2021-01-14 15:04:31 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457 +TIME: 2021-02-20 10:32:32 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES_management_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e WATCHDOGMGMT report custom management -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848 -TIME: 2021-01-14 15:04:32 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848 +TIME: 2021-02-20 10:32:33 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT_management_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT_management_report.html". /opt/VectorCASTSP3/manage --project=Hercules_RM46_HD_Project.vcm --clicast-args report custom management Exit Code: 0 @@ -39484,695 +41041,695 @@ Generating Test Case Execution Reports Calling /opt/VectorCASTSP3/manage --project=Hercules_RM46_HD_Project.vcm --clicast-args report custom actual ... COMMAND: /opt/VectorCASTSP3/clicast -e ACCEL report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 -TIME: 2021-01-14 15:04:33 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353 +TIME: 2021-02-20 10:32:35 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1290043353/ACCEL_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e AIRTRAP report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412 -TIME: 2021-01-14 15:04:35 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412 +TIME: 2021-02-20 10:32:36 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1368801412/AIRTRAP_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e ALARMLAMP report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 -TIME: 2021-01-14 15:04:36 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009 +TIME: 2021-02-20 10:32:37 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2212972009/ALARMLAMP_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e ALARMMGMT report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791 -TIME: 2021-01-14 15:04:37 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791 +TIME: 2021-02-20 10:32:38 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/951818791/ALARMMGMT_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e BLOODFLOW report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643 -TIME: 2021-01-14 15:04:38 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643 +TIME: 2021-02-20 10:32:39 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2470114643/BLOODFLOW_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e BUTTONS report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415 -TIME: 2021-01-14 15:04:39 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415 +TIME: 2021-02-20 10:32:41 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2437222415/BUTTONS_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e COMM report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408 -TIME: 2021-01-14 15:04:40 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408 +TIME: 2021-02-20 10:32:42 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2974704408/COMM_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e COMMBUFFERS report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491 -TIME: 2021-01-14 15:04:41 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491 +TIME: 2021-02-20 10:32:43 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4019558491/COMMBUFFERS_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e CPLD report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776 -TIME: 2021-01-14 15:04:42 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776 +TIME: 2021-02-20 10:32:44 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3337817776/CPLD_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e DGINTERFACE report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451 -TIME: 2021-01-14 15:04:43 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451 +TIME: 2021-02-20 10:32:44 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/883310451/DGINTERFACE_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e DIALINFLOW report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165 -TIME: 2021-01-14 15:04:44 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165 +TIME: 2021-02-20 10:32:45 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3575231165/DIALINFLOW_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e DIALOUTFLOW report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893 -TIME: 2021-01-14 15:04:46 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893 +TIME: 2021-02-20 10:32:47 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1829320893/DIALOUTFLOW_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e DIALYSIS report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 -TIME: 2021-01-14 15:04:47 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183 +TIME: 2021-02-20 10:32:48 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/74827183/DIALYSIS_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e FPGA report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326 -TIME: 2021-01-14 15:04:48 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326 +TIME: 2021-02-20 10:32:49 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1655952326/FPGA_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INTERRUPTS report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493 -TIME: 2021-01-14 15:04:49 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493 +TIME: 2021-02-20 10:32:51 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3499035493/INTERRUPTS_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_ACCEL report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 -TIME: 2021-01-14 15:04:50 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925 +TIME: 2021-02-20 10:32:52 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2980953925/INT_ACCEL_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_AIRTRAP report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907 -TIME: 2021-01-14 15:04:51 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907 +TIME: 2021-02-20 10:32:53 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/386316907/INT_AIRTRAP_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMLAMP report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112 -TIME: 2021-01-14 15:04:52 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112 +TIME: 2021-02-20 10:32:54 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/124385112/INT_ALARMLAMP_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_ALARMMGMT report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 -TIME: 2021-01-14 15:04:53 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406 +TIME: 2021-02-20 10:32:55 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3157600406/INT_ALARMMGMT_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_BLOODFLOW report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 -TIME: 2021-01-14 15:04:54 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850 +TIME: 2021-02-20 10:32:57 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/397690850/INT_BLOODFLOW_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_BUTTONS report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 -TIME: 2021-01-14 15:04:55 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736 +TIME: 2021-02-20 10:32:58 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3621120736/INT_BUTTONS_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_COMMBUFFERS report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052 -TIME: 2021-01-14 15:04:56 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052 +TIME: 2021-02-20 10:32:59 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/925127052/INT_COMMBUFFERS_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_CPLD report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 -TIME: 2021-01-14 15:04:57 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026 +TIME: 2021-02-20 10:33:01 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3989498026/INT_CPLD_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_DGINTERFACE report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 -TIME: 2021-01-14 15:04:58 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444 +TIME: 2021-02-20 10:33:02 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3960993444/INT_DGINTERFACE_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALINFLOW report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 -TIME: 2021-01-14 15:04:59 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133 +TIME: 2021-02-20 10:33:03 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1778106133/INT_DIALINFLOW_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALOUTFLOW report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522 -TIME: 2021-01-14 15:05:00 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522 +TIME: 2021-02-20 10:33:05 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3048796522/INT_DIALOUTFLOW_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_DIALYSIS report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 -TIME: 2021-01-14 15:05:01 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764 +TIME: 2021-02-20 10:33:06 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/881240764/INT_DIALYSIS_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_FPGA report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524 -TIME: 2021-01-14 15:05:02 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524 +TIME: 2021-02-20 10:33:08 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1233794524/INT_FPGA_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENT report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 -TIME: 2021-01-14 15:05:04 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575 +TIME: 2021-02-20 10:33:09 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4003473575/INT_MODETREATMENT_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_MODETREATMENTPARAMS report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 -TIME: 2021-01-14 15:05:05 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729 +TIME: 2021-02-20 10:33:11 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1686726729/INT_MODETREATMENTPARAMS_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_MSGQUEUES report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608 -TIME: 2021-01-14 15:05:05 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608 +TIME: 2021-02-20 10:33:12 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3336905608/INT_MSGQUEUES_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_NVDATAMGMT report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 -TIME: 2021-01-14 15:05:06 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132 +TIME: 2021-02-20 10:33:15 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1776554132/INT_NVDATAMGMT_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_OPERATIONMODES report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110 -TIME: 2021-01-14 15:05:07 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110 +TIME: 2021-02-20 10:33:16 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/553544110/INT_OPERATIONMODES_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_PRESOCCL report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 -TIME: 2021-01-14 15:05:08 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472 +TIME: 2021-02-20 10:33:17 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3460059472/INT_PRESOCCL_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_RTC report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 -TIME: 2021-01-14 15:05:09 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120 +TIME: 2021-02-20 10:33:19 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2486627120/INT_RTC_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_SAFETYSHUTDOWN report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 -TIME: 2021-01-14 15:05:10 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471 +TIME: 2021-02-20 10:33:21 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/690517471/INT_SAFETYSHUTDOWN_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMM report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 -TIME: 2021-01-14 15:05:11 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618 +TIME: 2021-02-20 10:33:22 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2689133618/INT_SYSTEMCOMM_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_SYSTEMCOMMMESSAGES report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150 -TIME: 2021-01-14 15:05:12 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150 +TIME: 2021-02-20 10:33:23 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/2381647150/INT_SYSTEMCOMMMESSAGES_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_TIMERS report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646 -TIME: 2021-01-14 15:05:14 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646 +TIME: 2021-02-20 10:33:25 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/189936646/INT_TIMERS_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_UTILITIES report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653 -TIME: 2021-01-14 15:05:15 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653 +TIME: 2021-02-20 10:33:26 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1824960653/INT_UTILITIES_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_VALVES report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 -TIME: 2021-01-14 15:05:16 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238 +TIME: 2021-02-20 10:33:28 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3585417238/INT_VALVES_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e INT_WATCHDOGMGMT report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182 -TIME: 2021-01-14 15:05:17 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182 +TIME: 2021-02-20 10:33:29 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1429379182/INT_WATCHDOGMGMT_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENT report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666 -TIME: 2021-01-14 15:05:18 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666 +TIME: 2021-02-20 10:33:30 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3261192666/MODETREATMENT_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e MODETREATMENTPARAMS report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572 -TIME: 2021-01-14 15:05:19 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572 +TIME: 2021-02-20 10:33:32 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1506228572/MODETREATMENTPARAMS_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e MSGQUEUES report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785 -TIME: 2021-01-14 15:05:20 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785 +TIME: 2021-02-20 10:33:34 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1114345785/MSGQUEUES_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e NVDATAMGMT report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708 -TIME: 2021-01-14 15:05:21 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708 +TIME: 2021-02-20 10:33:35 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3573947708/NVDATAMGMT_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e OPERATIONMODES report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158 -TIME: 2021-01-14 15:05:23 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158 +TIME: 2021-02-20 10:33:37 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/241608158/OPERATIONMODES_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e PICONTROLLERS report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388 -TIME: 2021-01-14 15:05:24 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388 +TIME: 2021-02-20 10:33:38 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/396578388/PICONTROLLERS_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e PRESOCCL report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755 -TIME: 2021-01-14 15:05:25 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755 +TIME: 2021-02-20 10:33:40 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4274994755/PRESOCCL_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e RTC report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850 -TIME: 2021-01-14 15:05:26 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850 +TIME: 2021-02-20 10:33:41 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/428499850/RTC_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e SAFETYSHUTDOWN report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383 -TIME: 2021-01-14 15:05:27 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383 +TIME: 2021-02-20 10:33:43 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/129022383/SAFETYSHUTDOWN_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e SYSTEMCOMM report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922 -TIME: 2021-01-14 15:05:28 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922 +TIME: 2021-02-20 10:33:44 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/480960922/SYSTEMCOMM_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e SYSTEMCOMMMESSAGES report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163 -TIME: 2021-01-14 15:05:30 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163 +TIME: 2021-02-20 10:33:46 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/456249163/SYSTEMCOMMMESSAGES_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e TIMERS report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705 -TIME: 2021-01-14 15:05:32 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705 +TIME: 2021-02-20 10:33:50 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/4061569705/TIMERS_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e UTILITIES report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276 -TIME: 2021-01-14 15:05:33 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276 +TIME: 2021-02-20 10:33:51 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/3897033276/UTILITIES_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e VALVES report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457 -TIME: 2021-01-14 15:05:34 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457 +TIME: 2021-02-20 10:33:52 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/754038457/VALVES_execution_results_report.html". COMMAND: /opt/VectorCASTSP3/clicast -e WATCHDOGMGMT report custom actual -DIRECTORY: /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848 -TIME: 2021-01-14 15:05:35 +DIRECTORY: /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848 +TIME: 2021-02-20 10:33:55 TEST SUITE: VectorCAST_MinGW_C/LinuxTestSuite VectorCAST Copyright (C) 1993 - 2021 **Version 19.sp3 (11/13/19) - Processing options file /home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/CCAST_.CFG + Processing options file /home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/CCAST_.CFG Opening Environment Opening Parameter/Global File Opening Types File Environment is Open - The HTML report was saved to "/home/fw/workspace_valves/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT_execution_results_report.html". + The HTML report was saved to "/home/fw/workspace_hd/hdfirmware/vectorcast/Hercules_RM46_HD_Project/build/1297968848/WATCHDOGMGMT_execution_results_report.html". /opt/VectorCASTSP3/manage --project=Hercules_RM46_HD_Project.vcm --clicast-args report custom actual Exit Code: 0 Command is done running! -Moved VectorCAST XML files to Bamboo working directory /home/fw/workspace_valves/hdfirmware/vectorcast -Moved VectorCAST HTML files to Bamboo working directory /home/fw/workspace_valves/hdfirmware/vectorcast +Moved VectorCAST XML files to Bamboo working directory /home/fw/workspace_hd/hdfirmware/vectorcast +Moved VectorCAST HTML files to Bamboo working directory /home/fw/workspace_hd/hdfirmware/vectorcast cleaning up... Index: results/cppcheck.log =================================================================== diff -u -rbda2ec522a874f07b4433a31a6a6607c55dadda5 -r33b65cd1af25bc1e00eb3c60d39df69f0aabdf44 --- results/cppcheck.log (.../cppcheck.log) (revision bda2ec522a874f07b4433a31a6a6607c55dadda5) +++ results/cppcheck.log (.../cppcheck.log) (revision 33b65cd1af25bc1e00eb3c60d39df69f0aabdf44) @@ -134,7 +134,6 @@ 41/47 files checked 85% done Checking hdfirmware/firmware/FWCommon/PersistentAlarm.c ... Checking hdfirmware/firmware/FWCommon/PersistentAlarm.c: _DG_... -Checking hdfirmware/firmware/FWCommon/PersistentAlarm.c: _HD_... Checking hdfirmware/firmware/FWCommon/PersistentAlarm.c: _VECTORCAST_... 42/47 files checked 87% done Checking hdfirmware/firmware/FWCommon/RTC.c ... Index: results/cppcheckError.csv =================================================================== diff -u -rbda2ec522a874f07b4433a31a6a6607c55dadda5 -r33b65cd1af25bc1e00eb3c60d39df69f0aabdf44 --- results/cppcheckError.csv (.../cppcheckError.csv) (revision bda2ec522a874f07b4433a31a6a6607c55dadda5) +++ results/cppcheckError.csv (.../cppcheckError.csv) (revision 33b65cd1af25bc1e00eb3c60d39df69f0aabdf44) @@ -1,10 +1,12 @@ File, Line No., Severity, Issue, Description +hdfirmware/firmware/App/Controllers/DGInterface.c,669,style,unreadVariable,Variable 'activeRes' is assigned a value that is never used. +hdfirmware/firmware/App/Controllers/DGInterface.c,670,style,unreadVariable,Variable 'inTreatment' is assigned a value that is never used. hdfirmware/firmware/App/Modes/ModeFault.c,72,style,unreadVariable,Variable 'stop' is assigned a value that is never used. hdfirmware/firmware/App/Modes/ModePostTreat.c,71,style,unreadVariable,Variable 'stop' is assigned a value that is never used. -hdfirmware/firmware/App/Modes/ModeTreatment.c,882,style,unreadVariable,Variable 'dialysisState' is assigned a value that is never used. +hdfirmware/firmware/App/Modes/ModeTreatment.c,832,style,unreadVariable,Variable 'dialysisState' is assigned a value that is never used. hdfirmware/firmware/App/Modes/ModeTreatmentParams.c,384,style,redundantAssignment,Variable 'accepted' is reassigned a value before the old one has been used. hdfirmware/firmware/App/Services/Interrupts.c,175,style,variableScope,The scope of the variable 'debugStr' can be reduced. -hdfirmware/firmware/App/Services/SystemCommMessages.c,3994,style,redundantAssignment,Variable 'result' is reassigned a value before the old one has been used. +hdfirmware/firmware/App/Services/SystemCommMessages.c,3999,style,redundantAssignment,Variable 'result' is reassigned a value before the old one has been used. hdfirmware/firmware/FWCommon/FlashDrvr/Fapi_UserDefinedFunctions.c,0,information,toomanyconfigs,Too many #ifdef configurations - cppcheck only checks 12 of 21 configurations. Use --force to check all configurations. hdfirmware/firmware/FWCommon/NVDataMgmt.c,1566,style,variableScope,The scope of the variable 'quotient' can be reduced. hdfirmware/firmware/FWCommon/NVDataMgmt.c,1567,style,variableScope,The scope of the variable 'modulus' can be reduced. @@ -20,38 +22,42 @@ hdfirmware/firmware/App/Services/Interrupts.c,172,style,unusedFunction,The function 'canErrorNotification' is never used. hdfirmware/firmware/App/Services/Interrupts.c,152,style,unusedFunction,The function 'canMessageNotification' is never used. hdfirmware/firmware/App/Controllers/DGInterface.c,834,style,unusedFunction,The function 'cmdDGSampleWater' is never used. -hdfirmware/firmware/App/Controllers/DGInterface.c,738,style,unusedFunction,The function 'cmdStopDG' is never used. +hdfirmware/firmware/App/Controllers/DGInterface.c,733,style,unusedFunction,The function 'cmdStopDG' is never used. hdfirmware/firmware/App/Services/Interrupts.c,315,style,unusedFunction,The function 'dmaGroupANotification' is never used. hdfirmware/firmware/App/Services/Interrupts.c,361,style,unusedFunction,The function 'edgeNotification' is never used. hdfirmware/firmware/App/Controllers/AirTrap.c,207,style,unusedFunction,The function 'execAirTrapMonitorPriming' is never used. hdfirmware/firmware/App/Controllers/AirTrap.c,441,style,unusedFunction,The function 'execAirTrapTest' is never used. -hdfirmware/firmware/App/Controllers/PresOccl.c,539,style,unusedFunction,The function 'execPresOcclTest' is never used. +hdfirmware/firmware/App/Controllers/PresOccl.c,569,style,unusedFunction,The function 'execPresOcclTest' is never used. hdfirmware/firmware/FWCommon/Accel.c,674,style,unusedFunction,The function 'getAccelCalibration' is never used. -hdfirmware/firmware/App/Controllers/BloodFlow.c,1340,style,unusedFunction,The function 'getBloodFlowCalibration' is never used. -hdfirmware/firmware/App/Controllers/BloodFlow.c,400,style,unusedFunction,The function 'getBloodPumpRotorCount' is never used. +hdfirmware/firmware/App/Controllers/BloodFlow.c,1341,style,unusedFunction,The function 'getBloodFlowCalibration' is never used. +hdfirmware/firmware/App/Controllers/BloodFlow.c,398,style,unusedFunction,The function 'getBloodPumpRotorCount' is never used. hdfirmware/firmware/FWCommon/NVDataMgmt.c,764,style,unusedFunction,The function 'getBootloaderFlag' is never used. hdfirmware/firmware/App/Services/AlarmMgmt.c,537,style,unusedFunction,The function 'getCurrentAlarmStatePriority' is never used. -hdfirmware/firmware/App/Controllers/DGInterface.c,451,style,unusedFunction,The function 'getDGDrainPumpRPMSetPt' is never used. -hdfirmware/firmware/App/Controllers/DGInterface.c,397,style,unusedFunction,The function 'getDGPressure' is never used. -hdfirmware/firmware/App/Controllers/DGInterface.c,436,style,unusedFunction,The function 'getDGROPumpFlowRateMlMin' is never used. -hdfirmware/firmware/App/Controllers/DGInterface.c,421,style,unusedFunction,The function 'getDGROPumpPressureSetPt' is never used. -hdfirmware/firmware/App/Controllers/DialInFlow.c,1302,style,unusedFunction,The function 'getDialInFlowCalibration' is never used. +hdfirmware/firmware/App/Controllers/DGInterface.c,445,style,unusedFunction,The function 'getDGDrainPumpRPMSetPt' is never used. +hdfirmware/firmware/App/Controllers/DGInterface.c,391,style,unusedFunction,The function 'getDGPressure' is never used. +hdfirmware/firmware/App/Controllers/DGInterface.c,430,style,unusedFunction,The function 'getDGROPumpFlowRateMlMin' is never used. +hdfirmware/firmware/App/Controllers/DGInterface.c,415,style,unusedFunction,The function 'getDGROPumpPressureSetPt' is never used. +hdfirmware/firmware/App/Controllers/DialInFlow.c,1303,style,unusedFunction,The function 'getDialInFlowCalibration' is never used. hdfirmware/firmware/FWCommon/NVDataMgmt.c,635,style,unusedFunction,The function 'getDisinfectionDate' is never used. hdfirmware/firmware/App/Services/FPGA.c,1169,style,unusedFunction,The function 'getFPGABloodPumpHallSensorStatus' is never used. hdfirmware/firmware/App/Services/FPGA.c,1201,style,unusedFunction,The function 'getFPGADialInPumpHallSensorStatus' is never used. hdfirmware/firmware/App/Services/FPGA.c,1233,style,unusedFunction,The function 'getFPGADialOutPumpHallSensorStatus' is never used. -hdfirmware/firmware/App/Controllers/DGInterface.c,466,style,unusedFunction,The function 'getLoadCellWeightInGrams' is never used. +hdfirmware/firmware/App/Controllers/DGInterface.c,460,style,unusedFunction,The function 'getLoadCellWeightInGrams' is never used. hdfirmware/firmware/FWCommon/NVDataMgmt.c,340,style,unusedFunction,The function 'getMfgData' is never used. -hdfirmware/firmware/App/Services/PIControllers.c,229,style,unusedFunction,The function 'getPIControllerSignals' is never used. +hdfirmware/firmware/App/Services/PIControllers.c,233,style,unusedFunction,The function 'getPIControllerSignals' is never used. hdfirmware/firmware/FWCommon/RTC.c,422,style,unusedFunction,The function 'getRTCTimestamp' is never used. hdfirmware/firmware/FWCommon/NVDataMgmt.c,465,style,unusedFunction,The function 'getServiceDate' is never used. hdfirmware/firmware/FWCommon/NVDataMgmt.c,558,style,unusedFunction,The function 'getTreatmentTime' is never used. -hdfirmware/firmware/App/Controllers/Valves.c,346,style,unusedFunction,The function 'getValvePosition' is never used. +hdfirmware/firmware/App/Controllers/Valves.c,344,style,unusedFunction,The function 'getValvePosition' is never used. hdfirmware/firmware/FWCommon/NVDataMgmt.c,595,style,unusedFunction,The function 'getWaterConsumption' is never used. +hdfirmware/firmware/App/Modes/ModePreTreat.c,351,style,unusedFunction,The function 'handleRecirculateStartState' is never used. +hdfirmware/firmware/App/Services/SystemCommMessages.c,3568,style,unusedFunction,The function 'handleSetAccelCalibration' is never used. +hdfirmware/firmware/App/Services/SystemCommMessages.c,3594,style,unusedFunction,The function 'handleSetBloodFlowCalibration' is never used. +hdfirmware/firmware/App/Services/SystemCommMessages.c,3620,style,unusedFunction,The function 'handleSetDialysateFlowCalibration' is never used. hdfirmware/firmware/FWCommon/Utilities.c,418,style,unusedFunction,The function 'hexStrToDec' is never used. -hdfirmware/firmware/App/Controllers/DGInterface.c,184,style,unusedFunction,The function 'initPreTreatmentReservoirMgmt' is never used. -hdfirmware/firmware/App/Modes/Prime.c,83,style,unusedFunction,The function 'initPrime' is never used. -hdfirmware/firmware/App/Controllers/PresOccl.c,137,style,unusedFunction,The function 'isCartridgeLoaded' is never used. +hdfirmware/firmware/App/Modes/Prime.c,120,style,unusedFunction,The function 'initPrime' is never used. +hdfirmware/firmware/App/Services/AlarmMgmt.c,551,style,unusedFunction,The function 'isAlarmRecoverable' is never used. +hdfirmware/firmware/App/Controllers/PresOccl.c,133,style,unusedFunction,The function 'isCartridgeLoaded' is never used. hdfirmware/firmware/App/Modes/ModeInitPOST.c,212,style,unusedFunction,The function 'isPOSTCompleted' is never used. hdfirmware/firmware/App/Modes/ModeInitPOST.c,225,style,unusedFunction,The function 'isPOSTPassed' is never used. hdfirmware/firmware/App/Drivers/Comm.c,263,style,unusedFunction,The function 'isSCI2DMATransmitInProgress' is never used. @@ -63,11 +69,12 @@ hdfirmware/firmware/App/Services/Interrupts.c,245,style,unusedFunction,The function 'sciNotification' is never used. hdfirmware/firmware/App/Services/AlarmMgmt.c,566,style,unusedFunction,The function 'setAlarmAudioVolume' is never used. hdfirmware/firmware/FWCommon/NVDataMgmt.c,743,style,unusedFunction,The function 'setBootloaderFlag' is never used. -hdfirmware/firmware/App/Controllers/DGInterface.c,580,style,unusedFunction,The function 'setDGDialysateTemperatures' is never used. +hdfirmware/firmware/App/Controllers/DGInterface.c,574,style,unusedFunction,The function 'setDGDialysateTemperatures' is never used. hdfirmware/firmware/FWCommon/NVDataMgmt.c,610,style,unusedFunction,The function 'setDisinfectionDate' is never used. hdfirmware/firmware/FWCommon/NVDataMgmt.c,323,style,unusedFunction,The function 'setMfgData' is never used. hdfirmware/firmware/FWCommon/NVDataMgmt.c,440,style,unusedFunction,The function 'setServiceDate' is never used. hdfirmware/firmware/FWCommon/NVDataMgmt.c,534,style,unusedFunction,The function 'setTreatmentTime' is never used. hdfirmware/firmware/FWCommon/NVDataMgmt.c,572,style,unusedFunction,The function 'setWaterConsumption' is never used. +hdfirmware/firmware/FWCommon/NVDataMgmt.c,407,style,unusedFunction,The function 'testResetCalibrationData' is never used. hdfirmware/firmware/FWCommon/NVDataMgmt.c,487,style,unusedFunction,The function 'writeLogData' is never used. ,,information,missingInclude,Cppcheck cannot find all the include files (use --check-config for details)