Index: leahi_dialin/common/test_config_defs.py =================================================================== diff -u -rfc66ce51dca2af3afb1de1426f3eb1cf5285d66f -r1428cbf49fad26ea6514ffe0f5649c12b4c8b78f --- leahi_dialin/common/test_config_defs.py (.../test_config_defs.py) (revision fc66ce51dca2af3afb1de1426f3eb1cf5285d66f) +++ leahi_dialin/common/test_config_defs.py (.../test_config_defs.py) (revision 1428cbf49fad26ea6514ffe0f5649c12b4c8b78f) @@ -44,6 +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 - 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 + TEST_CONFIG_ENABLE_SYRINGE_PUMP_TESTING = 3 # Test configuration to skip checks in syringe pump during testing NUM_OF_TEST_CONFIGS = 4 # Number of Test Configs TDTestConfigOptions._str_list = {}