Home
last modified time | relevance | path

Searched refs:run (Results 1 – 13 of 13) sorted by relevance

/test/py/
A Dpytest.ini9 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 Dconsole_board.py43 runner.run(cmd)
69 runner.run(cmd)
84 runner.run(cmd)
A Dutils.py181 output = runner.run(cmd, ignore_errors=ignore_errors, stdin=stdin, env=env)
199 runner.run(cmd)
A Dconftest.py130 runner.run(cmd, cwd=source_dir)
172 proc = subprocess.run(cmd, stdout=subprocess.PIPE,
A Dmultiplexed_log.py114 def run(self, cmd, cwd=None, ignore_errors=False, stdin=None, env=None): member in RunAndLog
/test/py/tests/
A Dtest_fit_mkimage_validate.py55 result = subprocess.run(cmd, capture_output=True, text=True)
102 result = subprocess.run(cmd, capture_output=True, text=True)
A Dtest_suite.py204 run = len([line for line in lines if 'Test:' in line])
207 assert run == 2 * int(count)
A Dtest_cleanup_build.py41 runner.run(cmd)
/test/py/tests/test_fs/test_squashfs/
A Dsqfs_common.py137 subprocess.run(['mksquashfs ' + args], shell=True, check=True,
146 out = subprocess.run(['mksquashfs -version'], shell=True, check=True,
A Dtest_sqfs_load.py24 out = subprocess.run(['md5sum ' + path], shell=True, check=True,
/test/py/tests/test_fs/
A Dtest_erofs.py56 subprocess.run(['mkfs.erofs -zlz4 ' + args], shell=True, check=True,
130 out = subprocess.run(['md5sum ' + original_file_path], shell=True, check=True,
/test/
A DKconfig20 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 Dfs-test.sh225 run bind

Completed in 22 milliseconds