Index: leahi_dialin/common/test_config_defs.py =================================================================== diff -u -r6d104d3185ac3ed7c18c97ecdc13fd59bf53a8d1 -r27cd8e0e7b47617083e8c12f73306f0ba648e687 --- leahi_dialin/common/test_config_defs.py (.../test_config_defs.py) (revision 6d104d3185ac3ed7c18c97ecdc13fd59bf53a8d1) +++ leahi_dialin/common/test_config_defs.py (.../test_config_defs.py) (revision 27cd8e0e7b47617083e8c12f73306f0ba648e687) @@ -44,6 +44,5 @@ 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 - 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 + NUM_OF_TEST_CONFIGS = 3 # Number of Test Configs TDTestConfigOptions._str_list = {}