Index: TestSupport.h =================================================================== diff -u -r0a13fa08eb5affc1f33b82dcaaf3b3cbaa459b3b -r81c9fa49dedbffb2223e5cb0a98ed0145fc5b4b0 --- TestSupport.h (.../TestSupport.h) (revision 0a13fa08eb5affc1f33b82dcaaf3b3cbaa459b3b) +++ TestSupport.h (.../TestSupport.h) (revision 81c9fa49dedbffb2223e5cb0a98ed0145fc5b4b0) @@ -7,8 +7,8 @@ * * @file TestSupport.h * -* @author (last) Raghu Kallala -* @date (last) 06-Apr-2026 +* @author (last) Arpita Srivastava +* @date (last) 01-May-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -67,6 +67,7 @@ TEST_CONFIG_FP_DISABLE_RO_CURRENT_ALARMS, ///< Test configuration to disable RO current alarms. 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 NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif @@ -79,6 +80,8 @@ TEST_CONFIG_FIRST = TEST_CONFIG_ENABLE_BETA_1_HW, ///< Test configuration first configuration. TEST_CONFIG_SKIP_BLOOD_PRIME, ///< Test configuration skip blood prime TEST_CONFIG_TESTING_WITHOUT_TUBING_SET, ///< Test configuration for testing without tubing set. + TEST_CONFIG_USE_WET_TUBING_SET, ///< Test configuration for wet tubing set + TEST_CONFIG_ENABLE_SYRINGE_PUMP_TESTING, ///< Test configuration to skip checks in syringe pump during testing NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif