Lines Matching +full:twister +full:- +full:out
4 # SPDX-License-Identifier: Apache-2.0
25 apath = os.path.join(ZEPHYR_BASE, "scripts", "twister")
45 # Set flags for our Twister command as a list of strs
52 ["-i", "--outdir", out_path, "-T", path, "-y"]
54 + ["--level", level]
56 + ["--test-config", config_path]
60 for pair in zip(["-p"] * len(test_platforms), test_platforms, strict=False)
65 # First, provide the args variable as our Twister command line arguments.
70 # Execute the Twister call itself.
73 # Check whether the Twister call succeeded
86 # Read stdout and stderr to out and err variables respectively
87 out, err = capfd.readouterr()
89 sys.stdout.write(out)
92 # Test-relevant checks