Index: TestSupport.h =================================================================== diff -u -r47b0ce7c0ba715098aaa38097856d6d09b9f68bf -rfaa8b119d12b9a688ca82ff8a51768d7748180b6 --- TestSupport.h (.../TestSupport.h) (revision 47b0ce7c0ba715098aaa38097856d6d09b9f68bf) +++ TestSupport.h (.../TestSupport.h) (revision faa8b119d12b9a688ca82ff8a51768d7748180b6) @@ -62,12 +62,14 @@ TEST_CONFIG_FP_DISABLE_CONDUCTIVITY_ALARMS, ///< Test configuration to disable FP conductivity alarms TEST_CONFIG_DD_ENABLE_DOSING_OPEN_LOOP_CONTROL, ///< Test configuration to switch to open loop control for concentrate dosing TEST_CONFIG_DD_DISABLE_UF_TEMP_COMPENSATION, ///< Test configuration for disabling UF temperature compensation - TEST_CONFIG_DD_ENABLE_WCID_1, ///< Test configuration DD to enable WCID_1(for beta 1.9 and 2.0) + TEST_CONFIG_DD_ENABLE_WCID_1, ///< Test configuration DD to test initial fill , drain and initial chamber fill in pre-gen TEST_CONFIG_DD_RUN_SOLO, ///< Test configuration to run DD alone without the need of other subsystems TEST_CONFIG_FP_DISABLE_RO_CURRENT_ALARMS, ///< Test configuration to disable RO current alarms. TEST_CONFIG_FP_ENABLE_BOOST_PUMP, ///< Test configuration FP to enable P40 boost pump TEST_CONFIG_FP_ENABLE_DEFEATURE, ///< Test configuration FP to set sub system as defeatured TEST_CONFIG_DD_FP_DISABLE_CONDUCTIVITY_SENSOR_CHECKS, ///< Test configuration to disable conductivity sensor cal checks + TEST_CONFIG_DD_DISABLE_CONDUCTIVE_LEVEL_SENSOR_ERROR, ///< Test configuration to disable conductive level sensor alarm due to low level when using permeate + TEST_CONFIG_DD_ENABLE_DRV8434S_STEPPER_DRIVER, ///< Test configuration for New stepper driver TEST_CONFIG_DISABLE_CAPS_MONITOR, ///< Test configuration to disable cap monitor. TEST_CONFIG_DISABLE_VOLTAGES_ALARMS, ///< Test configuration to disable voltages alarms. TEST_CONFIG_DISABLE_ALARM_AUDIO, ///< Test configuration to disable alarm audio. @@ -84,6 +86,7 @@ TEST_CONFIG_FIRST = TEST_CONFIG_ENABLE_BETA_1_HW, ///< Test configuration first configuration. TEST_CONFIG_SKIP_BLOOD_PRIME, ///< Test configuration skip blood prime TEST_CONFIG_TESTING_WITHOUT_TUBING_SET, ///< Test configuration for testing without tubing set. + TEST_CONFIG_TD_DISABLE_FAULT_MODE_FROM_DD_FP, ///< Test configuration for TD disable fault mode from DD FP TEST_CONFIG_ENABLE_SYRINGE_PUMP_TESTING, ///< Test configuration to skip checks in syringe pump during testing NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T;