From 276ba114093bfe992e5310a51a13dfadeb3a0397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Prchl=C3=ADk?= Date: Mon, 16 Sep 2024 09:29:38 +0200 Subject: [PATCH] squash: add release notes --- docs/releases.rst | 7 +++++++ spec/plans/results.fmf | 3 +++ 2 files changed, 10 insertions(+) diff --git a/docs/releases.rst b/docs/releases.rst index a7104bce60..cf188451cd 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -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` 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` or +:ref:`test checks`. + tmt-1.37.0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/spec/plans/results.fmf b/spec/plans/results.fmf index c3ad1dd939..39e9c7044c 100644 --- a/spec/plans/results.fmf +++ b/spec/plans/results.fmf @@ -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: