Index: leahi_dialin/common/test_config_defs.py =================================================================== diff -u -r2f742ca8bb2c860dfd2835a3cef5815b4ae0a3ae -rfc66ce51dca2af3afb1de1426f3eb1cf5285d66f --- leahi_dialin/common/test_config_defs.py (.../test_config_defs.py) (revision 2f742ca8bb2c860dfd2835a3cef5815b4ae0a3ae) +++ leahi_dialin/common/test_config_defs.py (.../test_config_defs.py) (revision fc66ce51dca2af3afb1de1426f3eb1cf5285d66f) @@ -44,5 +44,6 @@ TEST_CONFIG_ENABLE_BETA_1_HW = 0 # Test configuration using Beta 1 Hardware TEST_CONFIG_SKIP_BLOOD_PRIME = 1 # Test configuration to skip blood priming TEST_CONFIG_TD_NO_CARTRIDGE = 2 # Test configuration to operate without cartridge - NUM_OF_TEST_CONFIGS = 3 # Number of Test Configs + TEST_CONFIG_TD_DISABLE_FAULT_MODE_FROM_DD_FP = 3 # Test configuration to disable TD going to Fault mode because of alarms from other subsystems + NUM_OF_TEST_CONFIGS = 4 # Number of Test Configs TDTestConfigOptions._str_list = {}