Lines Matching +full:- +full:testplan
4 # SPDX-License-Identifier: Apache-2.0
8 # pylint: disable=duplicate-code
19 from twisterlib.testplan import TestPlan
39 @mock.patch.object(TestPlan, 'TESTSUITE_FILENAME', testsuite_filename_mock)
43 args = ['-i', '--outdir', out_path, '-T', path] + \
44 ['--jobs', jobs] + \
46 ['-p'] * len(test_platforms), test_platforms
59 @mock.patch.object(TestPlan, 'SAMPLE_FILENAME', sample_filename_mock)
64 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
65 ['--force-toolchain'] + \
68 ['-p'] * len(test_platforms), test_platforms
77 with open(os.path.join(out_path, 'testplan.json')) as f:
103 ['--ninja', '-N']
105 @mock.patch.object(TestPlan, 'TESTSUITE_FILENAME', testsuite_filename_mock)
107 args = ['--outdir', out_path, '-T', test_path, flag] + \
109 ['-p'] * len(test_platforms), test_platforms