Unlink Functest and FDS tags
[functest.git] / docs / results / danube / 3.0 / compass.html
1  <html>
2   <head>
3     <meta charset="utf-8">
4
5     <!-- Bootstrap core CSS -->
6     <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
7     <link href="../../js/default.css" rel="stylesheet">
8     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
9     <script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
10     <script type="text/javascript" src="http://d3js.org/d3.v2.min.js"></script>
11     <script type="text/javascript" src="../../js/gauge.js"></script>
12     <script type="text/javascript" src="../../js/trend.js"></script>
13     <script>
14     function onDocumentReady() {
15         // Gauge management
16         var gaugeScenario1 = gauge('#gaugeScenario1');var gaugeScenario2 = gauge('#gaugeScenario2');var gaugeScenario3 = gauge('#gaugeScenario3');var gaugeScenario4 = gauge('#gaugeScenario4');var gaugeScenario5 = gauge('#gaugeScenario5');
17
18         // assign success rate to the gauge
19         function updateReadings() {
20             gaugeScenario1.update(87.8787878788);gaugeScenario2.update(84.8484848485);gaugeScenario3.update(76.6666666667);gaugeScenario4.update(96.6666666667);gaugeScenario5.update(55.5555555556);
21         }
22         updateReadings();
23         }
24
25         // trend line management
26         d3.csv("./scenario_history.txt", function(data) {
27        // ***************************************
28        // Create the trend line
29       // for scenario os-odl_l2-nofeature-ha
30        // Filter results
31         var trend1 = data.filter(function(row) {
32              return row["scenario"]=="os-odl_l2-nofeature-ha" && row["installer"]=="compass";
33         })
34        // Parse the date
35         trend1.forEach(function(d) {
36             d.date = parseDate(d.date);
37             d.score = +d.score
38         });
39         // Draw the trend line
40         var mytrend = trend("#trend_svg1",trend1)
41         // ****************************************// for scenario os-onos-nofeature-ha
42        // Filter results
43         var trend2 = data.filter(function(row) {
44              return row["scenario"]=="os-onos-nofeature-ha" && row["installer"]=="compass";
45         })
46        // Parse the date
47         trend2.forEach(function(d) {
48             d.date = parseDate(d.date);
49             d.score = +d.score
50         });
51         // Draw the trend line
52         var mytrend = trend("#trend_svg2",trend2)
53         // ****************************************// for scenario os-odl_l3-nofeature-ha
54        // Filter results
55         var trend3 = data.filter(function(row) {
56              return row["scenario"]=="os-odl_l3-nofeature-ha" && row["installer"]=="compass";
57         })
58        // Parse the date
59         trend3.forEach(function(d) {
60             d.date = parseDate(d.date);
61             d.score = +d.score
62         });
63         // Draw the trend line
64         var mytrend = trend("#trend_svg3",trend3)
65         // ****************************************// for scenario os-nosdn-nofeature-ha
66        // Filter results
67         var trend4 = data.filter(function(row) {
68              return row["scenario"]=="os-nosdn-nofeature-ha" && row["installer"]=="compass";
69         })
70        // Parse the date
71         trend4.forEach(function(d) {
72             d.date = parseDate(d.date);
73             d.score = +d.score
74         });
75         // Draw the trend line
76         var mytrend = trend("#trend_svg4",trend4)
77         // ****************************************// for scenario os-onos-sfc-ha
78        // Filter results
79         var trend5 = data.filter(function(row) {
80              return row["scenario"]=="os-onos-sfc-ha" && row["installer"]=="compass";
81         })
82        // Parse the date
83         trend5.forEach(function(d) {
84             d.date = parseDate(d.date);
85             d.score = +d.score
86         });
87         // Draw the trend line
88         var mytrend = trend("#trend_svg5",trend5)
89         // ****************************************
90     });
91     if ( !window.isLoaded ) {
92         window.addEventListener("load", function() {
93                         onDocumentReady();
94         }, false);
95     } else {
96         onDocumentReady();
97     }
98 </script>
99 <script type="text/javascript">
100 $(document).ready(function (){
101     $(".btn-more").click(function() {
102         $(this).hide();
103         $(this).parent().find(".panel-default").show();
104     });
105 })
106 </script>
107
108   </head>
109     <body>
110     <div class="container">
111       <div class="masthead">
112         <h3 class="text-muted">Functest status page (danube 3.0, 2017-07-13 01:45)</h3>
113         <nav>
114           <ul class="nav nav-justified">
115             <li class="active"><a href="http://testresults.opnfv.org/reporting/index.html">Home</a></li>
116             <li><a href="apex.html">Apex</a></li>
117             <li><a href="compass.html">Compass</a></li>
118             <li><a href="fuel.html">Fuel</a></li>
119             <li><a href="joid.html">Joid</a></li>
120           </ul>
121         </nav>
122       </div>
123 <div class="row">
124     <div class="col-md-1"></div>
125     <div class="col-md-10">
126         <div class="page-header">
127             <h2>compass</h2>
128         </div>
129
130         <div class="scenario-overview">
131             <div class="panel-heading"><h4><b>List of Danube 3.0 scenarios (4-14/7/2017) </b></h4></div>
132                 <table class="table">
133                     <tr>
134                         <th width="40%">Scenario</th>
135                         <th width="20%">Status</th>
136                         <th width="20%">Trend</th>
137                         <th width="10%">Score</th>
138                         <th width="10%">Iteration</th>
139                     </tr>
140                         <tr class="tr-ok">
141                                 <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-danube/454/console>os-odl_l2-nofeature-ha</a></td>
142                                 <td><div id="gaugeScenario1"></div></td>
143                                 <td><div id="trend_svg1"></div></td>
144                                 <td>29/33</td>
145                                 <td>11</td>
146                             </tr><tr class="tr-ok">
147                                 <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-danube/481/console>os-onos-nofeature-ha</a></td>
148                                 <td><div id="gaugeScenario2"></div></td>
149                                 <td><div id="trend_svg2"></div></td>
150                                 <td>28/33</td>
151                                 <td>11</td>
152                             </tr><tr class="tr-ok">
153                                 <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-danube/482/console>os-odl_l3-nofeature-ha</a></td>
154                                 <td><div id="gaugeScenario3"></div></td>
155                                 <td><div id="trend_svg3"></div></td>
156                                 <td>23/30</td>
157                                 <td>7</td>
158                             </tr><tr class="tr-ok">
159                                 <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-danube/484/console>os-nosdn-nofeature-ha</a></td>
160                                 <td><div id="gaugeScenario4"></div></td>
161                                 <td><div id="trend_svg4"></div></td>
162                                 <td>29/30</td>
163                                 <td>12</td>
164                             </tr><tr class="tr-ok">
165                                 <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-danube/453/console>os-onos-sfc-ha</a></td>
166                                 <td><div id="gaugeScenario5"></div></td>
167                                 <td><div id="trend_svg5"></div></td>
168                                 <td>20/36</td>
169                                 <td>10</td>
170                             </tr>
171                         </table>
172         </div>
173
174
175         <div class="scenario-part">
176             <div class="page-header">
177                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l2-nofeature-ha</b></h3>
178             </div>
179                     <div class="panel panel-default">
180                     <div class="panel-heading">
181                         <span class="panel-header-item">
182                         </span>
183                     </div>
184                     <table class="table">
185                         <tr>
186                             <th>
187                             Health (connection)
188
189                              </th><th>
190                             Health (api)
191
192                              </th><th>
193                             Health (dhcp)
194
195                              </th><th>
196                             vPing (ssh)
197
198                              </th><th>
199                             vPing (userdata)
200
201                              </th><th>
202                             Tempest (smoke)
203
204                              </th><th>
205                             Rally (smoke)
206
207                              </th><th>
208                             Refstack
209
210                              </th><th>
211                             ODL
212
213                              </th><th>
214                             SNAPS
215
216                              </th><th>
217                             Domino
218
219                              </th>
220                         </tr>
221                         <tr class="tr-weather-weather">
222                             <td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td>
223                         </tr>
224                     </table>
225                 </div>
226         </div><div class="scenario-part">
227             <div class="page-header">
228                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-onos-nofeature-ha</b></h3>
229             </div>
230                     <div class="panel panel-default">
231                     <div class="panel-heading">
232                         <span class="panel-header-item">
233                         </span>
234                     </div>
235                     <table class="table">
236                         <tr>
237                             <th>
238                             Health (connection)
239
240                              </th><th>
241                             Health (api)
242
243                              </th><th>
244                             Health (dhcp)
245
246                              </th><th>
247                             vPing (ssh)
248
249                              </th><th>
250                             vPing (userdata)
251
252                              </th><th>
253                             Tempest (smoke)
254
255                              </th><th>
256                             Rally (smoke)
257
258                              </th><th>
259                             Refstack
260
261                              </th><th>
262                             ONOS
263
264                              </th><th>
265                             SNAPS
266
267                              </th><th>
268                             Domino
269
270                              </th>
271                         </tr>
272                         <tr class="tr-weather-weather">
273                             <td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td>
274                         </tr>
275                     </table>
276                 </div>
277         </div><div class="scenario-part">
278             <div class="page-header">
279                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l3-nofeature-ha</b></h3>
280             </div>
281                     <div class="panel panel-default">
282                     <div class="panel-heading">
283                         <span class="panel-header-item">
284                         </span>
285                     </div>
286                     <table class="table">
287                         <tr>
288                             <th>
289                             Health (connection)
290
291                              </th><th>
292                             Health (api)
293
294                              </th><th>
295                             Health (dhcp)
296
297                              </th><th>
298                             vPing (userdata)
299
300                              </th><th>
301                             Tempest (smoke)
302
303                              </th><th>
304                             Rally (smoke)
305
306                              </th><th>
307                             Refstack
308
309                              </th><th>
310                             ODL
311
312                              </th><th>
313                             SNAPS
314
315                              </th><th>
316                             Domino
317
318                              </th>
319                         </tr>
320                         <tr class="tr-weather-weather">
321                             <td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-clear.png"></td>
322                         </tr>
323                     </table>
324                 </div>
325         </div><div class="scenario-part">
326             <div class="page-header">
327                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-nofeature-ha</b></h3>
328             </div>
329                     <div class="panel panel-default">
330                     <div class="panel-heading">
331                         <span class="panel-header-item">
332                         </span>
333                     </div>
334                     <table class="table">
335                         <tr>
336                             <th>
337                             Health (connection)
338
339                              </th><th>
340                             Health (api)
341
342                              </th><th>
343                             Health (dhcp)
344
345                              </th><th>
346                             vPing (ssh)
347
348                              </th><th>
349                             vPing (userdata)
350
351                              </th><th>
352                             Tempest (smoke)
353
354                              </th><th>
355                             Rally (smoke)
356
357                              </th><th>
358                             Refstack
359
360                              </th><th>
361                             SNAPS
362
363                              </th><th>
364                             Domino
365
366                              </th>
367                         </tr>
368                         <tr class="tr-weather-weather">
369                             <td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-clear.png"></td>
370                         </tr>
371                     </table>
372                 </div>
373         </div><div class="scenario-part">
374             <div class="page-header">
375                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-onos-sfc-ha</b></h3>
376             </div>
377                     <div class="panel panel-default">
378                     <div class="panel-heading">
379                         <span class="panel-header-item">
380                         </span>
381                     </div>
382                     <table class="table">
383                         <tr>
384                             <th>
385                             Health (connection)
386
387                              </th><th>
388                             Health (api)
389
390                              </th><th>
391                             Health (dhcp)
392
393                              </th><th>
394                             vPing (ssh)
395
396                              </th><th>
397                             vPing (userdata)
398
399                              </th><th>
400                             Tempest (smoke)
401
402                              </th><th>
403                             Rally (smoke)
404
405                              </th><th>
406                             Refstack
407
408                              </th><th>
409                             ONOS
410
411                              </th><th>
412                             SNAPS
413
414                              </th><th>
415                             SFC
416
417                              </th><th>
418                             Domino
419
420                              </th>
421                         </tr>
422                         <tr class="tr-weather-weather">
423                             <td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-storm.png"></td>
424                         </tr>
425                     </table>
426                 </div>
427         </div>
428     see <a href="https://wiki.opnfv.org/pages/viewpage.action?pageId=6828617">Functest scoring wiki page</a> for details on scenario scoring
429      <div> <br>
430     <a href="./status-compass.pdf" class="myButtonPdf">Export to PDF</a>   <a href="./scenario_history_compass.txt" class="myButtonCSV">Export to CSV</a>
431     </div>
432     </div>
433     <div class="col-md-1"></div>
434 </div>