Lines Matching refs:out_path
202 def test_build_only(self, capfd, out_path, test_path, test_platforms, expected, flag): argument
203 args = ['-i', '--outdir', out_path, '-T', test_path, flag] + \
237 def test_runtest_only(self, capfd, out_path, test_path, test_platforms, expected): argument
239 args = ['--outdir', out_path,'-i', '-T', test_path, '--build-only'] + \
252 args = ['--outdir', out_path,'-i', '-T', test_path, '--test-only'] + \
361 def test_dry_run(self, capfd, out_path, test_path, test_platforms, flag): argument
362 args = ['--outdir', out_path, '-T', test_path, flag] + \
384 def test_cmake_only(self, capfd, out_path, test_path, test_platforms, expected): argument
385 args = ['--outdir', out_path, '-T', test_path, '--cmake-only'] + \
430 def test_pre_script(self, capfd, out_path, test_path, test_platforms, file_name): argument
431 args = ['--outdir', out_path, '-T', test_path, '--pre-script', file_name] + \
453 def test_device_flash_timeout(self, capfd, out_path, test_path, test_platforms): argument
454 args = ['--outdir', out_path, '-T', test_path, '--device-flash-timeout', "240"] + \
477 def test_retry(self, capfd, out_path, test_path, test_platforms, iterations): argument
478 …args = ['--outdir', out_path, '-T', test_path, '--retry-failed', iterations, '--retry-interval', '…
513 def test_retry_interval(self, capfd, out_path, test_path, test_platforms, interval): argument
514 …args = ['--outdir', out_path, '-T', test_path, '--retry-failed', '1', '--retry-interval', interval…
544 def test_timeout_multiplier(self, capfd, out_path, test_path, test_platforms, timeout): argument
545 args = ['--outdir', out_path, '-T', test_path, '--timeout-multiplier', timeout, '-v'] + \
576 def test_tag(self, capfd, out_path, test_path, test_platforms, tags, expected): argument
577 args = ['--outdir', out_path, '-T', test_path, '-vv', '-ll', 'DEBUG'] + \
606 def test_only_failed(self, capfd, out_path, test_path, test_platforms, expected): argument
607 args = ['--outdir', out_path,'-i', '-T', test_path, '-v'] + \
620 args = ['--outdir', out_path,'-i', '-T', test_path, '--only-failed'] + \
679 def test_retry_build_errors(self, capfd, out_path, test_path, test_platforms, iterations): argument
680 …args = ['--outdir', out_path, '-T', test_path, '--retry-build-errors', '--retry-failed', iteration…