Searched refs:MkCombinedImg (Results 1 – 4 of 4) sorted by relevance
263 mock_ota_tools_object.MkCombinedImg.side_effect = (309 mock_ota_tools_object.MkCombinedImg.assert_called_once()311 mock_ota_tools_object.MkCombinedImg.call_args[0][1],
257 ota.MkCombinedImg(combined_image,
257 def MkCombinedImg(self, output_path, system_qemu_config_path, get_image): member in OtaTools
246 self._ota.MkCombinedImg("/unit/test", config_path, _GetImage)