diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-05-02 10:48:31 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-05-02 15:22:14 +0200 |
commit | c71b538b882cfdf8c5a940b8183a6f75a0915e42 (patch) | |
tree | a379a742d0b59aaf5b31a471acedb6291e80f38a /resources | |
parent | 3705e866bb460b185127254690998e4ee6dd0778 (diff) |
Report: Add MRR detailed results
Change-Id: Ib34689d0a9560c2adc8f9c7e464f5fbf4a2ae1f0
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/tools/presentation/specification.yaml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index 6dad23dd45..8a03a6c790 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -38,6 +38,7 @@ DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results" DIR[DTR,PERF,DPDK]: "{DIR[DTR]}/dpdk_performance_results" DIR[DTR,PERF,VPP]: "{DIR[DTR]}/vpp_performance_results" + DIR[DTR,MRR,VPP]: "{DIR[DTR]}/vpp_mrr_results" DIR[DTR,PERF,COT]: "{DIR[DTR]}/cot_performance_results" DIR[DTR,PERF,HC]: "{DIR[DTR]}/honeycomb_performance_results" DIR[DTR,FUNC,VPP]: "{DIR[DTR]}/vpp_functional_results" @@ -257,6 +258,9 @@ vpp-func-results-centos: csit-vpp-functional-1804-centos7-virl: - 175 + vpp-mrr-results: + csit-vpp-perf-check-1804: + - 5 # mrr - full ligato-perf-results: csit-ligato-perf-1801-all: - 25 # full @@ -984,6 +988,32 @@ - type: "table" + title: "Detailed Test Results - VPP MRR Results" + algorithm: "table_details" + output-file-ext: ".csv" + output-file: "{DIR[DTR,MRR,VPP]}/vpp_mrr_results" + columns: + - + title: "Name" + data: "data name" + - + title: "Documentation" + data: "data doc" + - + title: "Status" + data: "data msg" + rows: "generated" + data: + "vpp-mrr-results" + filter: "'MRR'" + parameters: + - "name" + - "parent" + - "doc" + - "msg" + +- + type: "table" title: "Detailed Test Results - VPP Functional Results" algorithm: "table_details" output-file-ext: ".csv" @@ -1245,6 +1275,25 @@ - type: "file" + title: "VPP MRR Results" + algorithm: "file_test_results" + output-file-ext: ".rst" + output-file: "{DIR[DTR,MRR,VPP]}/vpp_mrr_results" + file-header: "\n.. |br| raw:: html\n\n <br />\n\n\n.. |prein| raw:: html\n\n <pre>\n\n\n.. |preout| raw:: html\n\n </pre>\n\n" + dir-tables: "{DIR[DTR,MRR,VPP]}" + data: + "vpp-mrr-results" + filter: "'MRR'" + parameters: + - "name" + - "doc" + - "level" + - "parent" + data-start-level: 3 # 0, 1, 2, ... + chapters-start-level: 2 # 0, 1, 2, ... + +- + type: "file" title: "VPP Functional Results" algorithm: "file_test_results" output-file-ext: ".rst" |