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