Index: dialin/common/test_config_defs.py =================================================================== diff -u -r26c7b6057f11680681e0a25399b5e5be9b92818d -rf82225b0aa789b5fef0e0ba24618e6640bc453a6 --- dialin/common/test_config_defs.py (.../test_config_defs.py) (revision 26c7b6057f11680681e0a25399b5e5be9b92818d) +++ dialin/common/test_config_defs.py (.../test_config_defs.py) (revision f82225b0aa789b5fef0e0ba24618e6640bc453a6) @@ -36,4 +36,5 @@ TEST_CONFIG_DISABLE_WET_SELFTEST_DISPLACEMENT_CHECK = 5 # Test configuration disable wet self test displacement check. TEST_CONFIG_RECOVER_TREATMENT = 6 # Test configuration recover treatment. TEST_CONFIG_ENABLE_ONE_MINUTE_TREATMENT = 7 # Test configuration enable one minute treatment. - NUM_OF_TEST_CONFIGS = 8 # Number of test configurations + TEST_CONFIG_DISABLE_BLOOD_LEAK_ALARM = 8 # Test configuration disable blood leak alarm. + NUM_OF_TEST_CONFIGS = 9 # Number of test configurations