Clean tabs and trailing blanks
[functest.git] / docs / results / euphrates / 5.0 / daisy.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');
16
17         // assign success rate to the gauge
18         function updateReadings() {
19             gaugeScenario1.update(96.2962962963);gaugeScenario2.update(83.3333333333);
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-nofeature-ha
29        // Filter results
30         var trend1 = data.filter(function(row) {
31              return row["scenario"]=="os-nosdn-nofeature-ha" && row["installer"]=="daisy";
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-nofeature-ha
41        // Filter results
42         var trend2 = data.filter(function(row) {
43              return row["scenario"]=="os-odl-nofeature-ha" && row["installer"]=="daisy";
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         // ****************************************
53     });
54     if ( !window.isLoaded ) {
55         window.addEventListener("load", function() {
56                         onDocumentReady();
57         }, false);
58     } else {
59         onDocumentReady();
60     }
61 </script>
62 <script type="text/javascript">
63 $(document).ready(function (){
64     $(".btn-more").click(function() {
65         $(this).hide();
66         $(this).parent().find(".panel-default").show();
67     });
68 })
69 </script>
70
71   </head>
72     <body>
73     <div class="container">
74       <div class="masthead">
75         <h3 class="text-muted">Functest status page (euphrates, 2017-10-20 08:41)</h3>
76         <nav>
77           <ul class="nav nav-justified">
78             <li class="active"><a href="http://testresults.opnfv.org/reporting/index.html">Home</a></li>
79             <li><a href="./apex.html">Apex</a></li>
80             <li><a href="./compass.html">Compass</a></li>
81             <li><a href="./daisy.html">Daisy</a></li>
82             <li><a href="./fuel@x86.html">Fuel@x86</a></li>
83             <li><a href="./fuel@aarch64.html">Fuel@aarch64</a></li>
84             <li><a href="./joid.html">Joid</a></li>
85           </ul>
86         </nav>
87       </div>
88 <div class="row">
89     <div class="col-md-1"></div>
90     <div class="col-md-10">
91         <div class="page-header">
92             <h2>daisy</h2>
93         </div>
94
95         <div class="scenario-overview">
96             <div class="panel-heading"><h4><b>List of last scenarios (euphrates) run over the last 10 days </b></h4></div>
97                 <table class="table">
98                     <tr>
99                         <th width="40%">HA Scenario</th>
100                         <th width="20%">Status</th>
101                         <th width="20%">Trend</th>
102                         <th width="10%">Score</th>
103                         <th width="10%">Iteration</th>
104                     </tr>
105                         <tr class="tr-ok">
106                             <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-daisy-baremetal-daily-euphrates/46/console>os-nosdn-nofeature-ha</a></td>
107                                 <td><div id="gaugeScenario1"></div></td>
108                                 <td><div id="trend_svg1"></div></td>
109                                 <td>26/27</td>
110                                 <td>11</td>
111                             </tr><tr class="tr-ok">
112                             <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-daisy-virtual-daily-euphrates/23/console>os-odl-nofeature-ha</a></td>
113                                 <td><div id="gaugeScenario2"></div></td>
114                                 <td><div id="trend_svg2"></div></td>
115                                 <td>25/30</td>
116                                 <td>13</td>
117                             </tr>
118                             <br>
119                 </table>
120                 <br>
121                <table class="table">
122                     <tr>
123                         <th width="40%">NOHA Scenario</th>
124                         <th width="20%">Status</th>
125                         <th width="20%">Trend</th>
126                         <th width="10%">Score</th>
127                         <th width="10%">Iteration</th>
128                     </tr>
129                         <tr class="tr-ok">
130
131                             </tr><tr class="tr-ok">
132
133                             </tr>
134                 </table>
135
136         </div>
137
138
139         <div class="scenario-part">
140             <div class="page-header">
141                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-nofeature-ha</b></h3>
142             </div>
143                     <div class="panel panel-default">
144                     <div class="panel-heading">
145                         <span class="panel-header-item">
146                         </span>
147                     </div>
148                     <table class="table">
149                         <tr>
150                             <th>
151                             Health (connection)
152
153                              </th><th>
154                             Health (api)
155
156                              </th><th>
157                             Health (dhcp)
158
159                              </th><th>
160                             vPing (ssh)
161
162                              </th><th>
163                             vPing (userdata)
164
165                              </th><th>
166                             Tempest (smoke)
167
168                              </th><th>
169                             Rally (smoke)
170
171                              </th><th>
172                             Refstack
173
174                              </th><th>
175                             SNAPS
176
177                              </th><th>
178                             Domino
179                             *
180                              </th><th>
181                             vIMS (Cloudify)
182                             *
183                              </th><th>
184                             OpenIMS (OpenBaton)
185                             *
186                              </th><th>
187                             vIMS (OpenBaton)
188                             *
189                              </th>
190                         </tr>
191                         <tr class="tr-weather-weather">
192                             <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><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>
193                         </tr>
194                     </table>
195                 </div>
196         </div><div class="scenario-part">
197             <div class="page-header">
198                 <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl-nofeature-ha</b></h3>
199             </div>
200                     <div class="panel panel-default">
201                     <div class="panel-heading">
202                         <span class="panel-header-item">
203                         </span>
204                     </div>
205                     <table class="table">
206                         <tr>
207                             <th>
208                             Health (connection)
209
210                              </th><th>
211                             Health (api)
212
213                              </th><th>
214                             Health (dhcp)
215
216                              </th><th>
217                             vPing (ssh)
218
219                              </th><th>
220                             vPing (userdata)
221
222                              </th><th>
223                             Tempest (smoke)
224
225                              </th><th>
226                             Rally (smoke)
227
228                              </th><th>
229                             Refstack
230
231                              </th><th>
232                             ODL
233
234                              </th><th>
235                             SNAPS
236
237                              </th><th>
238                             Domino
239                             *
240                              </th>
241                         </tr>
242                         <tr class="tr-weather-weather">
243                             <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-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-clear.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-clear.png"></td>
244                         </tr>
245                     </table>
246                 </div>
247         </div>
248     see <a href="https://wiki.opnfv.org/pages/viewpage.action?pageId=6828617">Functest scoring wiki page</a> for details on scenario scoring
249      <div> <br>
250     <a href="./status-daisy.pdf" class="myButtonPdf">Export to PDF</a>   <a href="./scenario_history_daisy.txt" class="myButtonCSV">Export to CSV</a>
251     </div>
252     </div>
253     <div class="col-md-1"></div>
254 </div>