Index: dialin/common/test_config_defs.py =================================================================== diff -u -r08cf9026424703efbb28596458734f63a078a1e9 -r7608e52b2effd950b63f857a29a4873c1ad9e4df --- dialin/common/test_config_defs.py (.../test_config_defs.py) (revision 08cf9026424703efbb28596458734f63a078a1e9) +++ dialin/common/test_config_defs.py (.../test_config_defs.py) (revision 7608e52b2effd950b63f857a29a4873c1ad9e4df) @@ -21,11 +21,16 @@ @unique class DGTestConfigOptions(DialinEnum): TEST_CONFIG_MIX_WITH_WATER = 0 # Test configuration mix with water. - NUM_OF_TEST_CONFIGS = 1 # Number of test configuration. + TEST_CONFIG_DISABLE_INLET_WATER_TEMP_CHECK = 1 # Test configuration disable inlet water temperature check + NUM_OF_TEST_CONFIGS = 2 # Number of test configuration. @unique class HDTestConfigOptions(DialinEnum): TEST_CONFIG_USE_WET_CARTRIDGE = 0 # Test configuration use wet cartridge. TEST_CONFIG_USE_WORN_CARTRIDGE = 1 # Test configuration use worn cartridge. - NUM_OF_TEST_CONFIGS = 2 # Number of test configurations + TEST_CONFIG_EXPEDITE_PRE_TREATMENT = 2 # Test configuration expedite pre-treatment. + 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. + NUM_OF_TEST_CONFIGS = 6 # Number of test configurations