Skip to content

Commit

Permalink
squash: add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Sep 16, 2024
1 parent 887cc3f commit 276ba11
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ new ``--flavor`` argument. Using this argument the user can choose between a
``custom`` flavor where user must provide a custom template using a
``--template-path`` argument.

:ref:`Result specification</spec/plans/results>` now defines
``original_result`` key holding the original outcome of a test, subtest
or test checks. The effective outcome, stored in ``result`` key, is
computed from the original outcome, and it is affected by inputs like
:ref:`test result interpretation</spec/tests/result>` or
:ref:`test checks</spec/tests/check>`.


tmt-1.37.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
3 changes: 3 additions & 0 deletions spec/plans/results.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@ description: |
.. versionchanged:: 1.36
phase results are now renamed to the ``subresult`` key.

.. versionchanged:: 1.37
original result of test, subtest and check is stored in ``original_result`` key.

__ https://github.com/teemtee/tmt/blob/main/tmt/schemas/results.yaml

example:
Expand Down

0 comments on commit 276ba11

Please sign in to comment.