HomeSort by relevance Sort by last modified time
    Searched refs:flasher_module (Results 1 - 2 of 2) sorted by null

  /test/framework/harnesses/host_controller/
console_test.py 230 flasher_module = mock.Mock()
232 mock_importlib.import_module.return_value = flasher_module
233 flasher_module.Flasher.return_value = flasher
239 flasher_module.Flasher, build_flasher.BuildFlasher)
241 flasher_module.Flasher.assert_called_with("ABC001", "/test/flasher")
  /test/framework/harnesses/host_controller/command_processor/
command_flash.py 145 flasher_module = importlib.import_module(class_path[0])
146 flasher_class = getattr(flasher_module, class_path[1])

Completed in 100 milliseconds