Index: TestSupport.h =================================================================== diff -u -r7cabffdb58074a9e549ba05706c7dd17800f7739 -rb218e277609255d214d95383f9de8eedb64af6c7 --- TestSupport.h (.../TestSupport.h) (revision 7cabffdb58074a9e549ba05706c7dd17800f7739) +++ TestSupport.h (.../TestSupport.h) (revision b218e277609255d214d95383f9de8eedb64af6c7) @@ -7,8 +7,8 @@ * * @file TestSupport.h * -* @author (last) “rkallala” -* @date (last) 20-Jan-2026 +* @author (last) Varshini Nagabooshanam +* @date (last) 27-Jan-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -50,11 +50,12 @@ /// DD test software configurations typedef enum test_Config_enums { - TEST_CONFIG_DISABLE_BC_PRESSURE_ALARMS = 0, ///< Test configuration disabling BC pressure alarms - TEST_CONFIG_FIRST = TEST_CONFIG_DISABLE_BC_PRESSURE_ALARMS, ///< Test configuration first configuration. - TEST_CONFIG_ENABLE_DRY_BICART_FILL, ///< Test configuration disabling Dry Bicart fill check - TEST_CONFIG_ENABLE_4WIRE_RINSE_PUMP, ///< Test configuration enable 4-wire rinse pump. - TEST_CONFIG_SKIP_PRE_GEN_FLUSH, ///< Test configuration to skip pre-gen flush + 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_DISABLE_BC_PRESSURE_ALARMS, ///< Test configuration DD disabling BC pressure alarms + TEST_CONFIG_DD_ENABLE_DRY_BICART_FILL, ///< Test configuration DD enable dry bicart fill + TEST_CONFIG_DD_ENABLE_4WIRE_RINSE_PUMP, ///< Test configuration DD enable 4-wire rinse pump. + TEST_CONFIG_FP_SKIP_PRE_GEN_FLUSH, ///< Test configuration FP skip pre-gen flush NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif