Index: TestSupport.h =================================================================== diff -u -r3763ae361faf120fa0978e38f9559d88b00a0143 -r360be3aa71f4d8c34c686a34557c7c4e6091f619 --- TestSupport.h (.../TestSupport.h) (revision 3763ae361faf120fa0978e38f9559d88b00a0143) +++ TestSupport.h (.../TestSupport.h) (revision 360be3aa71f4d8c34c686a34557c7c4e6091f619) @@ -8,7 +8,7 @@ * @file TestSupport.h * * @author (last) Michael Garthwaite -* @date (last) 02-Mar-2026 +* @date (last) 07-Apr-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -52,7 +52,7 @@ { TEST_CONFIG_DD_FP_ENABLE_BETA_1_0_HW = 0, ///< Test configuration DD & FP enable Beta 1.0 hardware TEST_CONFIG_FIRST = TEST_CONFIG_DD_FP_ENABLE_BETA_1_0_HW, ///< Test configuration first configuration. - TEST_CONFIG_DD_FP_ENABLE_BETA_2_0_HW, ///< Test configuration for DD & FP to enable Beta 2.0 hardware + TEST_CONFIG_DD_FP_ENABLE_BETA_1_9_HW, ///< Test configuration for DD & FP to enable Beta 2.0 hardware TEST_CONFIG_DD_DISABLE_BC_PRESSURE_ALARMS, ///< Test configuration DD disabling BC pressure alarms TEST_CONFIG_DD_ENABLE_DRY_BICARB, ///< Test configuration DD to use dry bicarb TEST_CONFIG_FP_SKIP_PRE_GEN_FLUSH, ///< Test configuration FP skip pre-gen flush @@ -65,6 +65,9 @@ TEST_CONFIG_DD_DRY_BICART_TEST, ///< 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 NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif @@ -76,6 +79,8 @@ TEST_CONFIG_ENABLE_BETA_1_HW = 0, ///< Test configuration to enable Beta 1.0 hardware. 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 NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif