Searched refs:run (Results 1 – 13 of 13) sorted by relevance
| /test/py/ |
| A D | pytest.ini | 9 boardspec: U-Boot: Describes the set of boards a test can/can't run on. 13 slow: U-Boot: Specific test will run slowly. 14 singlethread: Cannot run in parallel
|
| A D | console_board.py | 43 runner.run(cmd) 69 runner.run(cmd) 84 runner.run(cmd)
|
| A D | utils.py | 181 output = runner.run(cmd, ignore_errors=ignore_errors, stdin=stdin, env=env) 199 runner.run(cmd)
|
| A D | conftest.py | 130 runner.run(cmd, cwd=source_dir) 172 proc = subprocess.run(cmd, stdout=subprocess.PIPE,
|
| A D | multiplexed_log.py | 114 def run(self, cmd, cwd=None, ignore_errors=False, stdin=None, env=None): member in RunAndLog
|
| /test/py/tests/ |
| A D | test_fit_mkimage_validate.py | 55 result = subprocess.run(cmd, capture_output=True, text=True) 102 result = subprocess.run(cmd, capture_output=True, text=True)
|
| A D | test_suite.py | 204 run = len([line for line in lines if 'Test:' in line]) 207 assert run == 2 * int(count)
|
| A D | test_cleanup_build.py | 41 runner.run(cmd)
|
| /test/py/tests/test_fs/test_squashfs/ |
| A D | sqfs_common.py | 137 subprocess.run(['mksquashfs ' + args], shell=True, check=True, 146 out = subprocess.run(['mksquashfs -version'], shell=True, check=True,
|
| A D | test_sqfs_load.py | 24 out = subprocess.run(['md5sum ' + path], shell=True, check=True,
|
| /test/py/tests/test_fs/ |
| A D | test_erofs.py | 56 subprocess.run(['mkfs.erofs -zlz4 ' + args], shell=True, check=True, 130 out = subprocess.run(['md5sum ' + original_file_path], shell=True, check=True,
|
| /test/ |
| A D | Kconfig | 20 of-platdata and SPL handover. To run these tests with the sandbox_spl 31 an overall total is reported if multiple suites are run.
|
| /test/fs/ |
| A D | fs-test.sh | 225 run bind
|
Completed in 22 milliseconds