Lines Matching +full:key +full:- +full:list +full:- +full:string

4 # SPDX-License-Identifier: Apache-2.0
12 list defined in an architecture configuration file, and if possible
19 that testsuite meta-data. The full canonical name for each test case is <path to
22 Each test block in the testsuite meta data can define the following key/value
25 tags: <list of tags> (required)
26 A set of string tags for the testsuite. Usually pertains to
34 Don't build or run this test case unless --enable-slow was passed
35 in on the command line. Intended for time-consuming test cases
39 extra_args: <list of extra arguments>
43 extra_configs: <list of extra configurations>
47 required_snippets: <list of snippets>
62 depends_on: <list of features>
74 modules: <list of modules>
75 Add list of modules needed for this sample to build and run.
81 arch_allow: <list of arches, such as x86, arm, arc>
84 arch_exclude: <list of arches, such as x86, arm, arc>
87 platform_allow: <list of platforms>
90 platform_exclude: <list of platforms>
93 simulation_exclude: <list of simulators>
96 extra_sections: <list of extra binary sections>
107 <all CONFIG_* key/value pairs in the test's generated defconfig>,
108 <all DT_* key/value pairs in the test's generated device tree file>,
109 <all CMake key/value pairs in the test's generated CMakeCache.txt file>,
125 | symbol "in" list
126 | symbol ":" string
129 list ::= "[" list_contents "]"
135 | string
139 if the symbol is defined to a non-empty string.
146 all comparison operators (non-associative)
148 The ':' operator compiles the string argument as a regular expression,
174 running with -v or examining the test plan report (testplan.json)