Merge "Change PTL informatin in INFO"
[bottlenecks.git] / testsuites / vstf / vstf_scripts / etc / vstf / reporter / reporters.template-settings
1 {
2     "theme":{
3         "style": "default",
4         "title": ["Virtual Switch Test Framework Report", "Scenario Tn"],
5         "logo": ["/root/workspace/esp-atf-2/vstf/controller/res/logo.jpg"],
6         "header": [""],
7         "footer": [""],
8         "note": [""]
9     },
10     "contents":{
11         "enable": true
12     },
13     "context":{
14         "01##chapter#1": {
15             "01##title#1": ["System Environment"],
16             "02##table#1": None
17         },
18         "02##chapter#2": {
19             "01##title#1": ["Scenario Result"],
20             "02##section#1": {
21                 "01##title#2": ["Case: Tn-1"],
22                 "02##paragraph#2": ["Parameter"],
23                 "03##paragraph#2": ["test tool: pktgen", "vswitch: ovs", "protocol: udp", "type: frameloss" ],
24                 "04##paragraph#2": ["Result"],
25                 "05##table#1":[
26                     ["FrameSize (bytes)", "Bandwidth(Mpps)", "Load(%)", "CPU Usage(%)", "Mpps/Ghz"],
27                     ["64", "", "", "", "", ""]
28                 ],
29                 "06##plot#1":[
30                     ["64", "", "", "", "", ""]
31                 ]
32             }
33         }
34
35     }
36 }