Index: TestSupport.h =================================================================== diff -u -r603ba73fd1aadf5bbba9c6f1e2f9578025a794f7 -r19041a2378a3fe61071e9abb51c3388e6938207b --- TestSupport.h (.../TestSupport.h) (revision 603ba73fd1aadf5bbba9c6f1e2f9578025a794f7) +++ TestSupport.h (.../TestSupport.h) (revision 19041a2378a3fe61071e9abb51c3388e6938207b) @@ -7,8 +7,8 @@ * * @file TestSupport.h * -* @author (last) Sameer Kalliadan Poyil -* @date (last) 16-Jun-2026 +* @author (last) Arpita Srivastava +* @date (last) 13-Jul-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -68,6 +68,9 @@ 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_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. NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif