Lines Matching +full:twister +full:- +full:tests
4 # SPDX-License-Identifier: Apache-2.0
25 apath = os.path.join(ZEPHYR_BASE, "scripts", "twister")
39 # Select platforms used for the tests
42 path = os.path.join(TEST_DATA, "tests")
45 # Set flags for our Twister command as a list of strs
50 # * Select Zephyr tests to use
51 # * Control whether to only build or build and run aforementioned tests
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
92 # Test-relevant checks