Add Danube 2.0 reporting status
[functest.git] / docs / results / danube / 1.0 / apex.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');var gaugeScenario7 = gauge('#gaugeScenario7');var gaugeScenario8 = gauge('#gaugeScenario8');var gaugeScenario9 = gauge('#gaugeScenario9');var gaugeScenario10 = gauge('#gaugeScenario10');var gaugeScenario11 = gauge('#gaugeScenario11');var gaugeScenario12 = gauge('#gaugeScenario12');
16
17         // assign success rate to the gauge
18         function updateReadings() {
19             gaugeScenario1.update(50.0);gaugeScenario2.update(83.3333333333);gaugeScenario3.update(83.3333333333);gaugeScenario4.update(66.6666666667);gaugeScenario5.update(58.3333333333);gaugeScenario6.update(96.9696969697);gaugeScenario7.update(20.0);gaugeScenario8.update(81.8181818182);gaugeScenario9.update(6.06060606061);gaugeScenario10.update(6.06060606061);gaugeScenario11.update(80.5555555556);gaugeScenario12.update(100.0);
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-fdio-noha
29        // Filter results
30         var trend1 = data.filter(function(row) {
31              return row["scenario"]=="os-nosdn-fdio-noha" && row["installer"]=="apex";
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-gluon-noha
41        // Filter results
42         var trend2 = data.filter(function(row) {
43              return row["scenario"]=="os-odl-gluon-noha" && row["installer"]=="apex";
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_l2-fdio-noha
53        // Filter results
54         var trend3 = data.filter(function(row) {
55              return row["scenario"]=="os-odl_l2-fdio-noha" && row["installer"]=="apex";
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_l3-fdio-noha
65        // Filter results
66         var trend4 = data.filter(function(row) {
67              return row["scenario"]=="os-odl_l3-fdio-noha" && row["installer"]=="apex";
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-odl-bgpvpn-ha
77        // Filter results
78         var trend5 = data.filter(function(row) {
79              return row["scenario"]=="os-odl-bgpvpn-ha" && row["installer"]=="apex";
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-kvm-ha
89        // Filter results
90         var trend6 = data.filter(function(row) {
91              return row["scenario"]=="os-nosdn-kvm-ha" && row["installer"]=="apex";
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         // ****************************************// for scenario os-nosdn-fdio-ha
101        // Filter results
102         var trend7 = data.filter(function(row) {
103              return row["scenario"]=="os-nosdn-fdio-ha" && row["installer"]=="apex";
104         })
105        // Parse the date
106         trend7.forEach(function(d) {
107             d.date = parseDate(d.date);
108             d.score = +d.score
109         });
110         // Draw the trend line
111         var mytrend = trend("#trend_svg7",trend7)
112         // ****************************************// for scenario os-odl_l3-nofeature-ha
113        // Filter results
114         var trend8 = data.filter(function(row) {
115              return row["scenario"]=="os-odl_l3-nofeature-ha" && row["installer"]=="apex";
116         })
117        // Parse the date
118         trend8.forEach(function(d) {
119             d.date = parseDate(d.date);
120             d.score = +d.score
121         });
122         // Draw the trend line
123         var mytrend = trend("#trend_svg8",trend8)
124         // ****************************************// for scenario os-odl_l3-ovs-ha
125        // Filter results
126         var trend9 = data.filter(function(row) {
127              return row["scenario"]=="os-odl_l3-ovs-ha" && row["installer"]=="apex";
128         })
129        // Parse the date
130         trend9.forEach(function(d) {
131             d.date = parseDate(d.date);
132             d.score = +d.score
133         });
134         // Draw the trend line
135         var mytrend = trend("#trend_svg9",trend9)
136         // ****************************************// for scenario os-nosdn-ovs-ha
137        // Filter results
138         var trend10 = data.filter(function(row) {
139              return row["scenario"]=="os-nosdn-ovs-ha" && row["installer"]=="apex";
140         })
141        // Parse the date
142         trend10.forEach(function(d) {
143             d.date = parseDate(d.date);
144             d.score = +d.score
145         });
146         // Draw the trend line
147         var mytrend = trend("#trend_svg10",trend10)
148         // ****************************************// for scenario os-odl_l2-fdio-ha
149        // Filter results
150         var trend11 = data.filter(function(row) {
151              return row["scenario"]=="os-odl_l2-fdio-ha" && row["installer"]=="apex";
152         })
153        // Parse the date
154         trend11.forEach(function(d) {
155             d.date = parseDate(d.date);
156             d.score = +d.score
157         });
158         // Draw the trend line
159         var mytrend = trend("#trend_svg11",trend11)
160         // ****************************************// for scenario os-nosdn-nofeature-ha
161        // Filter results
162         var trend12 = data.filter(function(row) {
163              return row["scenario"]=="os-nosdn-nofeature-ha" && row["installer"]=="apex";
164         })
165        // Parse the date
166         trend12.forEach(function(d) {
167             d.date = parseDate(d.date);
168             d.score = +d.score
169         });
170         // Draw the trend line
171         var mytrend = trend("#trend_svg12",trend12)
172         // ****************************************
173     });
174     if ( !window.isLoaded ) {
175         window.addEventListener("load", function() {
176                         onDocumentReady();
177         }, false);
178     } else {
179         onDocumentReady();
180     }
181 </script>
182 <script type="text/javascript">
183 $(document).ready(function (){
184     $(".btn-more").click(function() {
185         $(this).hide();
186         $(this).parent().find(".panel-default").show();
187     });
188 })
189 </script>
190
191   </head>
192     <body>
193     <div class="container">
194       <div class="masthead">
195         <h3 class="text-muted">Functest Danube 1.0 status page (2017-03-31 01:45)</h3>
196         <nav>
197           <ul class="nav nav-justified">
198             <li class="active"><a href="http://testresults.opnfv.org/reporting/index.html">Home</a></li>
199             <li><a href="./apex.html">Apex</a></li>
200             <li><a href="./compass.html">Compass</a></li>
201             <li><a href="./fuel.html">Fuel</a></li>
202             <li><a href="./joid.html">Joid</a></li>
203           </ul>
204         </nav>
205       </div>
206 <div class="row">
207     <div class="col-md-1"></div>
208     <div class="col-md-10">
209         <div class="page-header">
210             <h2>apex</h2>
211         </div>
212
213         <div class="scenario-overview">
214             <div class="panel-heading"><h4><b>List of last scenarios (danube) run over the last 10 days </b></h4></div>
215                 <table class="table">
216                     <tr>
217                         <th width="40%">Scenario</th>
218                         <th width="20%">Status</th>
219                         <th width="20%">Trend</th>
220                         <th width="10%">Score</th>
221                         <th width="10%">Iteration</th>
222                     </tr>
223                         <tr class="tr-ok">
224                                 <td><a href=http://testresultS.opnfv.org/reporting>os-nosdn-fdio-noha</a></td>
225                                 <td><div id="gaugeScenario1"></div></td>
226                                 <td><div id="trend_svg1"></div></td>
227                                 <td>15/30</td>
228                                 <td>2</td>
229                             </tr><tr class="tr-ok">
230                                 <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-apex-daily-danube-daily-danube/71/console>os-odl-gluon-noha</a></td>
231                                 <td><div id="gaugeScenario2"></div></td>
232                                 <td><div id="trend_svg2"></div></td>
233                                 <td>30/36</td>
234                                 <td>6</td>
235                             </tr><tr class="tr-ok">
236                                 <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-apex-daily-danube-daily-danube/72/console>os-odl_l2-fdio-noha</a></td>
237                                 <td><div id="gaugeScenario3"></div></td>
238                                 <td><div id="trend_svg3"></div></td>
239                                 <td>30/36</td>
240                                 <td>14</td>
241                             </tr><tr class="tr-ok">
242                                 <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-apex-daily-danube-daily-danube/75/console>os-odl_l3-fdio-noha</a></td>
243                                 <td><div id="gaugeScenario4"></div></td>
244                                 <td><div id="trend_svg4"></div></td>
245                                 <td>20/30</td>
246                                 <td>5</td>
247                             </tr><tr class="tr-ok">
248                                 <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-apex-daily-danube-daily-danube/70/console>os-odl-bgpvpn-ha</a></td>
249                                 <td><div id="gaugeScenario5"></div></td>
250                                 <td><div id="trend_svg5"></div></td>
251                                 <td>21/36</td>
252                                 <td>6</td>
253                             </tr><tr class="tr-ok">
254                                 <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-apex-daily-danube-daily-danube/74/console>os-nosdn-kvm-ha</a></td>
255                                 <td><div id="gaugeScenario6"></div></td>
256                                 <td><div id="trend_svg6"></div></td>
257                                 <td>32/33</td>
258                                 <td>5</td>
259                             </tr><tr class="tr-ok">
260                                 <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-apex-daily-danube-daily-danube/76/console>os-nosdn-fdio-ha</a></td>
261                                 <td><div id="gaugeScenario7"></div></td>
262                                 <td><div id="trend_svg7"></div></td>
263                                 <td>6/30</td>
264                                 <td>4</td>
265                             </tr><tr class="tr-ok">
266                                 <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-apex-daily-danube-daily-danube/69/console>os-odl_l3-nofeature-ha</a></td>
267                                 <td><div id="gaugeScenario8"></div></td>
268                                 <td><div id="trend_svg8"></div></td>
269                                 <td>27/33</td>
270                                 <td>6</td>
271                             </tr><tr class="tr-ok">
272                                 <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-apex-daily-danube-daily-danube/78/console>os-odl_l3-ovs-ha</a></td>
273                                 <td><div id="gaugeScenario9"></div></td>
274                                 <td><div id="trend_svg9"></div></td>
275                                 <td>2/33</td>
276                                 <td>1</td>
277                             </tr><tr class="tr-ok">
278                                 <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-apex-daily-danube-daily-danube/77/console>os-nosdn-ovs-ha</a></td>
279                                 <td><div id="gaugeScenario10"></div></td>
280                                 <td><div id="trend_svg10"></div></td>
281                                 <td>2/33</td>
282                                 <td>1</td>
283                             </tr><tr class="tr-ok">
284                                 <td><a href=http://testresultS.opnfv.org/reporting>os-odl_l2-fdio-ha</a></td>
285                                 <td><div id="gaugeScenario11"></div></td>
286                                 <td><div id="trend_svg11"></div></td>
287                                 <td>29/36</td>
288                                 <td>8</td>
289                             </tr><tr class="tr-ok">
290                                 <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-apex-daily-danube-daily-danube/79/console>os-nosdn-nofeature-ha</a></td>
291                                 <td><div id="gaugeScenario12"></div></td>
292                                 <td><div id="trend_svg12"></div></td>
293                                 <td>33/33</td>
294                                 <td>6</td>
295                             </tr>
296                         </table>
297         </div>
298
299
300         <div class="scenario-part">
301             <div class="page-header">
302                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-fdio-noha</b></h3>
303             </div>
304                     <div class="panel panel-default">
305                     <div class="panel-heading">
306                         <span class="panel-header-item">
307                         </span>
308                     </div>
309                     <table class="table">
310                         <tr>
311                             <th>
312                             Health (connection)
313
314                              </th><th>
315                             Health (api)
316
317                              </th><th>
318                             Health (dhcp)
319
320                              </th><th>
321                             vPing (ssh)
322
323                              </th><th>
324                             vPing (userdata)
325
326                              </th><th>
327                             Tempest (smoke)
328
329                              </th><th>
330                             Rally (smoke)
331
332                              </th><th>
333                             Refstack
334
335                              </th><th>
336                             SNAPS
337
338                              </th><th>
339                             Domino
340
341                              </th>
342                         </tr>
343                         <tr class="tr-weather-weather">
344                             <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-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-few-clouds.png"></td>
345                         </tr>
346                     </table>
347                 </div>
348         </div><div class="scenario-part">
349             <div class="page-header">
350                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl-gluon-noha</b></h3>
351             </div>
352                     <div class="panel panel-default">
353                     <div class="panel-heading">
354                         <span class="panel-header-item">
355                         </span>
356                     </div>
357                     <table class="table">
358                         <tr>
359                             <th>
360                             Health (connection)
361
362                              </th><th>
363                             Health (api)
364
365                              </th><th>
366                             Health (dhcp)
367
368                              </th><th>
369                             vPing (userdata)
370
371                              </th><th>
372                             Tempest (smoke)
373
374                              </th><th>
375                             Rally (smoke)
376
377                              </th><th>
378                             Refstack
379
380                              </th><th>
381                             ODL
382
383                              </th><th>
384                             SNAPS
385
386                              </th><th>
387                             Doctor
388
389                              </th><th>
390                             Domino
391
392                              </th><th>
393                             Netready
394
395                              </th>
396                         </tr>
397                         <tr class="tr-weather-weather">
398                             <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-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-few-clouds.png"></td>
399                         </tr>
400                     </table>
401                 </div>
402         </div><div class="scenario-part">
403             <div class="page-header">
404                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l2-fdio-noha</b></h3>
405             </div>
406                     <div class="panel panel-default">
407                     <div class="panel-heading">
408                         <span class="panel-header-item">
409                         </span>
410                     </div>
411                     <table class="table">
412                         <tr>
413                             <th>
414                             Health (connection)
415
416                              </th><th>
417                             Health (api)
418
419                              </th><th>
420                             Health (dhcp)
421
422                              </th><th>
423                             vPing (ssh)
424
425                              </th><th>
426                             vPing (userdata)
427
428                              </th><th>
429                             Tempest (smoke)
430
431                              </th><th>
432                             Rally (smoke)
433
434                              </th><th>
435                             Refstack
436
437                              </th><th>
438                             ODL
439
440                              </th><th>
441                             FDS
442
443                              </th><th>
444                             SNAPS
445
446                              </th><th>
447                             Domino
448
449                              </th>
450                         </tr>
451                         <tr class="tr-weather-weather">
452                             <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-storm.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><td><img src="../../img/weather-clear.png"></td>
453                         </tr>
454                     </table>
455                 </div>
456         </div><div class="scenario-part">
457             <div class="page-header">
458                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l3-fdio-noha</b></h3>
459             </div>
460                     <div class="panel panel-default">
461                     <div class="panel-heading">
462                         <span class="panel-header-item">
463                         </span>
464                     </div>
465                     <table class="table">
466                         <tr>
467                             <th>
468                             Health (connection)
469
470                              </th><th>
471                             Health (api)
472
473                              </th><th>
474                             Health (dhcp)
475
476                              </th><th>
477                             vPing (userdata)
478
479                              </th><th>
480                             Tempest (smoke)
481
482                              </th><th>
483                             Rally (smoke)
484
485                              </th><th>
486                             Refstack
487
488                              </th><th>
489                             ODL
490
491                              </th><th>
492                             SNAPS
493
494                              </th><th>
495                             Domino
496
497                              </th>
498                         </tr>
499                         <tr class="tr-weather-weather">
500                             <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-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-few-clouds.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-few-clouds.png"></td>
501                         </tr>
502                     </table>
503                 </div>
504         </div><div class="scenario-part">
505             <div class="page-header">
506                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl-bgpvpn-ha</b></h3>
507             </div>
508                     <div class="panel panel-default">
509                     <div class="panel-heading">
510                         <span class="panel-header-item">
511                         </span>
512                     </div>
513                     <table class="table">
514                         <tr>
515                             <th>
516                             Health (connection)
517
518                              </th><th>
519                             Health (api)
520
521                              </th><th>
522                             Health (dhcp)
523
524                              </th><th>
525                             vPing (userdata)
526
527                              </th><th>
528                             Tempest (smoke)
529
530                              </th><th>
531                             Rally (smoke)
532
533                              </th><th>
534                             Refstack
535
536                              </th><th>
537                             ODL
538
539                              </th><th>
540                             SNAPS
541
542                              </th><th>
543                             Doctor
544
545                              </th><th>
546                             bgpvpn
547
548                              </th><th>
549                             Domino
550
551                              </th>
552                         </tr>
553                         <tr class="tr-weather-weather">
554                             <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-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-few-clouds.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-few-clouds.png"></td>
555                         </tr>
556                     </table>
557                 </div>
558         </div><div class="scenario-part">
559             <div class="page-header">
560                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-kvm-ha</b></h3>
561             </div>
562                     <div class="panel panel-default">
563                     <div class="panel-heading">
564                         <span class="panel-header-item">
565                         </span>
566                     </div>
567                     <table class="table">
568                         <tr>
569                             <th>
570                             Health (connection)
571
572                              </th><th>
573                             Health (api)
574
575                              </th><th>
576                             Health (dhcp)
577
578                              </th><th>
579                             vPing (ssh)
580
581                              </th><th>
582                             vPing (userdata)
583
584                              </th><th>
585                             Tempest (smoke)
586
587                              </th><th>
588                             Rally (smoke)
589
590                              </th><th>
591                             Refstack
592
593                              </th><th>
594                             SNAPS
595
596                              </th><th>
597                             Doctor
598
599                              </th><th>
600                             Domino
601
602                              </th>
603                         </tr>
604                         <tr class="tr-weather-weather">
605                             <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><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td>
606                         </tr>
607                     </table>
608                 </div>
609         </div><div class="scenario-part">
610             <div class="page-header">
611                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-fdio-ha</b></h3>
612             </div>
613                     <div class="panel panel-default">
614                     <div class="panel-heading">
615                         <span class="panel-header-item">
616                         </span>
617                     </div>
618                     <table class="table">
619                         <tr>
620                             <th>
621                             Health (connection)
622
623                              </th><th>
624                             Health (api)
625
626                              </th><th>
627                             Health (dhcp)
628
629                              </th><th>
630                             vPing (ssh)
631
632                              </th><th>
633                             vPing (userdata)
634
635                              </th><th>
636                             Tempest (smoke)
637
638                              </th><th>
639                             Rally (smoke)
640
641                              </th><th>
642                             Refstack
643
644                              </th><th>
645                             SNAPS
646
647                              </th><th>
648                             Domino
649
650                              </th>
651                         </tr>
652                         <tr class="tr-weather-weather">
653                             <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-storm.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-storm.png"></td>
654                         </tr>
655                     </table>
656                 </div>
657         </div><div class="scenario-part">
658             <div class="page-header">
659                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l3-nofeature-ha</b></h3>
660             </div>
661                     <div class="panel panel-default">
662                     <div class="panel-heading">
663                         <span class="panel-header-item">
664                         </span>
665                     </div>
666                     <table class="table">
667                         <tr>
668                             <th>
669                             Health (connection)
670
671                              </th><th>
672                             Health (api)
673
674                              </th><th>
675                             Health (dhcp)
676
677                              </th><th>
678                             vPing (userdata)
679
680                              </th><th>
681                             Tempest (smoke)
682
683                              </th><th>
684                             Rally (smoke)
685
686                              </th><th>
687                             Refstack
688
689                              </th><th>
690                             ODL
691
692                              </th><th>
693                             SNAPS
694
695                              </th><th>
696                             Doctor
697
698                              </th><th>
699                             Domino
700
701                              </th>
702                         </tr>
703                         <tr class="tr-weather-weather">
704                             <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-overcast.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>
705                         </tr>
706                     </table>
707                 </div>
708         </div><div class="scenario-part">
709             <div class="page-header">
710                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l3-ovs-ha</b></h3>
711             </div>
712                     <div class="panel panel-default">
713                     <div class="panel-heading">
714                         <span class="panel-header-item">
715                         </span>
716                     </div>
717                     <table class="table">
718                         <tr>
719                             <th>
720                             Health (connection)
721
722                              </th><th>
723                             Health (api)
724
725                              </th><th>
726                             Health (dhcp)
727
728                              </th><th>
729                             vPing (userdata)
730
731                              </th><th>
732                             Tempest (smoke)
733
734                              </th><th>
735                             Rally (smoke)
736
737                              </th><th>
738                             Refstack
739
740                              </th><th>
741                             ODL
742
743                              </th><th>
744                             SNAPS
745
746                              </th><th>
747                             Doctor
748
749                              </th><th>
750                             Domino
751
752                              </th>
753                         </tr>
754                         <tr class="tr-weather-weather">
755                             <td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-overcast.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>
756                         </tr>
757                     </table>
758                 </div>
759         </div><div class="scenario-part">
760             <div class="page-header">
761                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-ovs-ha</b></h3>
762             </div>
763                     <div class="panel panel-default">
764                     <div class="panel-heading">
765                         <span class="panel-header-item">
766                         </span>
767                     </div>
768                     <table class="table">
769                         <tr>
770                             <th>
771                             Health (connection)
772
773                              </th><th>
774                             Health (api)
775
776                              </th><th>
777                             Health (dhcp)
778
779                              </th><th>
780                             vPing (ssh)
781
782                              </th><th>
783                             vPing (userdata)
784
785                              </th><th>
786                             Tempest (smoke)
787
788                              </th><th>
789                             Rally (smoke)
790
791                              </th><th>
792                             Refstack
793
794                              </th><th>
795                             SNAPS
796
797                              </th><th>
798                             Doctor
799
800                              </th><th>
801                             Domino
802
803                              </th>
804                         </tr>
805                         <tr class="tr-weather-weather">
806                             <td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-overcast.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>
807                         </tr>
808                     </table>
809                 </div>
810         </div><div class="scenario-part">
811             <div class="page-header">
812                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l2-fdio-ha</b></h3>
813             </div>
814                     <div class="panel panel-default">
815                     <div class="panel-heading">
816                         <span class="panel-header-item">
817                         </span>
818                     </div>
819                     <table class="table">
820                         <tr>
821                             <th>
822                             Health (connection)
823
824                              </th><th>
825                             Health (api)
826
827                              </th><th>
828                             Health (dhcp)
829
830                              </th><th>
831                             vPing (ssh)
832
833                              </th><th>
834                             vPing (userdata)
835
836                              </th><th>
837                             Tempest (smoke)
838
839                              </th><th>
840                             Rally (smoke)
841
842                              </th><th>
843                             Refstack
844
845                              </th><th>
846                             ODL
847
848                              </th><th>
849                             FDS
850
851                              </th><th>
852                             SNAPS
853
854                              </th><th>
855                             Domino
856
857                              </th>
858                         </tr>
859                         <tr class="tr-weather-weather">
860                             <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-overcast.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td>
861                         </tr>
862                     </table>
863                 </div>
864         </div><div class="scenario-part">
865             <div class="page-header">
866                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-nofeature-ha</b></h3>
867             </div>
868                     <div class="panel panel-default">
869                     <div class="panel-heading">
870                         <span class="panel-header-item">
871                         </span>
872                     </div>
873                     <table class="table">
874                         <tr>
875                             <th>
876                             Health (connection)
877
878                              </th><th>
879                             Health (api)
880
881                              </th><th>
882                             Health (dhcp)
883
884                              </th><th>
885                             vPing (ssh)
886
887                              </th><th>
888                             vPing (userdata)
889
890                              </th><th>
891                             Tempest (smoke)
892
893                              </th><th>
894                             Rally (smoke)
895
896                              </th><th>
897                             Refstack
898
899                              </th><th>
900                             SNAPS
901
902                              </th><th>
903                             Doctor
904
905                              </th><th>
906                             Domino
907
908                              </th>
909                         </tr>
910                         <tr class="tr-weather-weather">
911                             <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>
912                         </tr>
913                     </table>
914                 </div>
915         </div>
916     see <a href="https://wiki.opnfv.org/pages/viewpage.action?pageId=6828617">Functest scoring wiki page</a> for details on scenario scoring
917     </div>
918     <div class="col-md-1"></div>
919 </div>