diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2015-08-19 07:52:39 +0100 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2015-08-19 13:08:40 +0000 |
commit | c99fda7cb1019c036c5caa828e2febe935d4aaf0 (patch) | |
tree | 257a8afeefd46372db4e7e2e60ecfd25793f078a /docs/NEWS.md | |
parent | 3af55a78fcd572f93b1a46178bffc4c8e90534f2 (diff) |
Initial reporting implemenation
Reporting from TOIT was merged and improved. Default template was modified
to support any testcase and to show more details about system environment.
Affected files:
* docs/NEWS.md
* testcases/testcase.py
* tools/report/__init__.py
* tools/report/report.jinja
* tools/report/report.py
* tools/systeminfo.py
* vsperf
JIRA: VSPERF-71
Change-Id: I4dc84ca69e5c292eae1f8dede1411c06ae3ef8af
Signed-off-by: Martin Klozik (martinx.klozik@intel.com)
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Billy O Mahony <billy.o.mahony@intel.com>
Diffstat (limited to 'docs/NEWS.md')
-rw-r--r-- | docs/NEWS.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/NEWS.md b/docs/NEWS.md index 618dbebb..604328ab 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -1,3 +1,10 @@ +#August 2015 + +## New + +* Backport and enhancement of reporting + + #July 2015 ## New @@ -40,6 +47,5 @@ once the community has digested the initial release. ## Missing -* Report generation is currently disabled * xmlunit output is currently disabled * VNF support. |