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