From e055e2a321abd90ee0138fe6465854ac7ccaa37f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrich=20Kra=CC=88mer?= Date: Wed, 3 Jul 2024 10:04:24 +0200 Subject: [PATCH 1/2] TIR: generalize instructions for testing --- CHANGELOG.md | 1 + templates/TIR.html.tmpl | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a717ed1..b9943b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased - Make risk level column in Overview of Unit Tested Modules (in DTP and DTR) wrappable ([#144](https://github.com/opendevstack/ods-document-generation-templates/pull/144)) +- TIR changes: Changed wording in DIAGNOSTIC RESULT table to fit for helm deployments. In addition wording no longer claims that the expected result is "POD is in status running" which would not be the case for example when a job is deployed. [#145](https://github.com/opendevstack/ods-document-generation-templates/pull/145) ## 1.2.8 - 2024-06-06 - RA doc in section 4.1 has got a typo in Description of column Requirement ([#142](https://github.com/opendevstack/ods-document-generation-templates/pull/142)) diff --git a/templates/TIR.html.tmpl b/templates/TIR.html.tmpl index 36a2756..49bd92b 100644 --- a/templates/TIR.html.tmpl +++ b/templates/TIR.html.tmpl @@ -259,16 +259,16 @@ 1 - automated configuration appplication (Q/P environment) + Automated configuration appplication (Q/P environment) Configuration applied Configuration applied pass 2 - POD is running - POD is in status running - POD is in status running + Wait until all Pods, PVCs, Services, and minimum number of Pods of a Deployment, StatefulSet, or ReplicaSet are in a ready state + Applicable resources are in ready state + Applicable resources are in ready state pass From 628a1ed80609b4236ff49bda6b641c410bd2ac94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrich=20Kra=CC=88mer?= Date: Thu, 4 Jul 2024 17:47:57 +0200 Subject: [PATCH 2/2] TIR: capitalize pass --- templates/TIR.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/TIR.html.tmpl b/templates/TIR.html.tmpl index 49bd92b..e613f4e 100644 --- a/templates/TIR.html.tmpl +++ b/templates/TIR.html.tmpl @@ -262,14 +262,14 @@ Automated configuration appplication (Q/P environment) Configuration applied Configuration applied - pass + Pass 2 Wait until all Pods, PVCs, Services, and minimum number of Pods of a Deployment, StatefulSet, or ReplicaSet are in a ready state Applicable resources are in ready state Applicable resources are in ready state - pass + Pass