233233.. _twister_tests_long_version :
234234
235235Tests
236- ******
236+ *****
237237
238238Tests are detected by the presence of a ``testcase.yaml `` or a ``sample.yaml ``
239239files in the application's project directory. This test application
@@ -1540,7 +1540,7 @@ reports for each run with detailed FAIL/PASS results.
15401540
15411541
15421542Executing tests on a single device
1543- ===================================
1543+ ==================================
15441544
15451545To use this feature on a single connected device, run twister with
15461546the following new options:
@@ -1813,7 +1813,7 @@ Would result in calling ``./custom_flash_script.py
18131813--flag "complex, argument" ``.
18141814
18151815Fixtures
1816- +++++++++
1816+ --------
18171817
18181818Some tests require additional setup or special wiring specific to the test.
18191819Running 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
18511851requested by test scenarios.
18521852
18531853Notes
1854- +++++
1854+ -----
18551855
18561856It may be useful to annotate board descriptions in the hardware map file
18571857with 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
18791879When (re-)generated the hardware map file will contain an ``id `` keyword
18801880that 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
19171917Twister allows user to provide configuration files defining a list of tests or
19181918platforms to be put under quarantine. Such tests will be skipped and marked
0 commit comments