Index: dialin/common/test_config_defs.py =================================================================== diff -u -r4bb5dd9107b61b1f70b3c47b132c53a48fce1c8c -r4789b047798406d23f4bffd40204788d1a6783f4 --- dialin/common/test_config_defs.py (.../test_config_defs.py) (revision 4bb5dd9107b61b1f70b3c47b132c53a48fce1c8c) +++ dialin/common/test_config_defs.py (.../test_config_defs.py) (revision 4789b047798406d23f4bffd40204788d1a6783f4) @@ -33,5 +33,6 @@ TEST_CONFIG_SKIP_BLOOD_PRIME = 3 # Test configuration skip blood prime. TEST_CONFIG_SKIP_DISINFECT_AND_SERVICE_TX_BLOCKERS = 4 # Test configuration skip disinfect and service treatment blockers. TEST_CONFIG_DISABLE_WET_SELFTEST_DISPLACEMENT_CHECK = 5 # Test configuration disable wet self test displacement check. - TEST_CONFIG_ENABLE_ONE_MINUTE_TREATMENT = 6 # Test configuration enable one minute treatment. - NUM_OF_TEST_CONFIGS = 7 # Number of test configurations + 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