From 3871a2c4f61b1da9a8512135bf0cf6e9e35d7e8d Mon Sep 17 00:00:00 2001 From: Ana C Date: Wed, 13 Jan 2016 18:43:13 +0100 Subject: Add template for test results report This change is a proposal for a report for yardstick test case reesults. One report for all the executed tests, summarizing the results and the labs where the tests were executed. JIRA: - Change-Id: I7cdfdc82d6ee07d2b9da426f33ce34b86362b5b4 Signed-off-by: Ana C --- docs/templates/test_results_template.rst | 71 ++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 docs/templates/test_results_template.rst (limited to 'docs/templates') diff --git a/docs/templates/test_results_template.rst b/docs/templates/test_results_template.rst new file mode 100644 index 000000000..f04b2b2a8 --- /dev/null +++ b/docs/templates/test_results_template.rst @@ -0,0 +1,71 @@ +===================== +Yardstick Test Report +===================== + +.. This document is based on IEEE Std 829-2008. "Standard for Software and + System Test Documentation + +.. contents:: Table of Contents + :depth: 3 + +Introduction +============ + +Document Identifier +------------------- + +Scope +----- + +This document provides an overview of the results of test cases developed by +the OPNFV Yardstick Project, executed on OPNFV community labs. + +OPNFV Continous Integration provides automated build, deploy and testing for +the software developed in OPNFV. Unless stated, the reported tests are +automated via Jenkins Jobs. + +Test results are visible in the following dashboards: + +* *Testing dashboard*: uses Mongo DB to store test results and Bitergia for + visualization + +* *Yardstick Dashboard*: prototyped by Yardstick, uses influx DB to store test + results and Grafana for visualization + +References +---------- + +.. to be added + +Details +======= + +TCXXX +----- +.. add the four sections below for each Test Case in the daily test suite or + on-demand test cases (HA, KVM, Parser) + +* Overview of test results +.. general on metrics collected, number of iterations + +* Detailed test results +.. info on lab, installer, scenario + +* Rationale for decisions +.. pass/fail + +* Conclusions and recommendations +.. did the expected behavior occured? + +General +======= + +Glossary +-------- + +.. add link to yardstick glossary + +Document change procedures and history +-------------------------------------- + +.. add release date info, approval -- cgit 1.2.3-korg