Index: TestSupport.h =================================================================== diff -u -r7490625031b5210e5ec4abaf48265a8212905512 -r71d9a55e660ad82dc511c58a8ed3c802bac8ba9f --- TestSupport.h (.../TestSupport.h) (revision 7490625031b5210e5ec4abaf48265a8212905512) +++ TestSupport.h (.../TestSupport.h) (revision 71d9a55e660ad82dc511c58a8ed3c802bac8ba9f) @@ -7,8 +7,8 @@ * * @file TestSupport.h * -* @author (last) Varshini Nagabooshanam -* @date (last) 04-Feb-2026 +* @author (last) Vinayakam Mani +* @date (last) 11-Feb-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -51,7 +51,7 @@ typedef enum test_Config_enums { 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_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_BICARB, ///< Test configuration DD to use dry bicarb TEST_CONFIG_DD_ENABLE_D79_PWM_CONTROL, ///< Test configuration to switch to PWM control for D79 @@ -62,6 +62,7 @@ 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_ENABLE_UF_TEMP_COMPENSATION, ///< Test configuration for enabling UF temperature compensation + 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_DD_ENABLE_4WIRE_RINSE_PUMP, NUM_OF_TEST_CONFIGS ///< Number of test configuration.