Skip to content

Commit bccec3c

Browse files
gumulkafabiobaltieri
authored andcommitted
doc: twister: fix spelling errors
Fis spelling errors in twister doc Signed-off-by: Fabian Pflug <[email protected]>
1 parent d4b0273 commit bccec3c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/develop/test/twister.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ build_only: <True|False> (default False)
347347

348348
This option is often used to test drivers and the fact that they are correctly
349349
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.
351351

352352
build_on_all: <True|False> (default False)
353353
If true, attempt to build test on all available platforms. This is mostly
@@ -473,7 +473,7 @@ platform_key: <list of platform attributes>
473473
Adding platform (board) attributes to include things such as soc name,
474474
soc family, and perhaps sets of IP blocks implementing each peripheral
475475
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.
477477

478478
harness_config: <harness configuration options>
479479
Extra harness configuration options to be used to select a board and/or
@@ -498,7 +498,7 @@ harness_config: <harness configuration options>
498498

499499
record: <recording options> (optional)
500500
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
502502
at the test's output lines where the test provides some custom data
503503
for further analysis. These records will be written into the build
504504
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
11241124
Quarantine
11251125
++++++++++
11261126

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
11281128
platforms to be put under quarantine. Such tests will be skipped and marked
11291129
accordingly in the output reports. This feature is especially useful when
11301130
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
11771177
Test Configuration
11781178
******************
11791179

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
11811181
and the default enabled options and features. This allows tweaking the filtering
11821182
capabilities depending on the environment and makes it possible to adapt and
11831183
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
11871187
twister it is then possible to select a level and just execute the tests
11881188
included in this level.
11891189

1190-
Additionally, the test configuration allows defining level
1190+
Additionally, the test configuration allows defining level
11911191
dependencies and additional inclusion of tests into a specific level if
11921192
the test itself does not have this information already.
11931193

@@ -1204,7 +1204,7 @@ locally. As of now, those options are available:
12041204
CI)
12051205
- Option to specify your own list of default platforms overriding what
12061206
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.
12081208
This will treat tests or sample as any other just build for default
12091209
platforms you specify in the configuration file or on the command line.
12101210
- Ignore some logic in twister to expand platform coverage in cases where
@@ -1269,7 +1269,7 @@ Combined configuration
12691269

12701270
To mix the Platform and level configuration, you can take an example as below:
12711271

1272-
And example platforms plus level configuration:
1272+
An example platforms plus level configuration:
12731273

12741274
.. code-block:: yaml
12751275
@@ -1298,7 +1298,7 @@ And example platforms plus level configuration:
12981298
A plan to be used verifying regression.
12991299
13001300
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
13021302
test cases will run.
13031303

13041304
.. tabs::

0 commit comments

Comments
 (0)