Home
last modified time | relevance | path

Searched refs:runner (Results 1 – 7 of 7) sorted by relevance

/u-boot/test/py/
A Du_boot_console_exec_attach.py40 runner = self.log.get_runner(cmd[0], sys.stdout)
41 runner.run(cmd)
42 runner.close()
63 runner = self.log.get_runner(cmd[0], sys.stdout)
64 runner.run(cmd)
65 runner.close()
A Du_boot_utils.py174 runner = u_boot_console.log.get_runner(cmd[0], sys.stdout)
175 output = runner.run(cmd, ignore_errors=ignore_errors)
176 runner.close()
192 runner = u_boot_console.log.get_runner(cmd[0], sys.stdout)
193 runner.run(cmd)
195 assert(retcode == runner.exit_status)
196 assert(msg in runner.output)
201 runner.close()
A Dconftest.py23 from _pytest.runner import runtestprotocol
164 runner = log.get_runner(name, sys.stdout)
166 runner.run(cmd, cwd=source_dir)
167 runner.close()
/u-boot/tools/concurrencytest/
A DREADME.md51 runner = unittest.TextTestRunner()
54 runner.run(suite)
59 runner.run(concurrent_suite)
A Dconcurrencytest.py136 runner = unittest.TextTestRunner() variable
139 runner.run(suite)
144 runner.run(concurrent_suite)
/u-boot/
A D.gitlab-ci.yml4 # https://source.denx.de/u-boot/gitlab-ci-runner
5 image: trini/u-boot-gitlab-ci-runner:bionic-20200807-02Sep2020
A D.azure-pipelines.yml5 ci_runner_image: trini/u-boot-gitlab-ci-runner:bionic-20200807-02Sep2020

Completed in 6 milliseconds