Index: leahi_dialin/common/test_config_defs.py =================================================================== diff -u -re2bdf2b26c4d68d43a5fd36990b4a1e83cca3256 -rfc671af6d1a18c900812e68c42ca14da3280e4f1 --- leahi_dialin/common/test_config_defs.py (.../test_config_defs.py) (revision e2bdf2b26c4d68d43a5fd36990b4a1e83cca3256) +++ leahi_dialin/common/test_config_defs.py (.../test_config_defs.py) (revision fc671af6d1a18c900812e68c42ca14da3280e4f1) @@ -33,7 +33,8 @@ 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 - NUM_OF_TEST_CONFIGS = 13 # Number of Test Configs + 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