Index: suite_leahi/suite.conf =================================================================== diff -u -r5242b0f3bde261dff5670b39bdb263f084d237b6 -r007a790746afcd2d530df02b48089aa4af9053b2 --- suite_leahi/suite.conf (.../suite.conf) (revision 5242b0f3bde261dff5670b39bdb263f084d237b6) +++ suite_leahi/suite.conf (.../suite.conf) (revision 007a790746afcd2d530df02b48089aa4af9053b2) @@ -1,6 +1,9 @@ AUT=leahi +ENVVARS=envvars +HOOK_SUB_PROCESSES=false +IMPLICITAUTSTART=0 LANGUAGE=Python OBJECTMAPSTYLE=script -TEST_CASES=tst_solution_infusion tst_main_treatment tst_service_export_logs tst_device_settings_information_version tst_headerbar_information_popup tst_headerbar_wifi_indicator tst_device_settings_wifi tst_ultrafiltration tst_create_treatment tst_general_alarm_requirements_instruction tst_headerbar_prescription tst_heparin tst_pre_treatment_foundation tst_feature_options tst_end_of_treatment tst_service_institutional tst_settings_service tst_recirculate tst_blood_prime tst_headerbar_settings_diagnostics_popup tst_isolated_uf tst_blood_set_auto tst_patient_vitals tst_edit_parameters tst_rinseback +TEST_CASES=tst_solution_infusion tst_main_treatment tst_service_export_logs tst_device_settings_information_version tst_headerbar_information_popup tst_headerbar_wifi_indicator tst_device_settings_wifi tst_ultrafiltration tst_create_treatment tst_general_alarm_requirements_instruction tst_headerbar_prescription tst_heparin tst_pre_treatment_foundation tst_feature_options tst_end_of_treatment tst_service_institutional tst_settings_service tst_recirculate tst_blood_prime tst_headerbar_settings_diagnostics_popup tst_isolated_uf tst_blood_set_auto tst_patient_vitals tst_edit_parameters tst_rinseback tst_trends_and_screensaver VERSION=3 WRAPPERS=Qt Index: suite_leahi/tst_trends_and_screensaver/test.py =================================================================== diff -u -r5a26db0d36200dceb1667403c90d4c901f1a5a6b -r007a790746afcd2d530df02b48089aa4af9053b2 --- suite_leahi/tst_trends_and_screensaver/test.py (.../test.py) (revision 5a26db0d36200dceb1667403c90d4c901f1a5a6b) +++ suite_leahi/tst_trends_and_screensaver/test.py (.../test.py) (revision 007a790746afcd2d530df02b48089aa4af9053b2) @@ -261,7 +261,7 @@ trends_data(0.01, 0.01, 0, 0, 0, 0, 0, 0, 0.0, 0) td_simulator.td_vitals(0, 0, 0) test.startSection("Verification of Trends Data at Minimum Values") - verify_trends_data_column_wise(0, 0, 0, 0.01, 0.01, 0, 0, 0, 0, 0, 0, 0.0, 0) + verify_trends_data_column_wise() test.endSection() td_simulator.td_operation_mode(TDOpModes.MODE_POST.value) @@ -336,3 +336,4 @@ ) test.endSection() + utils.tstDone()