Clean tabs and trailing blanks
[functest.git] / docs / results / euphrates / 5.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');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(96.2962962963);gaugeScenario2.update(66.6666666667);gaugeScenario3.update(80.0);gaugeScenario4.update(77.7777777778);gaugeScenario5.update(96.2962962963);gaugeScenario6.update(86.6666666667);gaugeScenario7.update(96.2962962963);gaugeScenario8.update(11.1111111111);gaugeScenario9.update(11.1111111111);gaugeScenario10.update(77.7777777778);gaugeScenario11.update(86.6666666667);gaugeScenario12.update(88.8888888889);
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-kvm-noha
29        // Filter results
30         var trend1 = data.filter(function(row) {
31              return row["scenario"]=="os-nosdn-kvm-noha" && 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-odl-sfc-noha
41        // Filter results
42         var trend2 = data.filter(function(row) {
43              return row["scenario"]=="os-odl-sfc-noha" && 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-odl_l2-moon-noha
53        // Filter results
54         var trend3 = data.filter(function(row) {
55              return row["scenario"]=="os-odl_l2-moon-noha" && 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_l3-nofeature-ha
65        // Filter results
66         var trend4 = data.filter(function(row) {
67              return row["scenario"]=="os-odl_l3-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-kvm-ha
77        // Filter results
78         var trend5 = data.filter(function(row) {
79              return row["scenario"]=="os-nosdn-kvm-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-odl-sfc-ha
89        // Filter results
90         var trend6 = data.filter(function(row) {
91              return row["scenario"]=="os-odl-sfc-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         // ****************************************// for scenario os-nosdn-nofeature-noha
101        // Filter results
102         var trend7 = data.filter(function(row) {
103              return row["scenario"]=="os-nosdn-nofeature-noha" && row["installer"]=="compass";
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-nosdn-ovs_dpdk-ha
113        // Filter results
114         var trend8 = data.filter(function(row) {
115              return row["scenario"]=="os-nosdn-ovs_dpdk-ha" && row["installer"]=="compass";
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-nosdn-ovs_dpdk-noha
125        // Filter results
126         var trend9 = data.filter(function(row) {
127              return row["scenario"]=="os-nosdn-ovs_dpdk-noha" && row["installer"]=="compass";
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-odl_l3-nofeature-noha
137        // Filter results
138         var trend10 = data.filter(function(row) {
139              return row["scenario"]=="os-odl_l3-nofeature-noha" && row["installer"]=="compass";
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-moon-ha
149        // Filter results
150         var trend11 = data.filter(function(row) {
151              return row["scenario"]=="os-odl_l2-moon-ha" && row["installer"]=="compass";
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"]=="compass";
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 status page (euphrates, 2017-10-20 08:41)</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="./daisy.html">Daisy</a></li>
202             <li><a href="./fuel@x86.html">Fuel@x86</a></li>
203             <li><a href="./fuel@aarch64.html">Fuel@aarch64</a></li>
204             <li><a href="./joid.html">Joid</a></li>
205           </ul>
206         </nav>
207       </div>
208 <div class="row">
209     <div class="col-md-1"></div>
210     <div class="col-md-10">
211         <div class="page-header">
212             <h2>compass</h2>
213         </div>
214
215         <div class="scenario-overview">
216             <div class="panel-heading"><h4><b>List of last scenarios (euphrates) run over the last 10 days </b></h4></div>
217                 <table class="table">
218                     <tr>
219                         <th width="40%">HA Scenario</th>
220                         <th width="20%">Status</th>
221                         <th width="20%">Trend</th>
222                         <th width="10%">Score</th>
223                         <th width="10%">Iteration</th>
224                     </tr>
225                         <tr class="tr-ok">
226
227                             </tr><tr class="tr-ok">
228
229                             </tr><tr class="tr-ok">
230
231                             </tr><tr class="tr-ok">
232                             <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-euphrates/81/console>os-odl_l3-nofeature-ha</a></td>
233                                 <td><div id="gaugeScenario4"></div></td>
234                                 <td><div id="trend_svg4"></div></td>
235                                 <td>21/27</td>
236                                 <td>6</td>
237                             </tr><tr class="tr-ok">
238                             <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-euphrates/84/console>os-nosdn-kvm-ha</a></td>
239                                 <td><div id="gaugeScenario5"></div></td>
240                                 <td><div id="trend_svg5"></div></td>
241                                 <td>26/27</td>
242                                 <td>9</td>
243                             </tr><tr class="tr-ok">
244                             <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-euphrates/87/console>os-odl-sfc-ha</a></td>
245                                 <td><div id="gaugeScenario6"></div></td>
246                                 <td><div id="trend_svg6"></div></td>
247                                 <td>26/30</td>
248                                 <td>9</td>
249                             </tr><tr class="tr-ok">
250
251                             </tr><tr class="tr-ok">
252                             <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-euphrates/72/console>os-nosdn-ovs_dpdk-ha</a></td>
253                                 <td><div id="gaugeScenario8"></div></td>
254                                 <td><div id="trend_svg8"></div></td>
255                                 <td>2/18</td>
256                                 <td>3</td>
257                             </tr><tr class="tr-ok">
258
259                             </tr><tr class="tr-ok">
260
261                             </tr><tr class="tr-ok">
262                             <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-euphrates/24/console>os-odl_l2-moon-ha</a></td>
263                                 <td><div id="gaugeScenario11"></div></td>
264                                 <td><div id="trend_svg11"></div></td>
265                                 <td>26/30</td>
266                                 <td>8</td>
267                             </tr><tr class="tr-ok">
268                             <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-euphrates/78/console>os-nosdn-nofeature-ha</a></td>
269                                 <td><div id="gaugeScenario12"></div></td>
270                                 <td><div id="trend_svg12"></div></td>
271                                 <td>24/27</td>
272                                 <td>9</td>
273                             </tr>
274                             <br>
275                 </table>
276                 <br>
277                <table class="table">
278                     <tr>
279                         <th width="40%">NOHA Scenario</th>
280                         <th width="20%">Status</th>
281                         <th width="20%">Trend</th>
282                         <th width="10%">Score</th>
283                         <th width="10%">Iteration</th>
284                     </tr>
285                         <tr class="tr-ok">
286                             <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-euphrates/83/console>os-nosdn-kvm-noha</a></td>
287                                 <td><div id="gaugeScenario1"></div></td>
288                                 <td><div id="trend_svg1"></div></td>
289                                 <td>26/27</td>
290                                 <td>7</td>
291                             </tr><tr class="tr-ok">
292                             <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-euphrates/77/console>os-odl-sfc-noha</a></td>
293                                 <td><div id="gaugeScenario2"></div></td>
294                                 <td><div id="trend_svg2"></div></td>
295                                 <td>20/30</td>
296                                 <td>4</td>
297                             </tr><tr class="tr-ok">
298                             <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-euphrates/79/console>os-odl_l2-moon-noha</a></td>
299                                 <td><div id="gaugeScenario3"></div></td>
300                                 <td><div id="trend_svg3"></div></td>
301                                 <td>24/30</td>
302                                 <td>4</td>
303                             </tr><tr class="tr-ok">
304
305                             </tr><tr class="tr-ok">
306
307                             </tr><tr class="tr-ok">
308
309                             </tr><tr class="tr-ok">
310                             <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-euphrates/86/console>os-nosdn-nofeature-noha</a></td>
311                                 <td><div id="gaugeScenario7"></div></td>
312                                 <td><div id="trend_svg7"></div></td>
313                                 <td>26/27</td>
314                                 <td>6</td>
315                             </tr><tr class="tr-ok">
316
317                             </tr><tr class="tr-ok">
318                             <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-euphrates/82/console>os-nosdn-ovs_dpdk-noha</a></td>
319                                 <td><div id="gaugeScenario9"></div></td>
320                                 <td><div id="trend_svg9"></div></td>
321                                 <td>3/27</td>
322                                 <td>6</td>
323                             </tr><tr class="tr-ok">
324                             <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-euphrates/55/console>os-odl_l3-nofeature-noha</a></td>
325                                 <td><div id="gaugeScenario10"></div></td>
326                                 <td><div id="trend_svg10"></div></td>
327                                 <td>14/18</td>
328                                 <td>3</td>
329                             </tr><tr class="tr-ok">
330
331                             </tr><tr class="tr-ok">
332
333                             </tr>
334                 </table>
335
336         </div>
337
338
339         <div class="scenario-part">
340             <div class="page-header">
341                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-kvm-noha</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                             SNAPS
376
377                              </th><th>
378                             Domino
379                             *
380                              </th>
381                         </tr>
382                         <tr class="tr-weather-weather">
383                             <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>
384                         </tr>
385                     </table>
386                 </div>
387         </div><div class="scenario-part">
388             <div class="page-header">
389                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl-sfc-noha</b></h3>
390             </div>
391                     <div class="panel panel-default">
392                     <div class="panel-heading">
393                         <span class="panel-header-item">
394                         </span>
395                     </div>
396                     <table class="table">
397                         <tr>
398                             <th>
399                             Health (connection)
400
401                              </th><th>
402                             Health (api)
403
404                              </th><th>
405                             Health (dhcp)
406
407                              </th><th>
408                             vPing (ssh)
409
410                              </th><th>
411                             vPing (userdata)
412
413                              </th><th>
414                             Tempest (smoke)
415
416                              </th><th>
417                             Rally (smoke)
418
419                              </th><th>
420                             Refstack
421
422                              </th><th>
423                             ODL
424
425                              </th><th>
426                             SNAPS
427
428                              </th><th>
429                             SFC
430                             *
431                              </th><th>
432                             Domino
433                             *
434                              </th>
435                         </tr>
436                         <tr class="tr-weather-weather">
437                             <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><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-clear.png"></td>
438                         </tr>
439                     </table>
440                 </div>
441         </div><div class="scenario-part">
442             <div class="page-header">
443                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l2-moon-noha</b></h3>
444             </div>
445                     <div class="panel panel-default">
446                     <div class="panel-heading">
447                         <span class="panel-header-item">
448                         </span>
449                     </div>
450                     <table class="table">
451                         <tr>
452                             <th>
453                             Health (connection)
454
455                              </th><th>
456                             Health (api)
457
458                              </th><th>
459                             Health (dhcp)
460
461                              </th><th>
462                             vPing (ssh)
463
464                              </th><th>
465                             vPing (userdata)
466
467                              </th><th>
468                             Tempest (smoke)
469
470                              </th><th>
471                             Rally (smoke)
472
473                              </th><th>
474                             Refstack
475
476                              </th><th>
477                             ODL
478
479                              </th><th>
480                             SNAPS
481
482                              </th><th>
483                             Domino
484                             *
485                              </th>
486                         </tr>
487                         <tr class="tr-weather-weather">
488                             <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-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>
489                         </tr>
490                     </table>
491                 </div>
492         </div><div class="scenario-part">
493             <div class="page-header">
494                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l3-nofeature-ha</b></h3>
495             </div>
496                     <div class="panel panel-default">
497                     <div class="panel-heading">
498                         <span class="panel-header-item">
499                         </span>
500                     </div>
501                     <table class="table">
502                         <tr>
503                             <th>
504                             Health (connection)
505
506                              </th><th>
507                             Health (api)
508
509                              </th><th>
510                             Health (dhcp)
511
512                              </th><th>
513                             vPing (userdata)
514
515                              </th><th>
516                             Tempest (smoke)
517
518                              </th><th>
519                             Rally (smoke)
520
521                              </th><th>
522                             Refstack
523
524                              </th><th>
525                             ODL
526
527                              </th><th>
528                             SNAPS
529
530                              </th><th>
531                             Domino
532                             *
533                              </th>
534                         </tr>
535                         <tr class="tr-weather-weather">
536                             <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-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>
537                         </tr>
538                     </table>
539                 </div>
540         </div><div class="scenario-part">
541             <div class="page-header">
542                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-kvm-ha</b></h3>
543             </div>
544                     <div class="panel panel-default">
545                     <div class="panel-heading">
546                         <span class="panel-header-item">
547                         </span>
548                     </div>
549                     <table class="table">
550                         <tr>
551                             <th>
552                             Health (connection)
553
554                              </th><th>
555                             Health (api)
556
557                              </th><th>
558                             Health (dhcp)
559
560                              </th><th>
561                             vPing (ssh)
562
563                              </th><th>
564                             vPing (userdata)
565
566                              </th><th>
567                             Tempest (smoke)
568
569                              </th><th>
570                             Rally (smoke)
571
572                              </th><th>
573                             Refstack
574
575                              </th><th>
576                             SNAPS
577
578                              </th><th>
579                             Domino
580                             *
581                              </th>
582                         </tr>
583                         <tr class="tr-weather-weather">
584                             <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>
585                         </tr>
586                     </table>
587                 </div>
588         </div><div class="scenario-part">
589             <div class="page-header">
590                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl-sfc-ha</b></h3>
591             </div>
592                     <div class="panel panel-default">
593                     <div class="panel-heading">
594                         <span class="panel-header-item">
595                         </span>
596                     </div>
597                     <table class="table">
598                         <tr>
599                             <th>
600                             Health (connection)
601
602                              </th><th>
603                             Health (api)
604
605                              </th><th>
606                             Health (dhcp)
607
608                              </th><th>
609                             vPing (ssh)
610
611                              </th><th>
612                             vPing (userdata)
613
614                              </th><th>
615                             Tempest (smoke)
616
617                              </th><th>
618                             Rally (smoke)
619
620                              </th><th>
621                             Refstack
622
623                              </th><th>
624                             ODL
625
626                              </th><th>
627                             SNAPS
628
629                              </th><th>
630                             SFC
631                             *
632                              </th><th>
633                             Domino
634                             *
635                              </th>
636                         </tr>
637                         <tr class="tr-weather-weather">
638                             <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-overcast.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>
639                         </tr>
640                     </table>
641                 </div>
642         </div><div class="scenario-part">
643             <div class="page-header">
644                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-nofeature-noha</b></h3>
645             </div>
646                     <div class="panel panel-default">
647                     <div class="panel-heading">
648                         <span class="panel-header-item">
649                         </span>
650                     </div>
651                     <table class="table">
652                         <tr>
653                             <th>
654                             Health (connection)
655
656                              </th><th>
657                             Health (api)
658
659                              </th><th>
660                             Health (dhcp)
661
662                              </th><th>
663                             vPing (ssh)
664
665                              </th><th>
666                             vPing (userdata)
667
668                              </th><th>
669                             Tempest (smoke)
670
671                              </th><th>
672                             Rally (smoke)
673
674                              </th><th>
675                             Refstack
676
677                              </th><th>
678                             SNAPS
679
680                              </th><th>
681                             Domino
682                             *
683                              </th>
684                         </tr>
685                         <tr class="tr-weather-weather">
686                             <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>
687                         </tr>
688                     </table>
689                 </div>
690         </div><div class="scenario-part">
691             <div class="page-header">
692                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-ovs_dpdk-ha</b></h3>
693             </div>
694                     <div class="panel panel-default">
695                     <div class="panel-heading">
696                         <span class="panel-header-item">
697                         </span>
698                     </div>
699                     <table class="table">
700                         <tr>
701                             <th>
702                             Health (connection)
703
704                              </th><th>
705                             Health (api)
706
707                              </th><th>
708                             Health (dhcp)
709
710                              </th><th>
711                             vPing (ssh)
712
713                              </th><th>
714                             vPing (userdata)
715
716                              </th><th>
717                             Tempest (smoke)
718
719                              </th><th>
720                             Rally (smoke)
721
722                              </th><th>
723                             Refstack
724
725                              </th><th>
726                             SNAPS
727
728                              </th>
729                         </tr>
730                         <tr class="tr-weather-weather">
731                             <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><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>
732                         </tr>
733                     </table>
734                 </div>
735         </div><div class="scenario-part">
736             <div class="page-header">
737                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-ovs_dpdk-noha</b></h3>
738             </div>
739                     <div class="panel panel-default">
740                     <div class="panel-heading">
741                         <span class="panel-header-item">
742                         </span>
743                     </div>
744                     <table class="table">
745                         <tr>
746                             <th>
747                             Health (connection)
748
749                              </th><th>
750                             Health (api)
751
752                              </th><th>
753                             Health (dhcp)
754
755                              </th><th>
756                             vPing (ssh)
757
758                              </th><th>
759                             vPing (userdata)
760
761                              </th><th>
762                             Tempest (smoke)
763
764                              </th><th>
765                             Rally (smoke)
766
767                              </th><th>
768                             Refstack
769
770                              </th><th>
771                             SNAPS
772
773                              </th>
774                         </tr>
775                         <tr class="tr-weather-weather">
776                             <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>
777                         </tr>
778                     </table>
779                 </div>
780         </div><div class="scenario-part">
781             <div class="page-header">
782                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l3-nofeature-noha</b></h3>
783             </div>
784                     <div class="panel panel-default">
785                     <div class="panel-heading">
786                         <span class="panel-header-item">
787                         </span>
788                     </div>
789                     <table class="table">
790                         <tr>
791                             <th>
792                             Health (connection)
793
794                              </th><th>
795                             Health (api)
796
797                              </th><th>
798                             Health (dhcp)
799
800                              </th><th>
801                             vPing (userdata)
802
803                              </th><th>
804                             Tempest (smoke)
805
806                              </th><th>
807                             Rally (smoke)
808
809                              </th><th>
810                             Refstack
811
812                              </th><th>
813                             ODL
814
815                              </th><th>
816                             SNAPS
817
818                              </th><th>
819                             Domino
820                             *
821                              </th>
822                         </tr>
823                         <tr class="tr-weather-weather">
824                             <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-storm.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-few-clouds.png"></td>
825                         </tr>
826                     </table>
827                 </div>
828         </div><div class="scenario-part">
829             <div class="page-header">
830                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l2-moon-ha</b></h3>
831             </div>
832                     <div class="panel panel-default">
833                     <div class="panel-heading">
834                         <span class="panel-header-item">
835                         </span>
836                     </div>
837                     <table class="table">
838                         <tr>
839                             <th>
840                             Health (connection)
841
842                              </th><th>
843                             Health (api)
844
845                              </th><th>
846                             Health (dhcp)
847
848                              </th><th>
849                             vPing (ssh)
850
851                              </th><th>
852                             vPing (userdata)
853
854                              </th><th>
855                             Tempest (smoke)
856
857                              </th><th>
858                             Rally (smoke)
859
860                              </th><th>
861                             Refstack
862
863                              </th><th>
864                             ODL
865
866                              </th><th>
867                             SNAPS
868
869                              </th><th>
870                             Domino
871                             *
872                              </th>
873                         </tr>
874                         <tr class="tr-weather-weather">
875                             <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-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>
876                         </tr>
877                     </table>
878                 </div>
879         </div><div class="scenario-part">
880             <div class="page-header">
881                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-nofeature-ha</b></h3>
882             </div>
883                     <div class="panel panel-default">
884                     <div class="panel-heading">
885                         <span class="panel-header-item">
886                         </span>
887                     </div>
888                     <table class="table">
889                         <tr>
890                             <th>
891                             Health (connection)
892
893                              </th><th>
894                             Health (api)
895
896                              </th><th>
897                             Health (dhcp)
898
899                              </th><th>
900                             vPing (ssh)
901
902                              </th><th>
903                             vPing (userdata)
904
905                              </th><th>
906                             Tempest (smoke)
907
908                              </th><th>
909                             Rally (smoke)
910
911                              </th><th>
912                             Refstack
913
914                              </th><th>
915                             SNAPS
916
917                              </th><th>
918                             Domino
919                             *
920                              </th><th>
921                             vIMS (Cloudify)
922                             *
923                              </th><th>
924                             OpenIMS (OpenBaton)
925                             *
926                              </th><th>
927                             vIMS (OpenBaton)
928                             *
929                              </th>
930                         </tr>
931                         <tr class="tr-weather-weather">
932                             <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-overcast.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-storm.png"></td>
933                         </tr>
934                     </table>
935                 </div>
936         </div>
937     see <a href="https://wiki.opnfv.org/pages/viewpage.action?pageId=6828617">Functest scoring wiki page</a> for details on scenario scoring
938      <div> <br>
939     <a href="./status-compass.pdf" class="myButtonPdf">Export to PDF</a>   <a href="./scenario_history_compass.txt" class="myButtonCSV">Export to CSV</a>
940     </div>
941     </div>
942     <div class="col-md-1"></div>
943 </div>