Index: TestSupport.h =================================================================== diff -u -r59f3db07ef55a67a8704a8d7c3b92752921e41a8 -rdeb9e732e94019f4a33d51067386c9ba80e17959 --- TestSupport.h (.../TestSupport.h) (revision 59f3db07ef55a67a8704a8d7c3b92752921e41a8) +++ TestSupport.h (.../TestSupport.h) (revision deb9e732e94019f4a33d51067386c9ba80e17959) @@ -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_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