Lines Matching +full:- +full:testplan
4 # SPDX-License-Identifier: Apache-2.0
17 from twisterlib.testplan import TestPlan
20 @mock.patch.object(TestPlan, 'TESTSUITE_FILENAME', testsuite_filename_mock)
26 '--disable-suite-name-check',
33 '-v',
42 '--disable-warnings-as-errors',
48 '-v',
71 'disable-suite-name-check',
72 'suite-name-check'
77 args = ['-i', '--outdir', out_path, '-T', test_path] + \
79 ['-vv', '-ll', 'DEBUG'] + \
81 ['-p'] * len(test_platforms), test_platforms
105 'disable-warnings-as-errors',
106 'warnings-as-errors'
111 args = ['-i', '--outdir', out_path, '-T', test_path] + \
113 ['-vv'] + \
114 ['--build-only'] + \
116 ['-p'] * len(test_platforms), test_platforms