Index: tests/dg_tests.py =================================================================== diff -u -r6ff50b4ae97f1d8071f1d8fdafae60f6fd704b9d -r08cf9026424703efbb28596458734f63a078a1e9 --- tests/dg_tests.py (.../dg_tests.py) (revision 6ff50b4ae97f1d8071f1d8fdafae60f6fd704b9d) +++ tests/dg_tests.py (.../dg_tests.py) (revision 08cf9026424703efbb28596458734f63a078a1e9) @@ -611,19 +611,19 @@ counter = 1 reset_val = 0 - print(hex(dg.test_configs.cmd_get_test_config_status(DGTestConfigOptions.TEST_CONFIG_ENABLE_MIXING_WITH_WATER.value))) + print(hex(dg.test_configs.cmd_get_test_config_status(DGTestConfigOptions.TEST_CONFIG_MIX_WITH_WATER.value))) while True: if counter == 1: - dg.test_configs.cmd_set_test_config(DGTestConfigOptions.TEST_CONFIG_ENABLE_MIXING_WITH_WATER.value, reset=reset_val) + dg.test_configs.cmd_set_test_config(DGTestConfigOptions.TEST_CONFIG_MIX_WITH_WATER.value, reset=reset_val) counter += 1 if counter > 10: #hd.test_configs.cmd_request_test_config_status_from_fw() dg.test_configs.cmd_request_test_config_status_from_fw() while True: #print(hex(hd.test_configs.hd_test_configs[HDTestConfigOptions.TEST_CONFIG_USE_WORN_CARTRIDGE.name])) - print(hex(dg.test_configs.dg_test_configs[DGTestConfigOptions.TEST_CONFIG_ENABLE_MIXING_WITH_WATER.name]), reset_val) + print(hex(dg.test_configs.dg_test_configs[DGTestConfigOptions.TEST_CONFIG_MIX_WITH_WATER.name]), reset_val) #print((dg.test_configs.dg_test_configs), reset_val) if counter > 20: