Fix 1 typo in dockerslicing.md
[functest.git] / docs / results / danube / 1.0 / compass.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(76.6666666667);gaugeScenario2.update(10.0);gaugeScenario3.update(84.8484848485);gaugeScenario4.update(84.8484848485);gaugeScenario5.update(93.3333333333);gaugeScenario6.update(96.6666666667);
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-odl_l3-nofeature-ha
29        // Filter results
30         var trend1 = data.filter(function(row) {
31              return row["scenario"]=="os-odl_l3-nofeature-ha" && row["installer"]=="compass";
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-ocl-nofeature-ha
41        // Filter results
42         var trend2 = data.filter(function(row) {
43              return row["scenario"]=="os-ocl-nofeature-ha" && row["installer"]=="compass";
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-onos-nofeature-ha
53        // Filter results
54         var trend3 = data.filter(function(row) {
55              return row["scenario"]=="os-onos-nofeature-ha" && row["installer"]=="compass";
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-odl_l2-nofeature-ha
65        // Filter results
66         var trend4 = data.filter(function(row) {
67              return row["scenario"]=="os-odl_l2-nofeature-ha" && row["installer"]=="compass";
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-openo-ha
77        // Filter results
78         var trend5 = data.filter(function(row) {
79              return row["scenario"]=="os-nosdn-openo-ha" && row["installer"]=="compass";
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"]=="compass";
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 Danube 1.0 status page (2017-03-31 01:45)</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="./fuel.html">Fuel</a></li>
130             <li><a href="./joid.html">Joid</a></li>
131           </ul>
132         </nav>
133       </div>
134 <div class="row">
135     <div class="col-md-1"></div>
136     <div class="col-md-10">
137         <div class="page-header">
138             <h2>compass</h2>
139         </div>
140
141         <div class="scenario-overview">
142             <div class="panel-heading"><h4><b>List of last scenarios (danube) run over the last 10 days </b></h4></div>
143                 <table class="table">
144                     <tr>
145                         <th width="40%">Scenario</th>
146                         <th width="20%">Status</th>
147                         <th width="20%">Trend</th>
148                         <th width="10%">Score</th>
149                         <th width="10%">Iteration</th>
150                     </tr>
151                         <tr class="tr-ok">
152                                 <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-danube/79/console>os-odl_l3-nofeature-ha</a></td>
153                                 <td><div id="gaugeScenario1"></div></td>
154                                 <td><div id="trend_svg1"></div></td>
155                                 <td>23/30</td>
156                                 <td>18</td>
157                             </tr><tr class="tr-ok">
158                                 <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-danube/71/console>os-ocl-nofeature-ha</a></td>
159                                 <td><div id="gaugeScenario2"></div></td>
160                                 <td><div id="trend_svg2"></div></td>
161                                 <td>3/30</td>
162                                 <td>8</td>
163                             </tr><tr class="tr-ok">
164                                 <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-danube/67/console>os-onos-nofeature-ha</a></td>
165                                 <td><div id="gaugeScenario3"></div></td>
166                                 <td><div id="trend_svg3"></div></td>
167                                 <td>28/33</td>
168                                 <td>20</td>
169                             </tr><tr class="tr-ok">
170                                 <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-danube/69/console>os-odl_l2-nofeature-ha</a></td>
171                                 <td><div id="gaugeScenario4"></div></td>
172                                 <td><div id="trend_svg4"></div></td>
173                                 <td>28/33</td>
174                                 <td>20</td>
175                             </tr><tr class="tr-ok">
176                                 <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-danube/77/console>os-nosdn-openo-ha</a></td>
177                                 <td><div id="gaugeScenario5"></div></td>
178                                 <td><div id="trend_svg5"></div></td>
179                                 <td>28/30</td>
180                                 <td>19</td>
181                             </tr><tr class="tr-ok">
182                                 <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-danube/70/console>os-nosdn-nofeature-ha</a></td>
183                                 <td><div id="gaugeScenario6"></div></td>
184                                 <td><div id="trend_svg6"></div></td>
185                                 <td>29/30</td>
186                                 <td>19</td>
187                             </tr>
188                         </table>
189         </div>
190
191
192         <div class="scenario-part">
193             <div class="page-header">
194                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l3-nofeature-ha</b></h3>
195             </div>
196                     <div class="panel panel-default">
197                     <div class="panel-heading">
198                         <span class="panel-header-item">
199                         </span>
200                     </div>
201                     <table class="table">
202                         <tr>
203                             <th>
204                             Health (connection)
205
206                              </th><th>
207                             Health (api)
208
209                              </th><th>
210                             Health (dhcp)
211
212                              </th><th>
213                             vPing (userdata)
214
215                              </th><th>
216                             Tempest (smoke)
217
218                              </th><th>
219                             Rally (smoke)
220
221                              </th><th>
222                             Refstack
223
224                              </th><th>
225                             ODL
226
227                              </th><th>
228                             SNAPS
229
230                              </th><th>
231                             Domino
232
233                              </th>
234                         </tr>
235                         <tr class="tr-weather-weather">
236                             <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-few-clouds.png"></td><td><img src="../../img/weather-overcast.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>
237                         </tr>
238                     </table>
239                 </div>
240         </div><div class="scenario-part">
241             <div class="page-header">
242                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-ocl-nofeature-ha</b></h3>
243             </div>
244                     <div class="panel panel-default">
245                     <div class="panel-heading">
246                         <span class="panel-header-item">
247                         </span>
248                     </div>
249                     <table class="table">
250                         <tr>
251                             <th>
252                             Health (connection)
253
254                              </th><th>
255                             Health (api)
256
257                              </th><th>
258                             Health (dhcp)
259
260                              </th><th>
261                             vPing (ssh)
262
263                              </th><th>
264                             vPing (userdata)
265
266                              </th><th>
267                             Tempest (smoke)
268
269                              </th><th>
270                             Rally (smoke)
271
272                              </th><th>
273                             Refstack
274
275                              </th><th>
276                             SNAPS
277
278                              </th><th>
279                             Domino
280
281                              </th>
282                         </tr>
283                         <tr class="tr-weather-weather">
284                             <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-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>
285                         </tr>
286                     </table>
287                 </div>
288         </div><div class="scenario-part">
289             <div class="page-header">
290                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-onos-nofeature-ha</b></h3>
291             </div>
292                     <div class="panel panel-default">
293                     <div class="panel-heading">
294                         <span class="panel-header-item">
295                         </span>
296                     </div>
297                     <table class="table">
298                         <tr>
299                             <th>
300                             Health (connection)
301
302                              </th><th>
303                             Health (api)
304
305                              </th><th>
306                             Health (dhcp)
307
308                              </th><th>
309                             vPing (ssh)
310
311                              </th><th>
312                             vPing (userdata)
313
314                              </th><th>
315                             Tempest (smoke)
316
317                              </th><th>
318                             Rally (smoke)
319
320                              </th><th>
321                             Refstack
322
323                              </th><th>
324                             ONOS
325
326                              </th><th>
327                             SNAPS
328
329                              </th><th>
330                             Domino
331
332                              </th>
333                         </tr>
334                         <tr class="tr-weather-weather">
335                             <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-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-clear.png"></td>
336                         </tr>
337                     </table>
338                 </div>
339         </div><div class="scenario-part">
340             <div class="page-header">
341                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l2-nofeature-ha</b></h3>
342             </div>
343                     <div class="panel panel-default">
344                     <div class="panel-heading">
345                         <span class="panel-header-item">
346                         </span>
347                     </div>
348                     <table class="table">
349                         <tr>
350                             <th>
351                             Health (connection)
352
353                              </th><th>
354                             Health (api)
355
356                              </th><th>
357                             Health (dhcp)
358
359                              </th><th>
360                             vPing (ssh)
361
362                              </th><th>
363                             vPing (userdata)
364
365                              </th><th>
366                             Tempest (smoke)
367
368                              </th><th>
369                             Rally (smoke)
370
371                              </th><th>
372                             Refstack
373
374                              </th><th>
375                             ODL
376
377                              </th><th>
378                             SNAPS
379
380                              </th><th>
381                             Domino
382
383                              </th>
384                         </tr>
385                         <tr class="tr-weather-weather">
386                             <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-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-few-clouds.png"></td><td><img src="../../img/weather-clear.png"></td>
387                         </tr>
388                     </table>
389                 </div>
390         </div><div class="scenario-part">
391             <div class="page-header">
392                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-openo-ha</b></h3>
393             </div>
394                     <div class="panel panel-default">
395                     <div class="panel-heading">
396                         <span class="panel-header-item">
397                         </span>
398                     </div>
399                     <table class="table">
400                         <tr>
401                             <th>
402                             Health (connection)
403
404                              </th><th>
405                             Health (api)
406
407                              </th><th>
408                             Health (dhcp)
409
410                              </th><th>
411                             vPing (ssh)
412
413                              </th><th>
414                             vPing (userdata)
415
416                              </th><th>
417                             Tempest (smoke)
418
419                              </th><th>
420                             Rally (smoke)
421
422                              </th><th>
423                             Refstack
424
425                              </th><th>
426                             SNAPS
427
428                              </th><th>
429                             Domino
430
431                              </th>
432                         </tr>
433                         <tr class="tr-weather-weather">
434                             <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-clear.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-clear.png"></td>
435                         </tr>
436                     </table>
437                 </div>
438         </div><div class="scenario-part">
439             <div class="page-header">
440                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-nofeature-ha</b></h3>
441             </div>
442                     <div class="panel panel-default">
443                     <div class="panel-heading">
444                         <span class="panel-header-item">
445                         </span>
446                     </div>
447                     <table class="table">
448                         <tr>
449                             <th>
450                             Health (connection)
451
452                              </th><th>
453                             Health (api)
454
455                              </th><th>
456                             Health (dhcp)
457
458                              </th><th>
459                             vPing (ssh)
460
461                              </th><th>
462                             vPing (userdata)
463
464                              </th><th>
465                             Tempest (smoke)
466
467                              </th><th>
468                             Rally (smoke)
469
470                              </th><th>
471                             Refstack
472
473                              </th><th>
474                             SNAPS
475
476                              </th><th>
477                             Domino
478
479                              </th>
480                         </tr>
481                         <tr class="tr-weather-weather">
482                             <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>
483                         </tr>
484                     </table>
485                 </div>
486         </div>
487     see <a href="https://wiki.opnfv.org/pages/viewpage.action?pageId=6828617">Functest scoring wiki page</a> for details on scenario scoring
488   </div>
489     <div class="col-md-1"></div>
490 </div>