Index: leahi_dialin/common/test_config_defs.py =================================================================== diff -u -ref9d4a3a8448578255ed637a11eb315997afb55e -rf68df233e134d59875838d6e5bb5eb725f28ee91 --- leahi_dialin/common/test_config_defs.py (.../test_config_defs.py) (revision ef9d4a3a8448578255ed637a11eb315997afb55e) +++ leahi_dialin/common/test_config_defs.py (.../test_config_defs.py) (revision f68df233e134d59875838d6e5bb5eb725f28ee91) @@ -36,8 +36,9 @@ TEST_CONFIG_FP_DISABLE_RO_CURRENT_ALARMS = 13 # (FP) Test configuration to disable RO current alarms TEST_CONFIG_FP_ENABLE_BOOST_PUMP = 14 # (FP) Test configuration to enable P40 boost pump TEST_CONFIG_FP_ENABLE_DEFEATURE = 15 # (FP) Test configuration to enable defeatured status - TEST_CONFIG_DD_FP_DISABLE_CONDUCTIVITY_SENSOR_CHECKS = 16 # (DD) Test configuration to disable conductivity cal checks - NUM_OF_TEST_CONFIGS = 17 # Number of Test Configs + TEST_CONFIG_DD_FP_DISABLE_CONDUCTIVITY_SENSOR_CHECKS = 16 # (DD, FP) Test configuration to disable conductivity cal checks + TEST_CONFIG_DD_DISABLE_CONDUCTIVE_LEVEL_SENSOR_ERROR = 17 # (DD) Test configuration to disable conductive level sensor alarm due to low level when using permeate + NUM_OF_TEST_CONFIGS = 18 # Number of Test Configs DDFPTestConfigOptions._str_list = {} @unique