aboutsummaryrefslogtreecommitdiffstats
path: root/docs/results/danube/1.0/apex.html
blob: 2ef0a197f4f172d5b66e98392c5e454d2fe38d83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.highlight .gd { color: #f92672 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #75715e } /* Generic.Subheading */
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
.highlight .kt { color: #66d9ef } /* Keyword.Type */
.highlight .ld { color: #e6db74 } /* Literal.Date */
.highlight .m { color: #ae81ff } /* Literal.Number */
.highlight .s { color: #e6db74 } /* Literal.String */
.highlight .na { color: #a6e22e } /* Name.Attribute */
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
.highlight .nc { color: #a6e22e } /* Name.Class */
.highlight .no { color: #66d9ef } /* Name.Constant */
.highlight .nd { color: #a6e22e } /* Name.Decorator */
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
.highlight .ne { color: #a6e22e } /* Name.Exception */
.highlight .nf { color: #a6e22e } /* Name.Function */
.highlight .nl { color: #f8f8f2 } /* Name.Label */
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
.highlight .nx { color: #a6e22e } /* Name.Other */
.highlight .py { color: #f8f8f2 } /* Name.Property */
.highlight .nt { color: #f92672 } /* Name.Tag */
.highlight .nv { color: #f8f8f2 } /* Name.Variable */
.highlight .ow { color: #f92672 } /* Operator.Word */
.highlight .w { color: #f8f8f2 } /* Text.Whitespace */
.highlight .mb { color: #ae81ff } /* Literal.Number.Bin */
.highlight .mf { color: #ae81ff } /* Literal.Number.Float */
.highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
.highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
.highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
.highlight .sa { color: #e6db74 } /* Literal.String.Affix */
.highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
.highlight .sc { color: #e6db74 } /* Literal.String.Char */
.highlight .dl { color: #e6db74 } /* Literal.String.Delimiter */
.highlight .sd { color: #e6db74 } /* Literal.String.Doc */
.highlight .s2 { color: #e6db74 } /* Literal.String.Double */
.highlight .se { color: #ae81ff } /* Literal.String.Escape */
.highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
.highlight .si { color: #e6db74 } /* Literal.String.Interpol */
.highlight .sx { color: #e6db74 } /* Literal.String.Other */
.highlight .sr { color: #e6db74 } /* Literal.String.Regex */
.highlight .s1 { color: #e6db74 } /* Literal.String.Single */
.highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
.highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #a6e22e } /* Name.Function.Magic */
.highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
.highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */
.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
}
@media (prefers-color-scheme: light) {
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #666666 } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008800 } /* Keyword.Pseudo */
.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */
.highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
.highlight .na { color: #336699 } /* Name.Attribute */
.highlight .nb { color: #003388 } /* Name.Builtin */
.highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */
.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
.highlight .nd { color: #555555 } /* Name.Decorator */
.highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */
.highlight .nl { color: #336699; font-style: italic } /* Name.Label */
.highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
.highlight .py { color: #336699; font-weight: bold } /* Name.Property */
.highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #336699 } /* Name.Variable */
.highlight .ow { color: #008800 } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */
.highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
.highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
.highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
.highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */
.highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
.highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
.highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */
.highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
.highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
.highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
.highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
.highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */
.highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */
.highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */
.highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */
.highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
.highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */
.highlight .vc { color: #336699 } /* Name.Variable.Class */
.highlight .vg { color: #dd7700 } /* Name.Variable.Global */
.highlight .vi { color: #3333bb } /* Name.Variable.Instance */
.highlight .vm { color: #336699 } /* Name.Variable.Magic */
.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
}
/*
 * Ultra Wide Band
 * Information Element Handling
 *
 * Copyright (C) 2005-2006 Intel Corporation
 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
 * Reinette Chatre <reinette.chatre@intel.com>
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License version
 * 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301, USA.
 *
 *
 * FIXME: docs
 */

#include <linux/slab.h>
#include <linux/export.h>
#include "uwb-internal.h"

/**
 * uwb_ie_next - get the next IE in a buffer
 * @ptr: start of the buffer containing the IE data
 * @len: length of the buffer
 *
 * Both @ptr and @len are updated so subsequent calls to uwb_ie_next()
 * will get the next IE.
 *
 * NULL is returned (and @ptr and @len will not be updated) if there
 * are no more IEs in the buffer or the buffer is too short.
 */
struct uwb_ie_hdr *uwb_ie_next(void **ptr, size_t *len)
{
	struct uwb_ie_hdr *hdr;
	size_t ie_len;

	if (*len < sizeof(struct uwb_ie_hdr))
		return NULL;

	hdr = *ptr;
	ie_len = sizeof(struct uwb_ie_hdr) + hdr->length;

	if (*len < ie_len)
		return NULL;

	*ptr += ie_len;
	*len -= ie_len;

	return hdr;
}
EXPORT_SYMBOL_GPL(uwb_ie_next);

/**
 * uwb_ie_dump_hex - print IEs to a character buffer
 * @ies: the IEs to print.
 * @len: length of all the IEs.
 * @buf: the destination buffer.
 * @size: size of @buf.
 *
 * Returns the number of characters written.
 */
int uwb_ie_dump_hex(const struct uwb_ie_hdr *ies, size_t len,
		    char *buf, size_t size)
{
	void *ptr;
	const struct uwb_ie_hdr *ie;
	int r = 0;
	u8 *d;

	ptr = (void *)ies;
	for (;;) {
		ie = uwb_ie_next(&ptr, &len);
		if (!ie)
			break;

		r += scnprintf(buf + r, size - r, "%02x %02x",
			       (unsigned)ie->element_id,
			       (unsigned)ie->length);
		d = (uint8_t *)ie + sizeof(struct uwb_ie_hdr);
		while (d != ptr && r < size)
			r += scnprintf(buf + r, size - r, " %02x", (unsigned)*d++);
		if (r < size)
			buf[r++] = '\n';
	};

	return r;
}

/**
 * Get the IEs that a radio controller is sending in its beacon
 *
 * @uwb_rc:  UWB Radio Controller
 * @returns: Size read from the system
 *
 * We don't need to lock the uwb_rc's mutex because we don't modify
 * anything. Once done with the iedata buffer, call
 * uwb_rc_ie_release(iedata). Don't call kfree on it.
 */
static
ssize_t uwb_rc_get_ie(struct uwb_rc *uwb
 <html>
  <head>
    <meta charset="utf-8">
    <!-- Bootstrap core CSS -->
    <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
    <link href="../../js/default.css" rel="stylesheet">
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
    <script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
    <script type="text/javascript" src="http://d3js.org/d3.v2.min.js"></script>
    <script type="text/javascript" src="../../js/gauge.js"></script>
    <script type="text/javascript" src="../../js/trend.js"></script>
    <script>
    function onDocumentReady() {
    	// Gauge management
        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');

    	// assign success rate to the gauge
    	function updateReadings() {
    	    gaugeScenario1.update(50.0);gaugeScenario2.update(83.3333333333);gaugeScenario3.update(83.3333333333);gaugeScenario4.update(66.6666666667);gaugeScenario5.update(58.3333333333);gaugeScenario6.update(96.9696969697);gaugeScenario7.update(20.0);gaugeScenario8.update(81.8181818182);gaugeScenario9.update(6.06060606061);gaugeScenario10.update(6.06060606061);gaugeScenario11.update(80.5555555556);gaugeScenario12.update(100.0);
    	}
    	updateReadings();
        }

        // trend line management
        d3.csv("./scenario_history.txt", function(data) {
       // ***************************************
       // Create the trend line
      // for scenario os-nosdn-fdio-noha
       // Filter results
        var trend1 = data.filter(function(row) {
    	     return row["scenario"]=="os-nosdn-fdio-noha" && row["installer"]=="apex";
    	})
       // Parse the date
        trend1.forEach(function(d) {
    	    d.date = parseDate(d.date);
    	    d.score = +d.score
        });
        // Draw the trend line
        var mytrend = trend("#trend_svg1",trend1)
        // ****************************************// for scenario os-odl-gluon-noha
       // Filter results
        var trend2 = data.filter(function(row) {
    	     return row["scenario"]=="os-odl-gluon-noha" && row["installer"]=="apex";
    	})
       // Parse the date
        trend2.forEach(function(d) {
    	    d.date = parseDate(d.date);
    	    d.score = +d.score
        });
        // Draw the trend line
        var mytrend = trend("#trend_svg2",trend2)
        // ****************************************// for scenario os-odl_l2-fdio-noha
       // Filter results
        var trend3 = data.filter(function(row) {
    	     return row["scenario"]=="os-odl_l2-fdio-noha" && row["installer"]=="apex";
    	})
       // Parse the date
        trend3.forEach(function(d) {
    	    d.date = parseDate(d.date);
    	    d.score = +d.score
        });
        // Draw the trend line
        var mytrend = trend("#trend_svg3",trend3)
        // ****************************************// for scenario os-odl_l3-fdio-noha
       // Filter results
        var trend4 = data.filter(function(row) {
    	     return row["scenario"]=="os-odl_l3-fdio-noha" && row["installer"]=="apex";
    	})
       // Parse the date
        trend4.forEach(function(d) {
    	    d.date = parseDate(d.date);
    	    d.score = +d.score
        });
        // Draw the trend line
        var mytrend = trend("#trend_svg4",trend4)
        // ****************************************// for scenario os-odl-bgpvpn-ha
       // Filter results
        var trend5 = data.filter(function(row) {
    	     return row["scenario"]=="os-odl-bgpvpn-ha" && row["installer"]=="apex";
    	})
       // Parse the date
        trend5.forEach(function(d) {
    	    d.date = parseDate(d.date);
    	    d.score = +d.score
        });
        // Draw the trend line
        var mytrend = trend("#trend_svg5",trend5)
        // ****************************************// for scenario os-nosdn-kvm-ha
       // Filter results
        var trend6 = data.filter(function(row) {
    	     return row["scenario"]=="os-nosdn-kvm-ha" && row["installer"]=="apex";
    	})
       // Parse the date
        trend6.forEach(function(d) {
    	    d.date = parseDate(d.date);
    	    d.score = +d.score
        });
        // Draw the trend line
        var mytrend = trend("#trend_svg6",trend6)
        // ****************************************// for scenario os-nosdn-fdio-ha
       // Filter results
        var trend7 = data.filter(function(row) {
    	     return row["scenario"]=="os-nosdn-fdio-ha" && row["installer"]=="apex";
    	})
       // Parse the date
        trend7.forEach(function(d) {
    	    d.date = parseDate(d.date);
    	    d.score = +d.score
        });
        // Draw the trend line
        var mytrend = trend("#trend_svg7",trend7)
        // ****************************************// for scenario os-odl_l3-nofeature-ha
       // Filter results
        var trend8 = data.filter(function(row) {
    	     return row["scenario"]=="os-odl_l3-nofeature-ha" && row["installer"]=="apex";
    	})
       // Parse the date
        trend8.forEach(function(d) {
    	    d.date = parseDate(d.date);
    	    d.score = +d.score
        });
        // Draw the trend line
        var mytrend = trend("#trend_svg8",trend8)
        // ****************************************// for scenario os-odl_l3-ovs-ha
       // Filter results
        var trend9 = data.filter(function(row) {
    	     return row["scenario"]=="os-odl_l3-ovs-ha" && row["installer"]=="apex";
    	})
       // Parse the date
        trend9.forEach(function(d) {
    	    d.date = parseDate(d.date);
    	    d.score = +d.score
        });
        // Draw the trend line
        var mytrend = trend("#trend_svg9",trend9)
        // ****************************************// for scenario os-nosdn-ovs-ha
       // Filter results
        var trend10 = data.filter(function(row) {
    	     return row["scenario"]=="os-nosdn-ovs-ha" && row["installer"]=="apex";
    	})
       // Parse the date
        trend10.forEach(function(d) {
    	    d.date = parseDate(d.date);
    	    d.score = +d.score
        });
        // Draw the trend line
        var mytrend = trend("#trend_svg10",trend10)
        // ****************************************// for scenario os-odl_l2-fdio-ha
       // Filter results
        var trend11 = data.filter(function(row) {
    	     return row["scenario"]=="os-odl_l2-fdio-ha" && row["installer"]=="apex";
    	})
       // Parse the date
        trend11.forEach(function(d) {
    	    d.date = parseDate(d.date);
    	    d.score = +d.score
        });
        // Draw the trend line
        var mytrend = trend("#trend_svg11",trend11)
        // ****************************************// for scenario os-nosdn-nofeature-ha
       // Filter results
        var trend12 = data.filter(function(row) {
    	     return row["scenario"]=="os-nosdn-nofeature-ha" && row["installer"]=="apex";
    	})
       // Parse the date
        trend12.forEach(function(d) {
    	    d.date = parseDate(d.date);
    	    d.score = +d.score
        });
        // Draw the trend line
        var mytrend = trend("#trend_svg12",trend12)
        // ****************************************
    });
    if ( !window.isLoaded ) {
        window.addEventListener("load", function() {
    			onDocumentReady();
        }, false);
    } else {
    	onDocumentReady();
    }
</script>
<script type="text/javascript">
$(document).ready(function (){
    $(".btn-more").click(function() {
    	$(this).hide();
    	$(this).parent().find(".panel-default").show();
    });
})
</script>

  </head>
    <body>
    <div class="container">
      <div class="masthead">
        <h3 class="text-muted">Functest Danube 1.0 status page (2017-03-31 01:45)</h3>
        <nav>
          <ul class="nav nav-justified">
            <li class="active"><a href="http://testresults.opnfv.org/reporting/index.html">Home</a></li>
            <li><a href="./apex.html">Apex</a></li>
            <li><a href="./compass.html">Compass</a></li>
            <li><a href="./fuel.html">Fuel</a></li>
            <li><a href="./joid.html">Joid</a></li>
          </ul>
        </nav>
      </div>
<div class="row">
    <div class="col-md-1"></div>
    <div class="col-md-10">
        <div class="page-header">
            <h2>apex</h2>
        </div>

        <div class="scenario-overview">
            <div class="panel-heading"><h4><b>List of last scenarios (danube) run over the last 10 days </b></h4></div>
                <table class="table">
                    <tr>
                        <th width="40%">Scenario</th>
                        <th width="20%">Status</th>
                        <th width="20%">Trend</th>
                        <th width="10%">Score</th>
                        <th width="10%">Iteration</th>
                    </tr>
                        <tr class="tr-ok">
                                <td><a href=http://testresultS.opnfv.org/reporting>os-nosdn-fdio-noha</a></td>
                                <td><div id="gaugeScenario1"></div></td>
                                <td><div id="trend_svg1"></div></td>
                                <td>15/30</td>
                                <td>2</td>
                            </tr><tr class="tr-ok">
                                <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-apex-daily-danube-daily-danube/71/console>os-odl-gluon-noha</a></td>
                                <td><div id="gaugeScenario2"></div></td>
                                <td><div id="trend_svg2"></div></td>
                                <td>30/36</td>
                                <td>6</td>
                            </tr><tr class="tr-ok">
                                <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-apex-daily-danube-daily-danube/72/console>os-odl_l2-fdio-noha</a></td>
                                <td><div id="gaugeScenario3"></div></td>
                                <td><div id="trend_svg3"></div></td>
                                <td>30/36</td>
                                <td>14</td>
                            </tr><tr class="tr-ok">
                                <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-apex-daily-danube-daily-danube/75/console>os-odl_l3-fdio-noha</a></td>
                                <td><div id="gaugeScenario4"></div></td>
                                <td><div id="trend_svg4"></div></td>
                                <td>20/30</td>
                                <td>5</td>
                            </tr><tr class="tr-ok">
                                <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-apex-daily-danube-daily-danube/70/console>os-odl-bgpvpn-ha</a></td>
                                <td><div id="gaugeScenario5"></div></td>
                                <td><div id="trend_svg5"></div></td>
                                <td>21/36</td>
                                <td>6</td>
                            </tr><tr class="tr-ok">
                                <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-apex-daily-danube-daily-danube/74/console>os-nosdn-kvm-ha</a></td>
                                <td><div id="gaugeScenario6"></div></td>
                                <td><div id="trend_svg6"></div></td>
                                <td>32/33</td>
                                <td>5</td>
                            </tr><tr class="tr-ok">
                                <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-apex-daily-danube-daily-danube/76/console>os-nosdn-fdio-ha</a></td>
                                <td><div id="gaugeScenario7"></div></td>
                                <td><div id="trend_svg7"></div></td>
                                <td>6/30</td>
                                <td>4</td>
                            </tr><tr class="tr-ok">
                                <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-apex-daily-danube-daily-danube/69/console>os-odl_l3-nofeature-ha</a></td>
                                <td><div id="gaugeScenario8"></div></td>
                                <td><div id="trend_svg8"></div></td>
                                <td>27/33</td>
                                <td>6</td>
                            </tr><tr class="tr-ok">
                                <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-apex-daily-danube-daily-danube/78/console>os-odl_l3-ovs-ha</a></td>
                                <td><div id="gaugeScenario9"></div></td>
                                <td><div id="trend_svg9"></div></td>
                                <td>2/33</td>
                                <td>1</td>
                            </tr><tr class="tr-ok">
                                <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-apex-daily-danube-daily-danube/77/console>os-nosdn-ovs-ha</a></td>
                                <td><div id="gaugeScenario10"></div></td>
                                <td><div id="trend_svg10"></div></td>
                                <td>2/33</td>
                                <td>1</td>
                            </tr><tr class="tr-ok">
                                <td><a href=http://testresultS.opnfv.org/reporting>os-odl_l2-fdio-ha</a></td>
                                <td><div id="gaugeScenario11"></div></td>
                                <td><div id="trend_svg11"></div></td>
                                <td>29/36</td>
                                <td>8</td>
                            </tr><tr class="tr-ok">
                                <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-apex-daily-danube-daily-danube/79/console>os-nosdn-nofeature-ha</a></td>
                                <td><div id="gaugeScenario12"></div></td>
                                <td><div id="trend_svg12"></div></td>
                                <td>33/33</td>
                                <td>6</td>
                            </tr>
                        </table>
        </div>


        <div class="scenario-part">
            <div class="page-header">
                <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-fdio-noha</b></h3>
            </div>
                    <div class="panel panel-default">
                    <div class="panel-heading">
                        <span class="panel-header-item">
                        </span>
                    </div>
                    <table class="table">
                        <tr>
                            <th>
                            Health (connection)

                             </th><th>
                            Health (api)

                             </th><th>
                            Health (dhcp)

                             </th><th>
                            vPing (ssh)

                             </th><th>
                            vPing (userdata)

                             </th><th>
                            Tempest (smoke)

                             </th><th>
                            Rally (smoke)

                             </th><th>
                            Refstack

                             </th><th>
                            SNAPS

                             </th><th>
                            Domino

                             </th>
                        </tr>
                        <tr class="tr-weather-weather">
                            <td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-few-clouds.png"></td>
                        </tr>
                    </table>
                </div>
        </div><div class="scenario-part">
            <div class="page-header">
                <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl-gluon-noha</b></h3>
            </div>
                    <div class="panel panel-default">
                    <div class="panel-heading">
                        <span class="panel-header-item">
                        </span>
                    </div>
                    <table class="table">
                        <tr>
                            <th>
                            Health (connection)

                             </th><th>
                            Health (api)

                             </th><th>
                            Health (dhcp)

                             </th><th>
                            vPing (userdata)

                             </th><th>
                            Tempest (smoke)

                             </th><th>
                            Rally (smoke)

                             </th><th>
                            Refstack

                             </th><th>
                            ODL

                             </th><th>
                            SNAPS

                             </th><th>
                            Doctor

                             </th><th>
                            Domino

                             </th><th>
                            Netready

                             </th>
                        </tr>
                        <tr class="tr-weather-weather">
                            <td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-few-clouds.png"></td>
                        </tr>
                    </table>
                </div>
        </div><div class="scenario-part">
            <div class="page-header">
                <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l2-fdio-noha</b></h3>
            </div>
                    <div class="panel panel-default">
                    <div class="panel-heading">
                        <span class="panel-header-item">
                        </span>
                    </div>
                    <table class="table">
                        <tr>
                            <th>
                            Health (connection)

                             </th><th>
                            Health (api)

                             </th><th>
                            Health (dhcp)

                             </th><th>
                            vPing (ssh)

                             </th><th>
                            vPing (userdata)

                             </th><th>
                            Tempest (smoke)

                             </th><th>
                            Rally (smoke)

                             </th><th>
                            Refstack

                             </th><th>
                            ODL

                             </th><th>
                            FDS

                             </th><th>
                            SNAPS

                             </th><th>
                            Domino

                             </th>
                        </tr>
                        <tr class="tr-weather-weather">
                            <td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td>
                        </tr>
                    </table>
                </div>
        </div><div class="scenario-part">
            <div class="page-header">
                <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l3-fdio-noha</b></h3>
            </div>
                    <div class="panel panel-default">
                    <div class="panel-heading">
                        <span class="panel-header-item">
                        </span>
                    </div>
                    <table class="table">
                        <tr>
                            <th>
                            Health (connection)

                             </th><th>
                            Health (api)

                             </th><th>
                            Health (dhcp)

                             </th><th>
                            vPing (userdata)

                             </th><th>
                            Tempest (smoke)

                             </th><th>
                            Rally (smoke)

                             </th><th>
                            Refstack

                             </th><th>
                            ODL

                             </th><th>
                            SNAPS

                             </th><th>
                            Domino

                             </th>
                        </tr>
                        <tr class="tr-weather-weather">
                            <td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-few-clouds.png"></td>
                        </tr>
                    </table>
                </div>
        </div><div class="scenario-part">
            <div class="page-header">
                <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl-bgpvpn-ha</b></h3>
            </div>
                    <div class="panel panel-default">
                    <div class="panel-heading">
                        <span class="panel-header-item">
                        </span>
                    </div>
                    <table class="table">
                        <tr>
                            <th>
                            Health (connection)

                             </th><th>
                            Health (api)

                             </th><th>
                            Health (dhcp)

                             </th><th>
                            vPing (userdata)

                             </th><th>
                            Tempest (smoke)

                             </th><th>
                            Rally (smoke)

                             </th><th>
                            Refstack

                             </th><th>
                            ODL

                             </th><th>
                            SNAPS

                             </th><th>
                            Doctor

                             </th><th>
                            bgpvpn

                             </th><th>
                            Domino

                             </th>
                        </tr>
                        <tr class="tr-weather-weather">
                            <td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-few-clouds.png"></td>
                        </tr>
                    </table>
                </div>
        </div><div class="scenario-part">
            <div class="page-header">
                <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-kvm-ha</b></h3>
            </div>
                    <div class="panel panel-default">
                    <div class="panel-heading">
                        <span class="panel-header-item">
                        </span>
                    </div>
                    <table class="table">
                        <tr>
                            <th>
                            Health (connection)

                             </th><th>
                            Health (api)

                             </th><th>
                            Health (dhcp)

                             </th><th>
                            vPing (ssh)

                             </th><th>
                            vPing (userdata)

                             </th><th>
                            Tempest (smoke)

                             </th><th>
                            Rally (smoke)

                             </th><th>
                            Refstack

                             </th><th>
                            SNAPS

                             </th><th>
                            Doctor

                             </th><th>
                            Domino

                             </th>
                        </tr>
                        <tr class="tr-weather-weather">
                            <td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td>
                        </tr>
                    </table>
                </div>
        </div><div class="scenario-part">
            <div class="page-header">
                <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-fdio-ha</b></h3>
            </div>
                    <div class="panel panel-default">
                    <div class="panel-heading">
                        <span class="panel-header-item">
                        </span>
                    </div>
                    <table class="table">
                        <tr>
                            <th>
                            Health (connection)

                             </th><th>
                            Health (api)

                             </th><th>
                            Health (dhcp)

                             </th><th>
                            vPing (ssh)

                             </th><th>
                            vPing (userdata)

                             </th><th>
                            Tempest (smoke)

                             </th><th>
                            Rally (smoke)

                             </th><th>
                            Refstack

                             </th><th>
                            SNAPS

                             </th><th>
                            Domino

                             </th>
                        </tr>
                        <tr class="tr-weather-weather">
                            <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>
                        </tr>
                    </table>
                </div>
        </div><div class="scenario-part">
            <div class="page-header">
                <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l3-nofeature-ha</b></h3>
            </div>
                    <div class="panel panel-default">
                    <div class="panel-heading">
                        <span class="panel-header-item">
                        </span>
                    </div>
                    <table class="table">
                        <tr>
                            <th>
                            Health (connection)

                             </th><th>
                            Health (api)

                             </th><th>
                            Health (dhcp)

                             </th><th>
                            vPing (userdata)

                             </th><th>
                            Tempest (smoke)

                             </th><th>
                            Rally (smoke)

                             </th><th>
                            Refstack

                             </th><th>
                            ODL

                             </th><th>
                            SNAPS

                             </th><th>
                            Doctor

                             </th><th>
                            Domino

                             </th>
                        </tr>
                        <tr class="tr-weather-weather">
                            <td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td>
                        </tr>
                    </table>
                </div>
        </div><div class="scenario-part">
            <div class="page-header">
                <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l3-ovs-ha</b></h3>
            </div>
                    <div class="panel panel-default">
                    <div class="panel-heading">
                        <span class="panel-header-item">
                        </span>
                    </div>
                    <table class="table">
                        <tr>
                            <th>
                            Health (connection)

                             </th><th>
                            Health (api)

                             </th><th>
                            Health (dhcp)

                             </th><th>
                            vPing (userdata)

                             </th><th>
                            Tempest (smoke)

                             </th><th>
                            Rally (smoke)

                             </th><th>
                            Refstack

                             </th><th>
                            ODL

                             </th><th>
                            SNAPS

                             </th><th>
                            Doctor

                             </th><th>
                            Domino

                             </th>
                        </tr>
                        <tr class="tr-weather-weather">
                            <td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-storm.png"></td>
                        </tr>
                    </table>
                </div>
        </div><div class="scenario-part">
            <div class="page-header">
                <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-ovs-ha</b></h3>
            </div>
                    <div class="panel panel-default">
                    <div class="panel-heading">
                        <span class="panel-header-item">
                        </span>
                    </div>
                    <table class="table">
                        <tr>
                            <th>
                            Health (connection)

                             </th><th>
                            Health (api)

                             </th><th>
                            Health (dhcp)

                             </th><th>
                            vPing (ssh)

                             </th><th>
                            vPing (userdata)

                             </th><th>
                            Tempest (smoke)

                             </th><th>
                            Rally (smoke)

                             </th><th>
                            Refstack

                             </th><th>
                            SNAPS

                             </th><th>
                            Doctor

                             </th><th>
                            Domino

                             </th>
                        </tr>
                        <tr class="tr-weather-weather">
                            <td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-storm.png"></td>
                        </tr>
                    </table>
                </div>
        </div><div class="scenario-part">
            <div class="page-header">
                <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l2-fdio-ha</b></h3>
            </div>
                    <div class="panel panel-default">
                    <div class="panel-heading">
                        <span class="panel-header-item">
                        </span>
                    </div>
                    <table class="table">
                        <tr>
                            <th>
                            Health (connection)

                             </th><th>
                            Health (api)

                             </th><th>
                            Health (dhcp)

                             </th><th>
                            vPing (ssh)

                             </th><th>
                            vPing (userdata)

                             </th><th>
                            Tempest (smoke)

                             </th><th>
                            Rally (smoke)

                             </th><th>
                            Refstack

                             </th><th>
                            ODL

                             </th><th>
                            FDS

                             </th><th>
                            SNAPS

                             </th><th>
                            Domino

                             </th>
                        </tr>
                        <tr class="tr-weather-weather">
                            <td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td>
                        </tr>
                    </table>
                </div>
        </div><div class="scenario-part">
            <div class="page-header">
                <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-nofeature-ha</b></h3>
            </div>
                    <div class="panel panel-default">
                    <div class="panel-heading">
                        <span class="panel-header-item">
                        </span>
                    </div>
                    <table class="table">
                        <tr>
                            <th>
                            Health (connection)

                             </th><th>
                            Health (api)

                             </th><th>
                            Health (dhcp)

                             </th><th>
                            vPing (ssh)

                             </th><th>
                            vPing (userdata)

                             </th><th>
                            Tempest (smoke)

                             </th><th>
                            Rally (smoke)

                             </th><th>
                            Refstack

                             </th><th>
                            SNAPS

                             </th><th>
                            Doctor

                             </th><th>
                            Domino

                             </th>
                        </tr>
                        <tr class="tr-weather-weather">
                            <td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td>
                        </tr>
                    </table>
                </div>
        </div>
    see <a href="https://wiki.opnfv.org/pages/viewpage.action?pageId=6828617">Functest scoring wiki page</a> for details on scenario scoring
    </div>
    <div class="col-md-1"></div>
</div>