Lines Matching refs:out_path
284 def test_list_tags(self, capfd, out_path, test_path, expected): argument
285 args = ['--outdir', out_path, '-T', test_path, '--list-tags']
318 def test_list_tests(self, capfd, out_path, test_path, expected, detailed_id, exclude_tags): argument
319 args = ['--outdir', out_path, '-T', test_path, '--list-tests', detailed_id]
354 def test_tree(self, capfd, out_path, test_path, expected, detailed_id, exclude_tags): argument
355 args = ['--outdir', out_path, '-T', test_path, '--test-tree', detailed_id]
375 def test_timestamps(self, capfd, out_path, test_path, test_platforms): argument
377 args = ['-i', '--outdir', out_path, '-T', test_path, '--timestamps', '-v'] + \
451 def test_force_color(self, capfd, out_path, test_path, test_platforms): argument
453 args = ['-i', '--outdir', out_path, '-T', test_path, '--force-color'] + \
469 def test_size(self, capfd, out_path): argument
472 args = ['-i', '--outdir', out_path, '-T', path] + \
487 prev_path = os.path.join(out_path, 'qemu_x86_atom', p,