Index: leahi_dialin/common/test_config_defs.py =================================================================== diff -u -rf484ea3c508ec84520674f09dc93ae02eaf33634 -r2755d8bacf159cf1aefb2d8377ec1475f544bbe9 --- leahi_dialin/common/test_config_defs.py (.../test_config_defs.py) (revision f484ea3c508ec84520674f09dc93ae02eaf33634) +++ leahi_dialin/common/test_config_defs.py (.../test_config_defs.py) (revision 2755d8bacf159cf1aefb2d8377ec1475f544bbe9) @@ -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