/Zephyr-latest/scripts/west_commands/tests/ |
D | test_xsdb.py | 48 def test_xsdbbinaryrunner_init(check_call, path_exists, tc, runner_config): argument 61 assert check_call.call_args_list == [call(tc["expected_cmd"])] 67 def test_xsdbbinaryrunner_create(check_call, path_exists, tc, runner_config): argument 87 assert check_call.call_args_list == [call(tc["expected_cmd"])]
|
D | test_nxp_s32dbg.py | 171 def test_debugserver(require, check_call, system, argument 179 check_call.assert_called_once_with(expected) 195 def test_debug(require, check_call, popen_ignore_int, get_script, temporary_dir, system, argument 213 check_call.assert_called_once_with(expected_client, env=expected_env) 229 def test_attach(require, check_call, popen_ignore_int, get_script, temporary_dir, system, argument 247 check_call.assert_called_once_with(expected_client, env=expected_env)
|
D | test_stm32cubeprogrammer.py | 390 check_call, require, path_exists, path_home, system, tc, runner_config argument 415 assert check_call.call_args_list == [call(x) for x in tc["calls"]] 426 check_call, require, path_exists, path_home, system, tc, runner_config argument 462 assert check_call.call_args_list == [call(x) for x in tc["calls"]]
|
D | test_nrf.py | 550 def test_init(check_call, popen, get_snr, require, tool, test_case, argument 571 CHECK_FN_MAP = {'nrfjprog': check_call, 'nrfutil': popen} 582 def test_create(check_call, popen, get_snr, require, tool, test_case, argument 611 CHECK_FN_MAP = {'nrfjprog': check_call, 'nrfutil': popen}
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | ezflashcli.py | 79 self.check_call([self.tool] + options + ["erase_flash"]) 85 self.check_call([self.tool] + options + ["image_flash", self.bin_]) 88 self.check_call( 95 self.check_call([self.tool] + options + ["go"])
|
D | native.py | 67 self.check_call(cmd) 76 self.check_call(cmd) 81 self.check_call(cmd)
|
D | probe_rs.py | 78 self.check_call([self.probe_rs, 'download'] 81 self.check_call([self.probe_rs, 'reset']
|
D | nsim.py | 77 self.check_call(cmd) 102 self.check_call(cmd)
|
D | nios2.py | 70 self.check_call(cmd) 92 self.check_call(server_cmd)
|
D | xtensa.py | 37 self.check_call(gdb_cmd)
|
D | intel_adsp.py | 108 self.check_call(self.run_cmd) 124 self.check_call(self.log_cmd)
|
D | ecpprog.py | 41 self.check_call(command)
|
D | misc.py | 53 self.check_call([self.cmd, self.cfg.build_dir] + self.args)
|
D | trace32.py | 126 self.check_call(cmd, timeout=self.timeout) 134 self.check_call(cmd)
|
D | linkserver.py | 164 self.check_call(linkserver_cmd) 171 self.check_call(linkserver_cmd) 224 self.check_call(linkserver_cmd, **kwargs)
|
D | pyocd.py | 181 self.check_call(cmd) 198 self.check_call(server_cmd) 235 self.check_call(cmd)
|
D | esp32.py | 115 self.check_call(cmd_erase) 136 self.check_call(cmd_flash)
|
D | dediprog.py | 72 self.check_call(cmd_flash)
|
D | blackmagicprobe.py | 181 self.check_call(command) 186 self.check_call(command)
|
D | gd32isp.py | 80 self.check_call(cmd_flash)
|
D | xsdb.py | 58 self.check_call(cmd)
|
D | stm32cubeprogrammer.py | 233 self.check_call(cmd + ["--erase", "all"]) 251 self.check_call(cmd + flash_and_run_args)
|
D | bossac.py | 168 self.check_call(cmd_stty) 282 self.check_call(self.make_bossac_cmd())
|
D | minichlink.py | 93 self.check_call(cmd)
|
D | intel_cyclonev.py | 271 self.check_call(cmd1) 273 self.check_call(cmd2) 275 self.check_call(cmd3)
|