Index: TestSupport.h =================================================================== diff -u -r6d744c66a87db438ac0993e1cf929e81117f99bb -rf591ec849853c6febead3976bc35340278c2c0cb --- TestSupport.h (.../TestSupport.h) (revision 6d744c66a87db438ac0993e1cf929e81117f99bb) +++ TestSupport.h (.../TestSupport.h) (revision f591ec849853c6febead3976bc35340278c2c0cb) @@ -7,8 +7,8 @@ * * @file TestSupport.h * -* @author (last) Vinayakam Mani -* @date (last) 11-Feb-2026 +* @author (last) Jashwant Gantyada +* @date (last) 20-Feb-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -64,6 +64,7 @@ TEST_CONFIG_DD_DISABLE_UF_TEMP_COMPENSATION, ///< Test configuration for disabling 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_FP_DISABLE_RO_CURRENT_ALARMS, ///< Test configuration to disable RO current alarms. NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif