From 9fd1353f2d3d9c99cf8f54a59a520ecce1b3999d Mon Sep 17 00:00:00 2001 From: "zxBCN Romero,Jorge (IT EDS) EXTERNAL" Date: Fri, 30 Jul 2021 11:45:49 +0200 Subject: [PATCH 1/4] Fix missed rows --- templates/IVP.html.tmpl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/templates/IVP.html.tmpl b/templates/IVP.html.tmpl index f9ce13f..61968f1 100644 --- a/templates/IVP.html.tmpl +++ b/templates/IVP.html.tmpl @@ -181,9 +181,17 @@ Other test cases: - + + + + + + + + +
Complete Success - no unresolved discrepencies☐ Complete Success - no unresolved discrepencies It is determined that all steps of the CIT Plan have been successfully executed and signature of this report verifies that the tests have been performed according to the plan. Either no discrepancies occurred or have been directly solved.
☐ Success with unresolved discrepancies of low or medium severityIt is accepted that all essential steps of the CIT Plan have been successfully executed and signature of this report verifies that the testing has been performed according to the plan.
Discrepancies with low or medium severity were resolved directly or they are described below together with reasons why it is accepted that, overall, the plan has been successfully executed.
☐ Unsuccessful with unresolved discrepancies which are not acceptableDiscrepancies or failures with high severity occurred that could not be remediated an acceptable level. The plan cannot be accepted as successfully executed. A new plan and/or test execution will be required. Enter additional information, if necessary:
From 5989896f958f43d509939c85f29c116f5aa351b2 Mon Sep 17 00:00:00 2001 From: Jorge Romero Date: Fri, 30 Jul 2021 13:52:57 +0200 Subject: [PATCH 2/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 896ec1c..ac696fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ - Modified SSDS document to use Pull Request info not SonarQube ([#614](https://github.com/opendevstack/ods-jenkins-shared-library/pull/614)) - Add missing table in RA document ([#50](https://github.com/opendevstack/ods-document-generation-templates/pull/50)) - Add missing column in section 4 of TRC document ([#51](https://github.com/opendevstack/ods-document-generation-templates/pull/51)) - +- Add missing rows in the table of the section 7 (conclussion) of the IVP document ([#52](https://github.com/opendevstack/ods-document-generation-templates/pull/52)) ### Fixed - 2021-04-22 - Fix the document history section for IVR still shows the wrong title ([#44](https://github.com/opendevstack/ods-document-generation-templates/pull/44)) - Remove .idea directory ([#45](https://github.com/opendevstack/ods-document-generation-templates/pull/45)) From a6af25e101d739727d4ca17a9de6519aa49b955f Mon Sep 17 00:00:00 2001 From: "zxBCN Romero,Jorge (IT EDS) EXTERNAL" Date: Thu, 5 Aug 2021 16:07:29 +0200 Subject: [PATCH 3/4] Remove table and add sentence to indicate that the conclusion exists in IVR document. --- templates/IVP.html.tmpl | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/templates/IVP.html.tmpl b/templates/IVP.html.tmpl index 61968f1..bf4aaec 100644 --- a/templates/IVP.html.tmpl +++ b/templates/IVP.html.tmpl @@ -177,23 +177,7 @@ Other test cases:

7CONCLUSION

- Having completed the execution of the CIT Plan of '{{metadata.name}}' and assessed the activities and respective outcomes, the conclusion drawn is as follows:
- - - - - - - - - - - - - - -
☐ Complete Success - no unresolved discrepenciesIt is determined that all steps of the CIT Plan have been successfully executed and signature of this report verifies that the tests have been performed according to the plan. Either no discrepancies occurred or have been directly solved.
☐ Success with unresolved discrepancies of low or medium severityIt is accepted that all essential steps of the CIT Plan have been successfully executed and signature of this report verifies that the testing has been performed according to the plan.
Discrepancies with low or medium severity were resolved directly or they are described below together with reasons why it is accepted that, overall, the plan has been successfully executed.
☐ Unsuccessful with unresolved discrepancies which are not acceptableDiscrepancies or failures with high severity occurred that could not be remediated an acceptable level. The plan cannot be accepted as successfully executed. A new plan and/or test execution will be required. Enter additional information, if necessary:
- + The conclusion will be drawn on basis of the test results and documented in this chapter of the IVR.

8DEFINITIONS AND ABBREVIATIONS

8.1DEFINITIONS

From 515e0e07e63524c974fae88b47b2ca086086bea0 Mon Sep 17 00:00:00 2001 From: "zxBCN Romero,Jorge (IT EDS) EXTERNAL" Date: Thu, 5 Aug 2021 17:05:50 +0200 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 256e365..75a111b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ - Modified SSDS document to use Pull Request info not SonarQube ([#614](https://github.com/opendevstack/ods-jenkins-shared-library/pull/614)) - Add missing table in RA document ([#50](https://github.com/opendevstack/ods-document-generation-templates/pull/50)) - Add missing column in section 4 of TRC document ([#51](https://github.com/opendevstack/ods-document-generation-templates/pull/51)) -- Add missing rows in the table of the section 7 (conclussion) of the IVP document ([#52](https://github.com/opendevstack/ods-document-generation-templates/pull/52)) +- Remove table and add comment in the section 7 (conclusions) of the IVP document ([#52](https://github.com/opendevstack/ods-document-generation-templates/pull/52)) - TIR and DTR documents are not properly indexed ([#47](https://github.com/opendevstack/ods-document-generation-templates/pull/47)) ### Fixed - 2021-04-22