Home
last modified time | relevance | path

Searched refs:check_call (Results 1 – 25 of 39) sorted by relevance

12

/Zephyr-latest/scripts/west_commands/tests/
Dtest_xsdb.py48 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"])]
Dtest_nxp_s32dbg.py171 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)
Dtest_stm32cubeprogrammer.py390 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"]]
Dtest_nrf.py550 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/
Dezflashcli.py79 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"])
Dnative.py67 self.check_call(cmd)
76 self.check_call(cmd)
81 self.check_call(cmd)
Dprobe_rs.py78 self.check_call([self.probe_rs, 'download']
81 self.check_call([self.probe_rs, 'reset']
Dnsim.py77 self.check_call(cmd)
102 self.check_call(cmd)
Dnios2.py70 self.check_call(cmd)
92 self.check_call(server_cmd)
Dxtensa.py37 self.check_call(gdb_cmd)
Dintel_adsp.py108 self.check_call(self.run_cmd)
124 self.check_call(self.log_cmd)
Decpprog.py41 self.check_call(command)
Dmisc.py53 self.check_call([self.cmd, self.cfg.build_dir] + self.args)
Dtrace32.py126 self.check_call(cmd, timeout=self.timeout)
134 self.check_call(cmd)
Dlinkserver.py164 self.check_call(linkserver_cmd)
171 self.check_call(linkserver_cmd)
224 self.check_call(linkserver_cmd, **kwargs)
Dpyocd.py181 self.check_call(cmd)
198 self.check_call(server_cmd)
235 self.check_call(cmd)
Desp32.py115 self.check_call(cmd_erase)
136 self.check_call(cmd_flash)
Ddediprog.py72 self.check_call(cmd_flash)
Dblackmagicprobe.py181 self.check_call(command)
186 self.check_call(command)
Dgd32isp.py80 self.check_call(cmd_flash)
Dxsdb.py58 self.check_call(cmd)
Dstm32cubeprogrammer.py233 self.check_call(cmd + ["--erase", "all"])
251 self.check_call(cmd + flash_and_run_args)
Dbossac.py168 self.check_call(cmd_stty)
282 self.check_call(self.make_bossac_cmd())
Dminichlink.py93 self.check_call(cmd)
Dintel_cyclonev.py271 self.check_call(cmd1)
273 self.check_call(cmd2)
275 self.check_call(cmd3)

12