Lines Matching +full:- +full:testplan

2 # Copyright (c) 2023-2024 Intel Corporation
4 # SPDX-License-Identifier: Apache-2.0
20 # pylint: disable=no-name-in-module
23 from twisterlib.testplan import TestPlan
26 @mock.patch.object(TestPlan, 'TESTSUITE_FILENAME', testsuite_filename_mock)
34 'testplan.json', 'twister.json',
55 ['--report-name', 'abcd'],
64 ['--report-name', '1234', '--platform-reports'],
74 ['--report-name', 'Final', '--platform-reports', '--report-suffix=Test'],
98 'testplan.json', 'twister.log',
141 args = ['-i', '--outdir', out_path, '-T', test_path, '--platform-reports'] + \
143 ['-p'] * len(test_platforms), test_platforms
165 xml_text = etree.tostring(tree, encoding="utf-8").decode("utf-8")
190 …args = ['-i', '--outdir', out_path, '-T', test_path, '--platform-reports', '--report-suffix=TEST']…
192 ['-p'] * len(test_platforms), test_platforms
215 'report-name + platform-reports + report-suffix'
219 args = ['-i', '--outdir', out_path, '-T', test_path] + \
221 ['-p'] * len(test_platforms), test_platforms
249 args = ['-i', '--outdir', out_path, '-T', test_path, "--report-dir", dir_name] + \
251 ['-p'] * len(test_platforms), test_platforms
286 args = ['-i', '-T', test_path, "--outdir", dir_name] + \
288 ['-p'] * len(test_platforms), test_platforms
326 args = ['-i','--outdir', out_path, '-T', test_path, "--log-file", file_name] + \
328 ['-p'] * len(test_platforms), test_platforms
352 ['--detailed-skipped-report'],
357 ['--detailed-skipped-report', '--report-filtered'],
365 args = ['-i', '--outdir', out_path, '-T', test_path] + \
368 ['-p'] * len(test_platforms), test_platforms
401 args = ['-i', '--outdir', out_path, '-T', test_path] + \
402 (['--report-filtered'] if report_filtered else []) + \
404 ['-p'] * len(test_platforms), test_platforms
426 args = ['-i', '--outdir', out_path, '-T', path] + \
427 ['--enable-size-report'] + \
429 ['-p'] * len(test_platforms), test_platforms
468 args = ['-i', '--outdir', out_path, '-T', test_path] + \
470 ['-p'] * len(test_platforms), test_platforms
483 args += ['--report-summary']
501 args = ['-i', '--outdir', out_path, '-T', test_path] + \
502 ['--report-summary', '2'] + \
504 ['-p'] * len(test_platforms), test_platforms