Index: leahi_dialin/common/test_config_defs.py =================================================================== diff -u -reb312be9dab95907142103419bc1804713789e8d -r267325ed999c6864ab369928e287a87ef209987e --- leahi_dialin/common/test_config_defs.py (.../test_config_defs.py) (revision eb312be9dab95907142103419bc1804713789e8d) +++ leahi_dialin/common/test_config_defs.py (.../test_config_defs.py) (revision 267325ed999c6864ab369928e287a87ef209987e) @@ -25,15 +25,16 @@ TEST_CONFIG_DD_DISABLE_BC_PRES_ALARM = 2 # (DD) Test configuration disabling BC pressure alarms TEST_CONFIG_DD_ENABLE_DRY_BICARB = 3 # (DD) Test configuration enable Dry Bicarb usage TEST_CONFIG_FP_SKIP_PRE_GEN_FLUSH = 4 # (FP) Test configuration to skip pre-gen flush - TEST_CONFIG_DD_ENABLE_DIENER_1000_PUMP = 5 # (DD) Test configuration to use Diener 1000 pump for D48 + TEST_CONFIG_DD_ENABLE_DIENER_2000_PUMP = 5 # (DD) Test configuration to use Diener 2000 pump for D48 TEST_CONFIG_DD_ENABLE_SPENT_CHAMBER_H_FILL = 6 # (DD) Test configuration to enable Chamber H Fill TEST_CONFIG_DD_DISABLE_CONDUCTIVITY_ALARMS = 7 # (DD) Test configuration to disable DD conductivity alarms TEST_CONFIG_FP_DISABLE_CONDUCTIVITY_ALARMS = 8 # (FP) Test configuration to disable FP conductivity alarms TEST_CONFIG_DD_ENABLE_DOSING_OPEN_LOOP_CONTROL = 9 # (DD) Test configuration to switch to open loop control for concentrate dosing - TEST_CONFIG_DD_ENABLE_UF_TEMP_COMP = 10 # (DD) Test configuration to enable Ultrafiltration temperature compensation - TEST_CONFIG_DD_RUN_SOLO = 11 # (DD) Test configuration to run DD alone without the other subsystems - TEST_CONFIG_DD_DRY_BICART_TEST = 12 # (DD) Test configuration to test drybicart initial fill from pre-gen - NUM_OF_TEST_CONFIGS = 13 # Number of Test Configs + TEST_CONFIG_DD_DISABLE_UF_PUMP_SPEED_COMP = 10 # (DD) Test configuration to disable Ultrafiltration speed compensation + TEST_CONFIG_DD_DRY_BICART_TEST = 11 # (DD) Test configuration DD to test initial fill , drain and initial chamber fill in pre-gen + TEST_CONFIG_DD_RUN_SOLO = 12 # (DD) Test configuration to run DD alone without the other subsystems + TEST_CONFIG_FP_DISABLE_RO_CURRENT_ALARMS = 13 # (FP) Test configuration to disable RO current alarms + NUM_OF_TEST_CONFIGS = 14 # Number of Test Configs DDFPTestConfigOptions._str_list = {} @unique