Searched refs:check_msg (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_espefuse.py | 136 def espefuse_not_virt_py(self, cmd, check_msg=None, ret_code=0): argument 138 return self._run_command(full_cmd, check_msg, ret_code) 140 def espefuse_py(self, cmd, do_not_confirm=True, check_msg=None, ret_code=0): argument 144 output = self._run_command(full_cmd, check_msg, ret_code) 151 def _run_command(self, cmd, check_msg, ret_code): argument 162 if check_msg: 163 assert check_msg in output 176 self.espefuse_not_virt_py("--help", check_msg="usage: __main__.py [-h]") 180 self.espefuse_not_virt_py("", check_msg="usage: __main__.py [-h]", ret_code=1) 210 check_msg="The 'value_only' format can be used exactly for one efuse.", [all …]
|