Lines Matching +full:twister +full:- +full:out
4 # SPDX-License-Identifier: Apache-2.0
6 Blackbox tests for twister's command line functions related to the quarantine.
17 # pylint: disable=duplicate-code
25 apath = os.path.join(ZEPHYR_BASE, 'scripts', 'twister')
38 quarantine_path = os.path.join(TEST_DATA, 'twister-quarantine-list.yml')
39 args = ['-i', '--outdir', out_path, '-T', path, '-y'] + \
40 ['--quarantine-verify'] + \
41 ['--quarantine-list', quarantine_path] + \
43 ['-p'] * len(test_platforms), test_platforms
68 os.path.join(TEST_DATA, 'twister-quarantine-list.yml'),
77 args = ['--outdir', out_path, '-T', test_path] +\
78 ['--quarantine-list', quarantine_directory] + \
79 ['-vv', '-ll', 'DEBUG'] + \
81 ['-p'] * len(test_platforms), test_platforms
88 out, err = capfd.readouterr()
89 sys.stdout.write(out)