Fix 1 typo in dockerslicing.md
[functest.git] / docs / results / danube / 1.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(70.8333333333);gaugeScenario2.update(93.9393939394);gaugeScenario3.update(75.0);gaugeScenario4.update(96.9696969697);gaugeScenario5.update(25.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-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-nosdn-lxd-ha
53        // Filter results
54         var trend3 = data.filter(function(row) {
55              return row["scenario"]=="os-nosdn-lxd-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-odl_l2-nofeature-ha
77        // Filter results
78         var trend5 = data.filter(function(row) {
79              return row["scenario"]=="os-odl_l2-nofeature-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 Danube 1.0 status page (2017-03-31 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/57/console>os-nosdn-lxd-noha</a></td>
141                                 <td><div id="gaugeScenario1"></div></td>
142                                 <td><div id="trend_svg1"></div></td>
143                                 <td>17/24</td>
144                                 <td>6</td>
145                             </tr><tr class="tr-ok">
146                                 <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-joid-baremetal-daily-danube/55/console>os-nosdn-nofeature-noha</a></td>
147                                 <td><div id="gaugeScenario2"></div></td>
148                                 <td><div id="trend_svg2"></div></td>
149                                 <td>31/33</td>
150                                 <td>6</td>
151                             </tr><tr class="tr-ok">
152                                 <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-joid-baremetal-daily-danube/56/console>os-nosdn-lxd-ha</a></td>
153                                 <td><div id="gaugeScenario3"></div></td>
154                                 <td><div id="trend_svg3"></div></td>
155                                 <td>18/24</td>
156                                 <td>5</td>
157                             </tr><tr class="tr-ok">
158                                 <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-joid-baremetal-daily-danube/62/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>6</td>
163                             </tr><tr class="tr-ok">
164                                 <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-joid-baremetal-daily-danube/46/console>os-odl_l2-nofeature-ha</a></td>
165                                 <td><div id="gaugeScenario5"></div></td>
166                                 <td><div id="trend_svg5"></div></td>
167                                 <td>9/36</td>
168                                 <td>4</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-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-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-few-clouds.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-nosdn-lxd-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                             vPing (ssh)
286
287                              </th><th>
288                             Tempest (smoke)
289
290                              </th><th>
291                             Rally (smoke)
292
293                              </th><th>
294                             Refstack
295
296                              </th><th>
297                             Promise
298
299                              </th><th>
300                             Domino
301
302                              </th>
303                         </tr>
304                         <tr class="tr-weather-weather">
305                             <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>
306                         </tr>
307                     </table>
308                 </div>
309         </div><div class="scenario-part">
310             <div class="page-header">
311                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-nofeature-ha</b></h3>
312             </div>
313                     <div class="panel panel-default">
314                     <div class="panel-heading">
315                         <span class="panel-header-item">
316                         </span>
317                     </div>
318                     <table class="table">
319                         <tr>
320                             <th>
321                             Health (connection)
322
323                              </th><th>
324                             Health (api)
325
326                              </th><th>
327                             Health (dhcp)
328
329                              </th><th>
330                             vPing (ssh)
331
332                              </th><th>
333                             vPing (userdata)
334
335                              </th><th>
336                             Tempest (smoke)
337
338                              </th><th>
339                             Rally (smoke)
340
341                              </th><th>
342                             Refstack
343
344                              </th><th>
345                             SNAPS
346
347                              </th><th>
348                             Promise
349
350                              </th><th>
351                             Domino
352
353                              </th>
354                         </tr>
355                         <tr class="tr-weather-weather">
356                             <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>
357                         </tr>
358                     </table>
359                 </div>
360         </div><div class="scenario-part">
361             <div class="page-header">
362                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l2-nofeature-ha</b></h3>
363             </div>
364                     <div class="panel panel-default">
365                     <div class="panel-heading">
366                         <span class="panel-header-item">
367                         </span>
368                     </div>
369                     <table class="table">
370                         <tr>
371                             <th>
372                             Health (connection)
373
374                              </th><th>
375                             Health (api)
376
377                              </th><th>
378                             Health (dhcp)
379
380                              </th><th>
381                             vPing (ssh)
382
383                              </th><th>
384                             vPing (userdata)
385
386                              </th><th>
387                             Tempest (smoke)
388
389                              </th><th>
390                             Rally (smoke)
391
392                              </th><th>
393                             Refstack
394
395                              </th><th>
396                             ODL
397
398                              </th><th>
399                             SNAPS
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-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>
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>
417     <div class="col-md-1"></div>
418 </div>