Index: leahi_dialin/common/test_config_defs.py =================================================================== diff -u -re45b20cdc5d4c5dcff8cef530b173ca94cb2e422 -r9c2fab5b413da62b218e6a9a12a5752e974071a0 --- leahi_dialin/common/test_config_defs.py (.../test_config_defs.py) (revision e45b20cdc5d4c5dcff8cef530b173ca94cb2e422) +++ leahi_dialin/common/test_config_defs.py (.../test_config_defs.py) (revision 9c2fab5b413da62b218e6a9a12a5752e974071a0) @@ -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_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 = {}