Skip to content

Commit 5679689

Browse files
JarmouniAjhedberg
authored andcommitted
doc: develop: test: twister: fix doc titles level issue
fix doc titles level issue reported in CI Signed-off-by: Abderrahmane JARMOUNI <git@jarmouni.me>
1 parent acb1071 commit 5679689

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/develop/test/twister.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ env:
233233
.. _twister_tests_long_version:
234234

235235
Tests
236-
******
236+
*****
237237

238238
Tests are detected by the presence of a ``testcase.yaml`` or a ``sample.yaml``
239239
files in the application's project directory. This test application
@@ -1540,7 +1540,7 @@ reports for each run with detailed FAIL/PASS results.
15401540

15411541

15421542
Executing tests on a single device
1543-
===================================
1543+
==================================
15441544

15451545
To use this feature on a single connected device, run twister with
15461546
the following new options:
@@ -1813,7 +1813,7 @@ Would result in calling ``./custom_flash_script.py
18131813
--flag "complex, argument"``.
18141814

18151815
Fixtures
1816-
+++++++++
1816+
--------
18171817

18181818
Some tests require additional setup or special wiring specific to the test.
18191819
Running the tests without this setup or test fixture may fail. A test scenario can
@@ -1851,7 +1851,7 @@ fixture name by a ``:``. Only the fixture name is matched against the fixtures
18511851
requested by test scenarios.
18521852

18531853
Notes
1854-
+++++
1854+
-----
18551855

18561856
It may be useful to annotate board descriptions in the hardware map file
18571857
with additional information. Use the ``notes`` keyword to do this. For
@@ -1874,7 +1874,7 @@ example:
18741874
serial: null
18751875
18761876
Overriding Board Identifier
1877-
+++++++++++++++++++++++++++
1877+
---------------------------
18781878

18791879
When (re-)generated the hardware map file will contain an ``id`` keyword
18801880
that serves as the argument to ``--board-id`` when flashing. In some
@@ -1893,7 +1893,7 @@ using an external J-Link probe. The ``probe_id`` keyword overrides the
18931893
serial: null
18941894
18951895
Using Single Board For Multiple Variants
1896-
++++++++++++++++++++++++++++++++++++++++
1896+
----------------------------------------
18971897

18981898
The ``platform`` attribute can be a list of names or a string
18991899
with names separated by spaces. This allows to run tests for
@@ -1912,7 +1912,7 @@ Using Single Board For Multiple Variants
19121912
serial: /dev/ttyACM1
19131913
19141914
Quarantine
1915-
++++++++++
1915+
----------
19161916

19171917
Twister allows user to provide configuration files defining a list of tests or
19181918
platforms to be put under quarantine. Such tests will be skipped and marked

0 commit comments

Comments
 (0)