Index: leahi_dialin/common/test_config_defs.py =================================================================== diff -u -r068eb7a6f52750ec3c1a862f515116075f5804ce -rec8c1585bb750f766934ea603aa6942a94264ea7 --- leahi_dialin/common/test_config_defs.py (.../test_config_defs.py) (revision 068eb7a6f52750ec3c1a862f515116075f5804ce) +++ leahi_dialin/common/test_config_defs.py (.../test_config_defs.py) (revision ec8c1585bb750f766934ea603aa6942a94264ea7) @@ -33,7 +33,8 @@ TEST_CONFIG_DD_DISABLE_UF_PUMP_SPEED_COMP = 10 # (DD) Test configuration to disable Ultrafiltration speed 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_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