Lines Matching refs:out_path
106 def test_board_root(self, out_path, board_root, expected_returncode): argument
110 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
122 with open(os.path.join(out_path, 'twister.log')) as f:
130 def test_force_platform(self, out_path): argument
133 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
143 with open(os.path.join(out_path, 'testplan.json')) as f:
155 def test_platform(self, out_path): argument
157 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
164 with open(os.path.join(out_path, 'testplan.json')) as f:
192 def test_any_platform(self, capfd, out_path, test_path, test_platforms, flag): argument
193 args = ['--outdir', out_path, '-T', test_path, '-y'] + \
228 def test_exclude_platform(self, capfd, out_path, test_path, test_platforms, expected): argument
229 args = ['--outdir', out_path, '-T', test_path] + \
277 def test_emulation_only(self, capfd, out_path, test_path, test_platforms, expected): argument
278 args = ['-i', '--outdir', out_path, '-T', test_path] + \