@@ -347,7 +347,7 @@ build_only: <True|False> (default False)
347
347
348
348
This option is often used to test drivers and the fact that they are correctly
349
349
enabled in Zephyr and that the code builds, for example sensor drivers. Such
350
- test shall not be used to verify the functionality of the dritver .
350
+ test shall not be used to verify the functionality of the driver .
351
351
352
352
build_on_all: <True|False> (default False)
353
353
If true, attempt to build test on all available platforms. This is mostly
@@ -473,7 +473,7 @@ platform_key: <list of platform attributes>
473
473
Adding platform (board) attributes to include things such as soc name,
474
474
soc family, and perhaps sets of IP blocks implementing each peripheral
475
475
interface would enable other interesting uses. For example, this could enable
476
- building and running SPI tests once for eacn unique IP block.
476
+ building and running SPI tests once for each unique IP block.
477
477
478
478
harness_config: <harness configuration options>
479
479
Extra harness configuration options to be used to select a board and/or
@@ -498,7 +498,7 @@ harness_config: <harness configuration options>
498
498
499
499
record: <recording options> (optional)
500
500
regex: <regular expression> (required)
501
- The regular experssion with named subgroups to match data fields
501
+ The regular expression with named subgroups to match data fields
502
502
at the test's output lines where the test provides some custom data
503
503
for further analysis. These records will be written into the build
504
504
directory 'recording.csv' file as well as 'recording' property
@@ -1124,7 +1124,7 @@ using an external J-Link probe. The ``probe_id`` keyword overrides the
1124
1124
Quarantine
1125
1125
++++++++++
1126
1126
1127
- Twister allows user to provide onfiguration files defining a list of tests or
1127
+ Twister allows user to provide configuration files defining a list of tests or
1128
1128
platforms to be put under quarantine. Such tests will be skipped and marked
1129
1129
accordingly in the output reports. This feature is especially useful when
1130
1130
running larger test suits, where a failure of one test can affect the execution
@@ -1177,7 +1177,7 @@ Additionally you can quarantine entire architectures or a specific simulator for
1177
1177
Test Configuration
1178
1178
******************
1179
1179
1180
- A test configuration can be used to customize various apects of twister
1180
+ A test configuration can be used to customize various aspects of twister
1181
1181
and the default enabled options and features. This allows tweaking the filtering
1182
1182
capabilities depending on the environment and makes it possible to adapt and
1183
1183
improve coverage when targeting different sets of platforms.
@@ -1187,7 +1187,7 @@ assign a specific test to one or more levels. Using command line options of
1187
1187
twister it is then possible to select a level and just execute the tests
1188
1188
included in this level.
1189
1189
1190
- Additionally, the test configuration allows defining level
1190
+ Additionally, the test configuration allows defining level
1191
1191
dependencies and additional inclusion of tests into a specific level if
1192
1192
the test itself does not have this information already.
1193
1193
@@ -1204,7 +1204,7 @@ locally. As of now, those options are available:
1204
1204
CI)
1205
1205
- Option to specify your own list of default platforms overriding what
1206
1206
upstream defines.
1207
- - Ability to override `build_onl_all ` options used in some testcases.
1207
+ - Ability to override `build_on_all ` options used in some testcases.
1208
1208
This will treat tests or sample as any other just build for default
1209
1209
platforms you specify in the configuration file or on the command line.
1210
1210
- Ignore some logic in twister to expand platform coverage in cases where
@@ -1269,7 +1269,7 @@ Combined configuration
1269
1269
1270
1270
To mix the Platform and level configuration, you can take an example as below:
1271
1271
1272
- And example platforms plus level configuration:
1272
+ An example platforms plus level configuration:
1273
1273
1274
1274
.. code-block :: yaml
1275
1275
@@ -1298,7 +1298,7 @@ And example platforms plus level configuration:
1298
1298
A plan to be used verifying regression.
1299
1299
1300
1300
1301
- To run with above test_config.yaml file, only default_paltforms with given test level
1301
+ To run with above test_config.yaml file, only default_platforms with given test level
1302
1302
test cases will run.
1303
1303
1304
1304
.. tabs ::
0 commit comments