aboutsummaryrefslogtreecommitdiffstats
path: root/docs/results/danube
diff options
context:
space:
mode:
Diffstat (limited to 'docs/results/danube')
-rw-r--r--docs/results/danube/1.0/apex.html919
-rw-r--r--docs/results/danube/1.0/compass.html490
-rw-r--r--docs/results/danube/1.0/fuel.html1444
-rw-r--r--docs/results/danube/1.0/joid.html418
-rw-r--r--docs/results/danube/1.0/scenario_history.txt622
-rw-r--r--docs/results/danube/1.0/validated_scenario_history.txt60
-rw-r--r--docs/results/danube/2.0/apex.html1057
-rw-r--r--docs/results/danube/2.0/compass.html493
-rw-r--r--docs/results/danube/2.0/fuel.html1447
-rw-r--r--docs/results/danube/2.0/joid.html421
-rw-r--r--docs/results/danube/2.0/scenario_history.txt1454
-rw-r--r--docs/results/danube/2.0/validated_scenario_history.txt212
-rw-r--r--docs/results/danube/3.0/apex.html1424
-rw-r--r--docs/results/danube/3.0/compass.html434
-rw-r--r--docs/results/danube/3.0/fuel.html1448
-rw-r--r--docs/results/danube/3.0/joid.html407
-rw-r--r--docs/results/danube/3.0/scenario_history.txt3855
-rw-r--r--docs/results/danube/3.0/validated_scenario_history.txt745
18 files changed, 0 insertions, 17350 deletions
diff --git a/docs/results/danube/1.0/apex.html b/docs/results/danube/1.0/apex.html
deleted file mode 100644
index 2ef0a197..00000000
--- a/docs/results/danube/1.0/apex.html
+++ /dev/null
@@ -1,919 +0,0 @@
- <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>
diff --git a/docs/results/danube/1.0/compass.html b/docs/results/danube/1.0/compass.html
deleted file mode 100644
index 95479306..00000000
--- a/docs/results/danube/1.0/compass.html
+++ /dev/null
@@ -1,490 +0,0 @@
- <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');
-
- // assign success rate to the gauge
- function updateReadings() {
- gaugeScenario1.update(76.6666666667);gaugeScenario2.update(10.0);gaugeScenario3.update(84.8484848485);gaugeScenario4.update(84.8484848485);gaugeScenario5.update(93.3333333333);gaugeScenario6.update(96.6666666667);
- }
- updateReadings();
- }
-
- // trend line management
- d3.csv("./scenario_history.txt", function(data) {
- // ***************************************
- // Create the trend line
- // for scenario os-odl_l3-nofeature-ha
- // Filter results
- var trend1 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l3-nofeature-ha" && row["installer"]=="compass";
- })
- // 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-ocl-nofeature-ha
- // Filter results
- var trend2 = data.filter(function(row) {
- return row["scenario"]=="os-ocl-nofeature-ha" && row["installer"]=="compass";
- })
- // 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-onos-nofeature-ha
- // Filter results
- var trend3 = data.filter(function(row) {
- return row["scenario"]=="os-onos-nofeature-ha" && row["installer"]=="compass";
- })
- // 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_l2-nofeature-ha
- // Filter results
- var trend4 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-nofeature-ha" && row["installer"]=="compass";
- })
- // 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-nosdn-openo-ha
- // Filter results
- var trend5 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-openo-ha" && row["installer"]=="compass";
- })
- // 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-nofeature-ha
- // Filter results
- var trend6 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-nofeature-ha" && row["installer"]=="compass";
- })
- // 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)
- // ****************************************
- });
- 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>compass</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=https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-danube/79/console>os-odl_l3-nofeature-ha</a></td>
- <td><div id="gaugeScenario1"></div></td>
- <td><div id="trend_svg1"></div></td>
- <td>23/30</td>
- <td>18</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-danube/71/console>os-ocl-nofeature-ha</a></td>
- <td><div id="gaugeScenario2"></div></td>
- <td><div id="trend_svg2"></div></td>
- <td>3/30</td>
- <td>8</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-danube/67/console>os-onos-nofeature-ha</a></td>
- <td><div id="gaugeScenario3"></div></td>
- <td><div id="trend_svg3"></div></td>
- <td>28/33</td>
- <td>20</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-danube/69/console>os-odl_l2-nofeature-ha</a></td>
- <td><div id="gaugeScenario4"></div></td>
- <td><div id="trend_svg4"></div></td>
- <td>28/33</td>
- <td>20</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-danube/77/console>os-nosdn-openo-ha</a></td>
- <td><div id="gaugeScenario5"></div></td>
- <td><div id="trend_svg5"></div></td>
- <td>28/30</td>
- <td>19</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-danube/70/console>os-nosdn-nofeature-ha</a></td>
- <td><div id="gaugeScenario6"></div></td>
- <td><div id="trend_svg6"></div></td>
- <td>29/30</td>
- <td>19</td>
- </tr>
- </table>
- </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>
- 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-few-clouds.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-few-clouds.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-ocl-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>
- Domino
-
- </th>
- </tr>
- <tr class="tr-weather-weather">
- <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>
- </tr>
- </table>
- </div>
- </div><div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-onos-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>
- ONOS
-
- </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-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-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>
- </tr>
- </table>
- </div>
- </div><div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l2-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>
- 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-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-few-clouds.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-openo-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-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-few-clouds.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>
- 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-few-clouds.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>
diff --git a/docs/results/danube/1.0/fuel.html b/docs/results/danube/1.0/fuel.html
deleted file mode 100644
index 3d08e7d0..00000000
--- a/docs/results/danube/1.0/fuel.html
+++ /dev/null
@@ -1,1444 +0,0 @@
- <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');var gaugeScenario13 = gauge('#gaugeScenario13');var gaugeScenario14 = gauge('#gaugeScenario14');var gaugeScenario15 = gauge('#gaugeScenario15');var gaugeScenario16 = gauge('#gaugeScenario16');var gaugeScenario17 = gauge('#gaugeScenario17');var gaugeScenario18 = gauge('#gaugeScenario18');
-
- // assign success rate to the gauge
- function updateReadings() {
- gaugeScenario1.update(100.0);gaugeScenario2.update(14.2857142857);gaugeScenario3.update(97.4358974359);gaugeScenario4.update(100.0);gaugeScenario5.update(15.3846153846);gaugeScenario6.update(83.3333333333);gaugeScenario7.update(79.4871794872);gaugeScenario8.update(100.0);gaugeScenario9.update(100.0);gaugeScenario10.update(92.3076923077);gaugeScenario11.update(88.0952380952);gaugeScenario12.update(95.5555555556);gaugeScenario13.update(100.0);gaugeScenario14.update(88.0952380952);gaugeScenario15.update(100.0);gaugeScenario16.update(94.8717948718);gaugeScenario17.update(97.2222222222);gaugeScenario18.update(97.4358974359);
- }
- updateReadings();
- }
-
- // trend line management
- d3.csv("./scenario_history.txt", function(data) {
- // ***************************************
- // Create the trend line
- // for scenario os-nosdn-kvm_ovs_dpdk-noha
- // Filter results
- var trend1 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-kvm_ovs_dpdk-noha" && row["installer"]=="fuel";
- })
- // 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-nosdn-kvm_ovs_dpdk_bar-ha
- // Filter results
- var trend2 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-kvm_ovs_dpdk_bar-ha" && row["installer"]=="fuel";
- })
- // 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-nosdn-ovs-ha
- // Filter results
- var trend3 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-ovs-ha" && row["installer"]=="fuel";
- })
- // 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-nosdn-ovs-noha
- // Filter results
- var trend4 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-ovs-noha" && row["installer"]=="fuel";
- })
- // 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-nosdn-kvm_ovs_dpdk-ha
- // Filter results
- var trend5 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-kvm_ovs_dpdk-ha" && row["installer"]=="fuel";
- })
- // 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-odl_l2-sfc-noha
- // Filter results
- var trend6 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-sfc-noha" && row["installer"]=="fuel";
- })
- // 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-odl_l3-nofeature-ha
- // Filter results
- var trend7 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l3-nofeature-ha" && row["installer"]=="fuel";
- })
- // 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-nosdn-kvm-noha
- // Filter results
- var trend8 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-kvm-noha" && row["installer"]=="fuel";
- })
- // 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-nosdn-nofeature-noha
- // Filter results
- var trend9 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-nofeature-noha" && row["installer"]=="fuel";
- })
- // 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-odl_l2-nofeature-noha
- // Filter results
- var trend10 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-nofeature-noha" && row["installer"]=="fuel";
- })
- // 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-bgpvpn-ha
- // Filter results
- var trend11 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-bgpvpn-ha" && row["installer"]=="fuel";
- })
- // 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-odl_l2-sfc-ha
- // Filter results
- var trend12 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-sfc-ha" && row["installer"]=="fuel";
- })
- // 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)
- // ****************************************// for scenario os-nosdn-kvm_ovs_dpdk_bar-noha
- // Filter results
- var trend13 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-kvm_ovs_dpdk_bar-noha" && row["installer"]=="fuel";
- })
- // Parse the date
- trend13.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg13",trend13)
- // ****************************************// for scenario os-odl_l2-bgpvpn-noha
- // Filter results
- var trend14 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-bgpvpn-noha" && row["installer"]=="fuel";
- })
- // Parse the date
- trend14.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg14",trend14)
- // ****************************************// for scenario os-odl_l2-nofeature-ha
- // Filter results
- var trend15 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-nofeature-ha" && row["installer"]=="fuel";
- })
- // Parse the date
- trend15.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg15",trend15)
- // ****************************************// for scenario os-nosdn-kvm-ha
- // Filter results
- var trend16 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-kvm-ha" && row["installer"]=="fuel";
- })
- // Parse the date
- trend16.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg16",trend16)
- // ****************************************// for scenario os-odl_l3-nofeature-noha
- // Filter results
- var trend17 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l3-nofeature-noha" && row["installer"]=="fuel";
- })
- // Parse the date
- trend17.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg17",trend17)
- // ****************************************// for scenario os-nosdn-nofeature-ha
- // Filter results
- var trend18 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-nofeature-ha" && row["installer"]=="fuel";
- })
- // Parse the date
- trend18.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg18",trend18)
- // ****************************************
- });
- 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>fuel</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=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/66/console>os-nosdn-kvm_ovs_dpdk-noha</a></td>
- <td><div id="gaugeScenario1"></div></td>
- <td><div id="trend_svg1"></div></td>
- <td>36/36</td>
- <td>7</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-danube/67/console>os-nosdn-kvm_ovs_dpdk_bar-ha</a></td>
- <td><div id="gaugeScenario2"></div></td>
- <td><div id="trend_svg2"></div></td>
- <td>6/42</td>
- <td>7</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-danube/73/console>os-nosdn-ovs-ha</a></td>
- <td><div id="gaugeScenario3"></div></td>
- <td><div id="trend_svg3"></div></td>
- <td>38/39</td>
- <td>6</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/64/console>os-nosdn-ovs-noha</a></td>
- <td><div id="gaugeScenario4"></div></td>
- <td><div id="trend_svg4"></div></td>
- <td>36/36</td>
- <td>8</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-danube/69/console>os-nosdn-kvm_ovs_dpdk-ha</a></td>
- <td><div id="gaugeScenario5"></div></td>
- <td><div id="trend_svg5"></div></td>
- <td>6/39</td>
- <td>7</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/61/console>os-odl_l2-sfc-noha</a></td>
- <td><div id="gaugeScenario6"></div></td>
- <td><div id="trend_svg6"></div></td>
- <td>35/42</td>
- <td>7</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-danube/66/console>os-odl_l3-nofeature-ha</a></td>
- <td><div id="gaugeScenario7"></div></td>
- <td><div id="trend_svg7"></div></td>
- <td>31/39</td>
- <td>6</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/63/console>os-nosdn-kvm-noha</a></td>
- <td><div id="gaugeScenario8"></div></td>
- <td><div id="trend_svg8"></div></td>
- <td>36/36</td>
- <td>7</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/65/console>os-nosdn-nofeature-noha</a></td>
- <td><div id="gaugeScenario9"></div></td>
- <td><div id="trend_svg9"></div></td>
- <td>36/36</td>
- <td>8</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/57/console>os-odl_l2-nofeature-noha</a></td>
- <td><div id="gaugeScenario10"></div></td>
- <td><div id="trend_svg10"></div></td>
- <td>36/39</td>
- <td>6</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-danube/70/console>os-odl_l2-bgpvpn-ha</a></td>
- <td><div id="gaugeScenario11"></div></td>
- <td><div id="trend_svg11"></div></td>
- <td>37/42</td>
- <td>8</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-danube/68/console>os-odl_l2-sfc-ha</a></td>
- <td><div id="gaugeScenario12"></div></td>
- <td><div id="trend_svg12"></div></td>
- <td>43/45</td>
- <td>7</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/68/console>os-nosdn-kvm_ovs_dpdk_bar-noha</a></td>
- <td><div id="gaugeScenario13"></div></td>
- <td><div id="trend_svg13"></div></td>
- <td>39/39</td>
- <td>7</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/62/console>os-odl_l2-bgpvpn-noha</a></td>
- <td><div id="gaugeScenario14"></div></td>
- <td><div id="trend_svg14"></div></td>
- <td>37/42</td>
- <td>8</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-zte-pod1-daily-danube/6/console>os-odl_l2-nofeature-ha</a></td>
- <td><div id="gaugeScenario15"></div></td>
- <td><div id="trend_svg15"></div></td>
- <td>42/42</td>
- <td>11</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-danube/71/console>os-nosdn-kvm-ha</a></td>
- <td><div id="gaugeScenario16"></div></td>
- <td><div id="trend_svg16"></div></td>
- <td>37/39</td>
- <td>12</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/67/console>os-odl_l3-nofeature-noha</a></td>
- <td><div id="gaugeScenario17"></div></td>
- <td><div id="trend_svg17"></div></td>
- <td>35/36</td>
- <td>7</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-danube/72/console>os-nosdn-nofeature-ha</a></td>
- <td><div id="gaugeScenario18"></div></td>
- <td><div id="trend_svg18"></div></td>
- <td>38/39</td>
- <td>15</td>
- </tr>
- </table>
- </div>
-
-
- <div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-kvm_ovs_dpdk-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>
- Promise
-
- </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><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-kvm_ovs_dpdk_bar-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>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- Parser
-
- </th><th>
- Domino
-
- </th><th>
- Barometer
-
- </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><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>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- Parser
-
- </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-few-clouds.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-ovs-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>
- Promise
-
- </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><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-kvm_ovs_dpdk-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>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- Parser
-
- </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><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-sfc-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>
- SNAPS
-
- </th><th>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- SFC
-
- </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-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><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-storm.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-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>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- Parser
-
- </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-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-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>
- </tr>
- </table>
- </div>
- </div><div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-kvm-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>
- Promise
-
- </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><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-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>
- Promise
-
- </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><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_l2-nofeature-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>
- SNAPS
-
- </th><th>
- Promise
-
- </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-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-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>
- </tr>
- </table>
- </div>
- </div><div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l2-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 (ssh)
-
- </th><th>
- vPing (userdata)
-
- </th><th>
- Tempest (smoke)
-
- </th><th>
- Rally (smoke)
-
- </th><th>
- Refstack
-
- </th><th>
- ODL
-
- </th><th>
- SNAPS
-
- </th><th>
- Promise
-
- </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-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-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-storm.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_l2-sfc-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>
- SNAPS
-
- </th><th>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- SFC
-
- </th><th>
- Parser
-
- </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-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-few-clouds.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-kvm_ovs_dpdk_bar-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>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- Domino
-
- </th><th>
- Barometer
-
- </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><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_l2-bgpvpn-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>
- SNAPS
-
- </th><th>
- Promise
-
- </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-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-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-storm.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_l2-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>
- ODL
-
- </th><th>
- SNAPS
-
- </th><th>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- Parser
-
- </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><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-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>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- Parser
-
- </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-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>
- </tr>
- </table>
- </div>
- </div><div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l3-nofeature-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>
- Promise
-
- </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-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><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>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- Parser
-
- </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><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-few-clouds.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>
diff --git a/docs/results/danube/1.0/joid.html b/docs/results/danube/1.0/joid.html
deleted file mode 100644
index 98c1e0ab..00000000
--- a/docs/results/danube/1.0/joid.html
+++ /dev/null
@@ -1,418 +0,0 @@
- <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');
-
- // assign success rate to the gauge
- function updateReadings() {
- gaugeScenario1.update(70.8333333333);gaugeScenario2.update(93.9393939394);gaugeScenario3.update(75.0);gaugeScenario4.update(96.9696969697);gaugeScenario5.update(25.0);
- }
- updateReadings();
- }
-
- // trend line management
- d3.csv("./scenario_history.txt", function(data) {
- // ***************************************
- // Create the trend line
- // for scenario os-nosdn-lxd-noha
- // Filter results
- var trend1 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-lxd-noha" && row["installer"]=="joid";
- })
- // 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-nosdn-nofeature-noha
- // Filter results
- var trend2 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-nofeature-noha" && row["installer"]=="joid";
- })
- // 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-nosdn-lxd-ha
- // Filter results
- var trend3 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-lxd-ha" && row["installer"]=="joid";
- })
- // 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-nosdn-nofeature-ha
- // Filter results
- var trend4 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-nofeature-ha" && row["installer"]=="joid";
- })
- // 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_l2-nofeature-ha
- // Filter results
- var trend5 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-nofeature-ha" && row["installer"]=="joid";
- })
- // 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)
- // ****************************************
- });
- 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>joid</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=https://build.opnfv.org/ci/view/functest/job/functest-joid-baremetal-daily-danube/57/console>os-nosdn-lxd-noha</a></td>
- <td><div id="gaugeScenario1"></div></td>
- <td><div id="trend_svg1"></div></td>
- <td>17/24</td>
- <td>6</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-joid-baremetal-daily-danube/55/console>os-nosdn-nofeature-noha</a></td>
- <td><div id="gaugeScenario2"></div></td>
- <td><div id="trend_svg2"></div></td>
- <td>31/33</td>
- <td>6</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-joid-baremetal-daily-danube/56/console>os-nosdn-lxd-ha</a></td>
- <td><div id="gaugeScenario3"></div></td>
- <td><div id="trend_svg3"></div></td>
- <td>18/24</td>
- <td>5</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-joid-baremetal-daily-danube/62/console>os-nosdn-nofeature-ha</a></td>
- <td><div id="gaugeScenario4"></div></td>
- <td><div id="trend_svg4"></div></td>
- <td>32/33</td>
- <td>6</td>
- </tr><tr class="tr-ok">
- <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>
- <td><div id="gaugeScenario5"></div></td>
- <td><div id="trend_svg5"></div></td>
- <td>9/36</td>
- <td>4</td>
- </tr>
- </table>
- </div>
-
-
- <div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-lxd-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>
- vPing (ssh)
-
- </th><th>
- Tempest (smoke)
-
- </th><th>
- Rally (smoke)
-
- </th><th>
- Refstack
-
- </th><th>
- Promise
-
- </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-storm.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-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>
- Promise
-
- </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-few-clouds.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-lxd-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>
- vPing (ssh)
-
- </th><th>
- Tempest (smoke)
-
- </th><th>
- Rally (smoke)
-
- </th><th>
- Refstack
-
- </th><th>
- Promise
-
- </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-storm.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>
- Promise
-
- </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-few-clouds.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_l2-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>
- ODL
-
- </th><th>
- SNAPS
-
- </th><th>
- Promise
-
- </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-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>
- 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>
diff --git a/docs/results/danube/1.0/scenario_history.txt b/docs/results/danube/1.0/scenario_history.txt
deleted file mode 100644
index 078258e6..00000000
--- a/docs/results/danube/1.0/scenario_history.txt
+++ /dev/null
@@ -1,622 +0,0 @@
-date,scenario,installer,detail,score
-2017-03-13 10:00,os-odl_l2-fdio-noha,apex,5/33,15.0
-2017-03-13 10:00,os-odl_l2-fdio-ha,apex,1/33,3.0
-2017-03-14 01:45,os-odl_l2-fdio-noha,apex,12/33,36.0
-2017-03-14 01:45,os-odl_l2-fdio-ha,apex,1/33,3.0
-2017-03-15 01:45,os-odl_l2-fdio-noha,apex,29/33,88.0
-2017-03-15 01:45,os-odl_l2-fdio-ha,apex,4/33,12.0
-2017-03-16 01:45,os-odl_l2-fdio-noha,apex,29/36,81.0
-2017-03-16 01:45,os-odl_l2-fdio-ha,apex,13/36,36.0
-2017-03-16 10:23,os-odl_l2-fdio-noha,apex,33/36,92.0
-2017-03-16 10:23,os-odl_l2-fdio-ha,apex,13/36,36.0
-2017-03-17 01:45,os-odl_l2-fdio-noha,apex,33/36,92.0
-2017-03-17 01:45,os-odl_l2-fdio-ha,apex,20/36,56.0
-2017-03-17 07:33,os-odl_l2-fdio-noha,apex,33/36,92.0
-2017-03-17 07:33,os-odl_l2-fdio-ha,apex,20/36,56.0
-2017-03-17 08:49,os-odl_l2-fdio-noha,apex,33/36,92.0
-2017-03-17 08:49,os-nosdn-nofeature-ha,apex,9/33,27.0
-2017-03-17 08:49,os-odl_l2-fdio-ha,apex,20/36,56.0
-2017-03-18 01:45,os-odl-gluon-noha,apex,12/39,31.0
-2017-03-18 01:45,os-odl_l2-fdio-noha,apex,33/36,92.0
-2017-03-18 01:45,os-odl_l3-fdio-noha,apex,15/30,50.0
-2017-03-18 01:45,os-odl_l3-nofeature-ha,apex,8/33,24.0
-2017-03-18 01:45,os-odl_l2-fdio-ha,apex,19/36,53.0
-2017-03-18 01:45,os-odl-bgpvpn-ha,apex,11/39,28.0
-2017-03-18 01:45,os-nosdn-nofeature-ha,apex,11/33,33.0
-2017-03-19 01:45,os-odl_l2-fdio-noha,apex,33/36,92.0
-2017-03-19 01:45,os-odl_l3-fdio-noha,apex,21/30,70.0
-2017-03-19 01:45,os-odl_l3-nofeature-ha,apex,15/33,45.0
-2017-03-19 01:45,os-odl_l2-fdio-ha,apex,19/36,53.0
-2017-03-19 01:45,os-odl-bgpvpn-ha,apex,14/39,36.0
-2017-03-19 01:45,os-nosdn-kvm-ha,apex,11/33,33.0
-2017-03-19 01:45,os-nosdn-nofeature-ha,apex,22/33,67.0
-2017-03-19 01:45,os-odl-gluon-noha,apex,22/39,56.0
-2017-03-19 01:45,os-odl_l2-fdio-noha,apex,33/36,92.0
-2017-03-19 01:45,os-odl_l3-fdio-noha,apex,21/30,70.0
-2017-03-19 01:45,os-odl_l3-nofeature-ha,apex,15/33,45.0
-2017-03-19 01:45,os-odl_l2-fdio-ha,apex,19/36,53.0
-2017-03-19 01:45,os-odl-bgpvpn-ha,apex,14/39,36.0
-2017-03-19 01:45,os-nosdn-kvm-ha,apex,11/33,33.0
-2017-03-19 01:45,os-nosdn-nofeature-ha,apex,22/33,67.0
-2017-03-20 01:45,os-odl-gluon-noha,apex,23/39,59.0
-2017-03-20 01:45,os-odl_l2-fdio-noha,apex,33/36,92.0
-2017-03-20 01:45,os-odl_l3-fdio-noha,apex,21/30,70.0
-2017-03-20 01:45,os-odl_l3-nofeature-ha,apex,15/33,45.0
-2017-03-20 01:45,os-odl_l2-fdio-ha,apex,19/36,53.0
-2017-03-20 01:45,os-nosdn-fdio-ha,apex,2/30,7.0
-2017-03-20 01:45,os-odl-bgpvpn-ha,apex,14/39,36.0
-2017-03-20 01:45,os-nosdn-kvm-ha,apex,12/33,36.0
-2017-03-20 01:45,os-nosdn-nofeature-ha,apex,22/33,67.0
-2017-03-17 01:45,os-nosdn-nofeature-ha,compass,10/30,33.0
-2017-03-17 07:33,os-ocl-nofeature-ha,compass,1/30,3.0
-2017-03-17 07:33,os-nosdn-nofeature-ha,compass,10/30,33.0
-2017-03-17 08:49,os-ocl-nofeature-ha,compass,1/30,3.0
-2017-03-17 08:49,os-nosdn-nofeature-ha,compass,10/30,33.0
-2017-03-18 01:45,os-ocl-nofeature-ha,compass,1/30,3.0
-2017-03-18 01:45,os-odl_l2-nofeature-ha,compass,20/33,61.0
-2017-03-18 01:45,os-nosdn-openo-ha,compass,10/30,33.0
-2017-03-18 01:45,os-odl_l3-nofeature-ha,compass,16/30,53.0
-2017-03-18 01:45,os-nosdn-nofeature-ha,compass,20/30,67.0
-2017-03-19 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-03-19 01:45,os-ocl-nofeature-ha,compass,4/30,13.0
-2017-03-19 01:45,os-onos-nofeature-ha,compass,11/33,33.0
-2017-03-19 01:45,os-odl_l2-nofeature-ha,compass,26/33,79.0
-2017-03-19 01:45,os-nosdn-openo-ha,compass,10/30,33.0
-2017-03-19 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-03-20 01:45,os-odl_l3-nofeature-ha,compass,27/30,90.0
-2017-03-20 01:45,os-ocl-nofeature-ha,compass,4/30,13.0
-2017-03-20 01:45,os-onos-nofeature-ha,compass,22/33,67.0
-2017-03-20 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-20 01:45,os-nosdn-openo-ha,compass,10/30,33.0
-2017-03-20 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-03-19 01:45,os-odl_l2-nofeature-ha,fuel,13/42,31.0
-2017-03-19 01:45,os-odl_l2-nofeature-ha,fuel,13/42,31.0
-2017-03-20 01:45,os-odl_l2-nofeature-ha,fuel,13/42,31.0
-2017-03-20 01:45,os-odl_l2-bgpvpn-ha,fuel,3/42,7.0
-2017-03-16 10:23,os-nosdn-nofeature-ha,joid,10/33,30.0
-2017-03-17 01:45,os-nosdn-lxd-noha,joid,13/24,54.0
-2017-03-17 01:45,os-odl_l2-nofeature-ha,joid,2/36,6.0
-2017-03-17 01:45,os-nosdn-nofeature-ha,joid,10/33,30.0
-2017-03-17 07:33,os-nosdn-lxd-noha,joid,13/24,54.0
-2017-03-17 07:33,os-odl_l2-nofeature-ha,joid,2/36,6.0
-2017-03-17 07:33,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-17 07:33,os-nosdn-nofeature-noha,joid,11/33,33.0
-2017-03-17 08:49,os-nosdn-lxd-noha,joid,13/24,54.0
-2017-03-17 08:49,os-odl_l2-nofeature-ha,joid,2/36,6.0
-2017-03-17 08:49,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-17 08:49,os-nosdn-nofeature-noha,joid,11/33,33.0
-2017-03-18 01:45,os-nosdn-lxd-noha,joid,13/24,54.0
-2017-03-18 01:45,os-odl_l2-nofeature-ha,joid,2/36,6.0
-2017-03-18 01:45,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-18 01:45,os-nosdn-nofeature-noha,joid,11/33,33.0
-2017-03-19 01:45,os-nosdn-lxd-noha,joid,13/24,54.0
-2017-03-19 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-03-19 01:45,os-nosdn-lxd-ha,joid,1/24,4.0
-2017-03-19 01:45,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-19 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-03-20 01:45,os-nosdn-lxd-noha,joid,13/24,54.0
-2017-03-20 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-03-20 01:45,os-nosdn-lxd-ha,joid,1/24,4.0
-2017-03-20 01:45,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-20 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-03-21 01:45,os-odl-gluon-noha,apex,23/39,59.0
-2017-03-21 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-03-21 01:45,os-odl_l3-fdio-noha,apex,27/30,90.0
-2017-03-21 01:45,os-odl_l3-nofeature-ha,apex,15/33,45.0
-2017-03-21 01:45,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-03-21 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-03-21 01:45,os-odl-bgpvpn-ha,apex,22/39,56.0
-2017-03-21 01:45,os-nosdn-kvm-ha,apex,22/33,67.0
-2017-03-21 01:45,os-nosdn-nofeature-ha,apex,27/33,82.0
-2017-03-21 01:45,os-odl_l3-nofeature-ha,compass,27/30,90.0
-2017-03-21 01:45,os-ocl-nofeature-ha,compass,7/30,23.0
-2017-03-21 01:45,os-onos-nofeature-ha,compass,31/33,94.0
-2017-03-21 01:45,os-odl_l2-nofeature-ha,compass,30/33,91.0
-2017-03-21 01:45,os-nosdn-openo-ha,compass,20/30,67.0
-2017-03-21 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-03-21 01:45,os-odl_l3-nofeature-noha,fuel,11/36,31.0
-2017-03-21 01:45,os-nosdn-nofeature-noha,fuel,12/36,33.0
-2017-03-21 01:45,os-odl_l2-nofeature-noha,fuel,12/39,31.0
-2017-03-21 01:45,os-odl_l2-bgpvpn-ha,fuel,15/42,36.0
-2017-03-21 01:45,os-nosdn-ovs-ha,fuel,26/39,67.0
-2017-03-21 01:45,os-odl_l2-nofeature-ha,fuel,13/42,31.0
-2017-03-21 01:45,os-nosdn-nofeature-ha,fuel,26/39,67.0
-2017-03-21 01:45,os-nosdn-lxd-noha,joid,13/24,54.0
-2017-03-21 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-03-21 01:45,os-nosdn-lxd-ha,joid,1/24,4.0
-2017-03-21 01:45,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-21 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-03-22 01:45,os-odl-gluon-noha,apex,34/39,87.0
-2017-03-22 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-03-22 01:45,os-odl_l3-fdio-noha,apex,27/30,90.0
-2017-03-22 01:45,os-odl_l3-nofeature-ha,apex,22/33,67.0
-2017-03-22 01:45,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-03-22 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-03-22 01:45,os-odl-bgpvpn-ha,apex,25/39,64.0
-2017-03-22 01:45,os-nosdn-kvm-ha,apex,23/33,70.0
-2017-03-22 01:45,os-nosdn-nofeature-ha,apex,33/33,100.0
-2017-03-22 01:45,os-odl_l3-nofeature-ha,compass,27/30,90.0
-2017-03-22 01:45,os-ocl-nofeature-ha,compass,7/30,23.0
-2017-03-22 01:45,os-onos-nofeature-ha,compass,31/33,94.0
-2017-03-22 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-03-22 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-03-22 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-22 01:45,os-nosdn-ovs-noha,fuel,12/36,33.0
-2017-03-22 01:45,os-odl_l3-nofeature-noha,fuel,11/36,31.0
-2017-03-22 01:45,os-odl_l2-bgpvpn-noha,fuel,12/42,29.0
-2017-03-22 01:45,os-odl_l2-sfc-noha,fuel,2/42,5.0
-2017-03-22 01:45,os-odl_l3-nofeature-ha,fuel,19/39,49.0
-2017-03-22 01:45,os-nosdn-nofeature-noha,fuel,24/36,67.0
-2017-03-22 01:45,os-odl_l2-nofeature-noha,fuel,14/39,36.0
-2017-03-22 01:45,os-odl_l2-bgpvpn-ha,fuel,22/42,52.0
-2017-03-22 01:45,os-odl_l2-sfc-ha,fuel,13/45,29.0
-2017-03-22 01:45,os-nosdn-ovs-ha,fuel,26/39,67.0
-2017-03-22 01:45,os-odl_l2-nofeature-ha,fuel,26/42,62.0
-2017-03-22 01:45,os-nosdn-nofeature-ha,fuel,26/39,67.0
-2017-03-22 01:45,os-nosdn-lxd-noha,joid,14/24,58.0
-2017-03-22 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-03-22 01:45,os-nosdn-lxd-ha,joid,2/24,8.0
-2017-03-22 01:45,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-22 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-03-23 01:45,os-odl-gluon-noha,apex,34/39,87.0
-2017-03-23 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-03-23 01:45,os-odl_l3-fdio-noha,apex,27/30,90.0
-2017-03-23 01:45,os-odl_l3-nofeature-ha,apex,21/33,64.0
-2017-03-23 01:45,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-03-23 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-03-23 01:45,os-odl-bgpvpn-ha,apex,25/39,64.0
-2017-03-23 01:45,os-nosdn-kvm-ha,apex,23/33,70.0
-2017-03-23 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-03-23 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-03-23 01:45,os-ocl-nofeature-ha,compass,7/30,23.0
-2017-03-23 01:45,os-onos-nofeature-ha,compass,30/33,91.0
-2017-03-23 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-23 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-03-23 01:45,os-nosdn-nofeature-ha,compass,28/30,93.0
-2017-03-23 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,12/36,33.0
-2017-03-23 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,2/42,5.0
-2017-03-23 01:45,os-nosdn-kvm-noha,fuel,12/36,33.0
-2017-03-23 01:45,os-nosdn-ovs-noha,fuel,24/36,67.0
-2017-03-23 01:45,os-odl_l3-nofeature-noha,fuel,22/36,61.0
-2017-03-23 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,2/39,5.0
-2017-03-23 01:45,os-odl_l2-bgpvpn-noha,fuel,24/42,57.0
-2017-03-23 01:45,os-odl_l2-sfc-noha,fuel,2/42,5.0
-2017-03-23 01:45,os-odl_l3-nofeature-ha,fuel,19/39,49.0
-2017-03-23 01:45,os-nosdn-kvm-ha,fuel,25/39,64.0
-2017-03-23 01:45,os-nosdn-nofeature-noha,fuel,24/36,67.0
-2017-03-23 01:45,os-odl_l2-nofeature-noha,fuel,26/39,67.0
-2017-03-23 01:45,os-odl_l2-bgpvpn-ha,fuel,25/42,60.0
-2017-03-23 01:45,os-odl_l2-sfc-ha,fuel,13/45,29.0
-2017-03-23 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,24/39,62.0
-2017-03-23 01:45,os-nosdn-ovs-ha,fuel,26/39,67.0
-2017-03-23 01:45,os-odl_l2-nofeature-ha,fuel,26/42,62.0
-2017-03-23 01:45,os-nosdn-nofeature-ha,fuel,37/39,95.0
-2017-03-23 01:45,os-nosdn-lxd-noha,joid,20/24,83.0
-2017-03-23 01:45,os-odl_l2-nofeature-ha,joid,7/36,19.0
-2017-03-23 01:45,os-nosdn-lxd-ha,joid,7/24,29.0
-2017-03-23 01:45,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-23 01:45,os-nosdn-nofeature-noha,joid,33/33,100.0
-2017-03-24 01:45,os-odl-gluon-noha,apex,34/39,87.0
-2017-03-24 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-03-24 01:45,os-odl_l3-fdio-noha,apex,27/30,90.0
-2017-03-24 01:45,os-odl_l3-nofeature-ha,apex,21/33,64.0
-2017-03-24 01:45,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-03-24 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-03-24 01:45,os-odl-bgpvpn-ha,apex,25/39,64.0
-2017-03-24 01:45,os-nosdn-kvm-ha,apex,31/33,94.0
-2017-03-24 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-03-24 01:45,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-03-24 01:45,os-ocl-nofeature-ha,compass,6/30,20.0
-2017-03-24 01:45,os-onos-nofeature-ha,compass,31/33,94.0
-2017-03-24 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-24 01:45,os-nosdn-openo-ha,compass,25/30,83.0
-2017-03-24 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-24 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,24/36,67.0
-2017-03-24 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,4/42,10.0
-2017-03-24 01:45,os-nosdn-kvm-noha,fuel,24/36,67.0
-2017-03-24 01:45,os-nosdn-ovs-noha,fuel,24/36,67.0
-2017-03-24 01:45,os-odl_l3-nofeature-noha,fuel,23/36,64.0
-2017-03-24 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,4/39,10.0
-2017-03-24 01:45,os-odl_l2-bgpvpn-noha,fuel,24/42,57.0
-2017-03-24 01:45,os-odl_l2-sfc-noha,fuel,14/42,33.0
-2017-03-24 01:45,os-odl_l3-nofeature-ha,fuel,24/39,62.0
-2017-03-24 01:45,os-nosdn-kvm-ha,fuel,25/39,64.0
-2017-03-24 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-24 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-03-24 01:45,os-odl_l2-bgpvpn-ha,fuel,27/42,64.0
-2017-03-24 01:45,os-odl_l2-sfc-ha,fuel,24/45,53.0
-2017-03-24 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,24/39,62.0
-2017-03-24 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-03-24 01:45,os-odl_l2-nofeature-ha,fuel,26/42,62.0
-2017-03-24 01:45,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-03-24 01:45,os-nosdn-lxd-noha,joid,20/24,83.0
-2017-03-24 01:45,os-odl_l2-nofeature-ha,joid,7/36,19.0
-2017-03-24 01:45,os-nosdn-lxd-ha,joid,13/24,54.0
-2017-03-24 01:45,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-24 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-03-25 01:45,os-odl-gluon-noha,apex,34/39,87.0
-2017-03-25 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-03-25 01:45,os-odl_l3-fdio-noha,apex,27/30,90.0
-2017-03-25 01:45,os-odl_l3-nofeature-ha,apex,23/33,70.0
-2017-03-25 01:45,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-03-25 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-03-25 01:45,os-odl-bgpvpn-ha,apex,25/39,64.0
-2017-03-25 01:45,os-nosdn-kvm-ha,apex,31/33,94.0
-2017-03-25 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-03-25 01:45,os-odl_l3-nofeature-ha,compass,27/30,90.0
-2017-03-25 01:45,os-ocl-nofeature-ha,compass,6/30,20.0
-2017-03-25 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-03-25 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-25 01:45,os-nosdn-openo-ha,compass,25/30,83.0
-2017-03-25 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-25 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,24/36,67.0
-2017-03-25 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,4/42,10.0
-2017-03-25 01:45,os-nosdn-kvm-noha,fuel,24/36,67.0
-2017-03-25 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-25 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-03-25 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,4/39,10.0
-2017-03-25 01:45,os-odl_l2-bgpvpn-noha,fuel,26/42,62.0
-2017-03-25 01:45,os-odl_l2-sfc-noha,fuel,24/42,57.0
-2017-03-25 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-03-25 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-25 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-25 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-03-25 01:45,os-odl_l2-bgpvpn-ha,fuel,35/42,83.0
-2017-03-25 01:45,os-odl_l2-sfc-ha,fuel,25/45,56.0
-2017-03-25 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,24/39,62.0
-2017-03-25 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-03-25 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-03-25 01:45,os-nosdn-nofeature-ha,fuel,35/39,90.0
-2017-03-25 01:45,os-nosdn-lxd-noha,joid,19/24,79.0
-2017-03-25 01:45,os-odl_l2-nofeature-ha,joid,7/36,19.0
-2017-03-25 01:45,os-nosdn-lxd-ha,joid,13/24,54.0
-2017-03-25 01:45,os-nosdn-nofeature-ha,joid,21/33,64.0
-2017-03-25 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-03-26 01:45,os-odl-gluon-noha,apex,34/39,87.0
-2017-03-26 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-03-26 01:45,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-03-26 01:45,os-odl_l3-nofeature-ha,apex,23/33,70.0
-2017-03-26 01:45,os-odl_l2-fdio-ha,apex,22/36,61.0
-2017-03-26 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-26 01:45,os-odl-bgpvpn-ha,apex,25/39,64.0
-2017-03-26 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-26 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-03-26 01:45,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-03-26 01:45,os-ocl-nofeature-ha,compass,6/30,20.0
-2017-03-26 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-03-26 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-26 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-03-26 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-26 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,24/36,67.0
-2017-03-26 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,4/42,10.0
-2017-03-26 01:45,os-nosdn-kvm-noha,fuel,24/36,67.0
-2017-03-26 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-26 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-03-26 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,4/39,10.0
-2017-03-26 01:45,os-odl_l2-bgpvpn-noha,fuel,26/42,62.0
-2017-03-26 01:45,os-odl_l2-sfc-noha,fuel,24/42,57.0
-2017-03-26 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-03-26 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-26 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-26 01:45,os-odl_l2-nofeature-noha,fuel,36/39,92.0
-2017-03-26 01:45,os-odl_l2-bgpvpn-ha,fuel,35/42,83.0
-2017-03-26 01:45,os-odl_l2-sfc-ha,fuel,25/45,56.0
-2017-03-26 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,24/39,62.0
-2017-03-26 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-03-26 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-03-26 01:45,os-nosdn-nofeature-ha,fuel,35/39,90.0
-2017-03-26 01:45,os-nosdn-lxd-noha,joid,19/24,79.0
-2017-03-26 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-26 01:45,os-nosdn-lxd-ha,joid,13/24,54.0
-2017-03-26 01:45,os-nosdn-nofeature-ha,joid,22/33,67.0
-2017-03-26 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-03-27 01:45,os-odl-gluon-noha,apex,34/39,87.0
-2017-03-27 01:45,os-odl_l2-fdio-noha,apex,18/36,50.0
-2017-03-27 01:45,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-03-27 01:45,os-odl_l3-nofeature-ha,apex,26/33,79.0
-2017-03-27 01:45,os-odl_l2-fdio-ha,apex,21/36,58.0
-2017-03-27 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-27 01:45,os-odl-bgpvpn-ha,apex,25/39,64.0
-2017-03-27 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-27 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-03-27 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-03-27 01:45,os-ocl-nofeature-ha,compass,5/30,17.0
-2017-03-27 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-03-27 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-03-27 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-03-27 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-27 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,24/36,67.0
-2017-03-27 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,4/42,10.0
-2017-03-27 01:45,os-nosdn-kvm-noha,fuel,24/36,67.0
-2017-03-27 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-27 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-03-27 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,4/39,10.0
-2017-03-27 01:45,os-odl_l2-bgpvpn-noha,fuel,26/42,62.0
-2017-03-27 01:45,os-odl_l2-sfc-noha,fuel,24/42,57.0
-2017-03-27 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-03-27 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-27 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-27 01:45,os-odl_l2-nofeature-noha,fuel,36/39,92.0
-2017-03-27 01:45,os-odl_l2-bgpvpn-ha,fuel,35/42,83.0
-2017-03-27 01:45,os-odl_l2-sfc-ha,fuel,25/45,56.0
-2017-03-27 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,24/39,62.0
-2017-03-27 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-03-27 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-03-27 01:45,os-nosdn-nofeature-ha,fuel,35/39,90.0
-2017-03-27 01:45,os-nosdn-lxd-noha,joid,13/24,54.0
-2017-03-27 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-03-27 01:45,os-nosdn-lxd-ha,joid,13/24,54.0
-2017-03-27 01:45,os-nosdn-nofeature-ha,joid,21/33,64.0
-2017-03-27 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-28 01:45,os-odl-gluon-noha,apex,33/39,85.0
-2017-03-28 01:45,os-odl_l2-fdio-noha,apex,28/36,78.0
-2017-03-28 01:45,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-03-28 01:45,os-odl_l3-nofeature-ha,apex,26/33,79.0
-2017-03-28 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-28 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-28 01:45,os-odl-bgpvpn-ha,apex,24/39,62.0
-2017-03-28 01:45,os-odl_l2-fdio-ha,apex,20/36,56.0
-2017-03-28 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-03-28 01:45,os-odl_l3-nofeature-ha,compass,21/30,70.0
-2017-03-28 01:45,os-ocl-nofeature-ha,compass,5/30,17.0
-2017-03-28 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-03-28 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-28 01:45,os-nosdn-openo-ha,compass,30/30,100.0
-2017-03-28 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-03-28 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-03-28 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-03-28 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-03-28 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-28 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-03-28 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-03-28 01:45,os-odl_l2-bgpvpn-noha,fuel,36/42,86.0
-2017-03-28 01:45,os-odl_l2-sfc-noha,fuel,27/42,64.0
-2017-03-28 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-03-28 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-28 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-28 01:45,os-odl_l2-nofeature-noha,fuel,37/39,95.0
-2017-03-28 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-03-28 01:45,os-odl_l2-sfc-ha,fuel,37/45,82.0
-2017-03-28 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,37/39,95.0
-2017-03-28 01:45,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-03-28 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-03-28 01:45,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-03-28 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-03-28 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-03-28 01:45,os-nosdn-lxd-ha,joid,13/24,54.0
-2017-03-28 01:45,os-nosdn-nofeature-ha,joid,21/33,64.0
-2017-03-28 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-28 13:20,os-odl-gluon-noha,apex,30/36,83.0
-2017-03-28 13:20,os-odl_l2-fdio-noha,apex,28/36,78.0
-2017-03-28 13:20,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-03-28 13:20,os-odl-bgpvpn-ha,apex,22/36,61.0
-2017-03-28 13:20,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-28 13:20,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-28 13:20,os-odl_l3-nofeature-ha,apex,26/33,79.0
-2017-03-28 13:20,os-odl_l2-fdio-ha,apex,25/36,69.0
-2017-03-28 13:20,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-03-28 13:20,os-odl_l3-nofeature-ha,compass,21/30,70.0
-2017-03-28 13:20,os-ocl-nofeature-ha,compass,4/30,13.0
-2017-03-28 13:20,os-onos-nofeature-ha,compass,27/33,82.0
-2017-03-28 13:20,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-28 13:20,os-nosdn-openo-ha,compass,30/30,100.0
-2017-03-28 13:20,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-28 13:20,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-03-28 13:20,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-03-28 13:20,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-03-28 13:20,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-28 13:20,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-03-28 13:20,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-03-28 13:20,os-odl_l2-bgpvpn-noha,fuel,36/42,86.0
-2017-03-28 13:20,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-03-28 13:20,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-03-28 13:20,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-28 13:20,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-28 13:20,os-odl_l2-nofeature-noha,fuel,37/39,95.0
-2017-03-28 13:20,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-03-28 13:20,os-odl_l2-sfc-ha,fuel,37/45,82.0
-2017-03-28 13:20,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,37/39,95.0
-2017-03-28 13:20,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-03-28 13:20,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-03-28 13:20,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-03-28 13:20,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-03-28 13:20,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-28 13:20,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-03-28 13:20,os-nosdn-nofeature-ha,joid,21/33,64.0
-2017-03-28 13:20,os-nosdn-lxd-ha,joid,13/24,54.0
-2017-03-28 13:56,os-odl-gluon-noha,apex,30/36,83.0
-2017-03-28 13:56,os-odl_l2-fdio-noha,apex,30/36,83.0
-2017-03-28 13:56,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-03-28 13:56,os-odl-bgpvpn-ha,apex,22/36,61.0
-2017-03-28 13:56,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-28 13:56,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-28 13:56,os-odl_l3-nofeature-ha,apex,26/33,79.0
-2017-03-28 13:56,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-03-28 13:56,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-03-28 13:56,os-odl_l3-nofeature-ha,compass,21/30,70.0
-2017-03-28 13:56,os-ocl-nofeature-ha,compass,4/30,13.0
-2017-03-28 13:56,os-onos-nofeature-ha,compass,27/33,82.0
-2017-03-28 13:56,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-28 13:56,os-nosdn-openo-ha,compass,30/30,100.0
-2017-03-28 13:56,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-28 13:56,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-03-28 13:56,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-03-28 13:56,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-03-28 13:56,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-28 13:56,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-03-28 13:56,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-03-28 13:56,os-odl_l2-bgpvpn-noha,fuel,36/42,86.0
-2017-03-28 13:56,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-03-28 13:56,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-03-28 13:56,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-28 13:56,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-28 13:56,os-odl_l2-nofeature-noha,fuel,37/39,95.0
-2017-03-28 13:56,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-03-28 13:56,os-odl_l2-sfc-ha,fuel,37/45,82.0
-2017-03-28 13:56,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,37/39,95.0
-2017-03-28 13:56,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-03-28 13:56,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-03-28 13:56,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-03-28 13:56,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-03-28 13:56,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-28 13:56,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-03-28 13:56,os-nosdn-nofeature-ha,joid,21/33,64.0
-2017-03-28 13:56,os-nosdn-lxd-ha,joid,13/24,54.0
-2017-03-28 16:16,os-odl-gluon-noha,apex,30/36,83.0
-2017-03-28 16:16,os-odl_l2-fdio-noha,apex,30/36,83.0
-2017-03-28 16:16,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-03-28 16:16,os-odl-bgpvpn-ha,apex,22/36,61.0
-2017-03-28 16:16,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-28 16:16,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-28 16:16,os-odl_l3-nofeature-ha,apex,26/33,79.0
-2017-03-28 16:16,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-03-28 16:16,os-nosdn-nofeature-ha,apex,33/33,100.0
-2017-03-28 16:16,os-odl_l3-nofeature-ha,compass,21/30,70.0
-2017-03-28 16:16,os-ocl-nofeature-ha,compass,4/30,13.0
-2017-03-28 16:16,os-onos-nofeature-ha,compass,27/33,82.0
-2017-03-28 16:16,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-28 16:16,os-nosdn-openo-ha,compass,29/30,97.0
-2017-03-28 16:16,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-28 16:16,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-03-28 16:16,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-03-28 16:16,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-03-28 16:16,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-28 16:16,os-odl_l3-nofeature-noha,fuel,34/36,94.0
-2017-03-28 16:16,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-03-28 16:16,os-odl_l2-bgpvpn-noha,fuel,36/42,86.0
-2017-03-28 16:16,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-03-28 16:16,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-03-28 16:16,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-28 16:16,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-28 16:16,os-odl_l2-nofeature-noha,fuel,37/39,95.0
-2017-03-28 16:16,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-03-28 16:16,os-odl_l2-sfc-ha,fuel,40/45,89.0
-2017-03-28 16:16,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,37/39,95.0
-2017-03-28 16:16,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-03-28 16:16,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-03-28 16:16,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-03-28 16:16,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-03-28 16:16,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-28 16:16,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-03-28 16:16,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-03-28 16:16,os-nosdn-lxd-ha,joid,13/24,54.0
-2017-03-29 01:45,os-odl-gluon-noha,apex,30/36,83.0
-2017-03-29 01:45,os-odl_l2-fdio-noha,apex,30/36,83.0
-2017-03-29 01:45,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-03-29 01:45,os-odl-bgpvpn-ha,apex,22/36,61.0
-2017-03-29 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-29 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-29 01:45,os-odl_l3-nofeature-ha,apex,27/33,82.0
-2017-03-29 01:45,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-03-29 01:45,os-nosdn-nofeature-ha,apex,33/33,100.0
-2017-03-29 01:45,os-odl_l3-nofeature-ha,compass,21/30,70.0
-2017-03-29 01:45,os-ocl-nofeature-ha,compass,4/30,13.0
-2017-03-29 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-03-29 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-29 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-03-29 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-29 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-03-29 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-03-29 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-03-29 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-29 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-29 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-03-29 01:45,os-odl_l2-bgpvpn-noha,fuel,36/42,86.0
-2017-03-29 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-03-29 01:45,os-odl_l3-nofeature-ha,fuel,34/39,87.0
-2017-03-29 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-29 01:45,os-odl_l3-nofeature-noha,fuel,34/36,94.0
-2017-03-29 01:45,os-odl_l2-nofeature-noha,fuel,36/39,92.0
-2017-03-29 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-03-29 01:45,os-odl_l2-sfc-ha,fuel,40/45,89.0
-2017-03-29 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,38/39,97.0
-2017-03-29 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-03-29 01:45,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-03-29 01:45,os-nosdn-nofeature-ha,fuel,37/39,95.0
-2017-03-29 01:45,os-nosdn-lxd-noha,joid,17/24,71.0
-2017-03-29 01:45,os-nosdn-nofeature-noha,joid,31/33,94.0
-2017-03-29 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-29 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-03-29 01:45,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-03-30 01:45,os-nosdn-fdio-noha,apex,15/30,50.0
-2017-03-30 01:45,os-odl-gluon-noha,apex,31/36,86.0
-2017-03-30 01:45,os-odl_l2-fdio-noha,apex,30/36,83.0
-2017-03-30 01:45,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-03-30 01:45,os-odl-bgpvpn-ha,apex,22/36,61.0
-2017-03-30 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-30 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-30 01:45,os-odl_l3-nofeature-ha,apex,27/33,82.0
-2017-03-30 01:45,os-nosdn-ovs-ha,apex,2/33,6.0
-2017-03-30 01:45,os-odl_l2-fdio-ha,apex,29/36,81.0
-2017-03-30 01:45,os-nosdn-nofeature-ha,apex,33/33,100.0
-2017-03-30 01:45,os-odl_l3-nofeature-ha,compass,21/30,70.0
-2017-03-30 01:45,os-ocl-nofeature-ha,compass,4/30,13.0
-2017-03-30 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-03-30 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-30 01:45,os-nosdn-openo-ha,compass,28/30,93.0
-2017-03-30 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-30 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-03-30 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-03-30 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-03-30 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-30 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-30 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-03-30 01:45,os-odl_l2-bgpvpn-noha,fuel,36/42,86.0
-2017-03-30 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-03-30 01:45,os-odl_l3-nofeature-ha,fuel,34/39,87.0
-2017-03-30 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-30 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-03-30 01:45,os-odl_l2-nofeature-noha,fuel,36/39,92.0
-2017-03-30 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-03-30 01:45,os-odl_l2-sfc-ha,fuel,42/45,93.0
-2017-03-30 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,38/39,97.0
-2017-03-30 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-03-30 01:45,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-03-30 01:45,os-nosdn-nofeature-ha,fuel,37/39,95.0
-2017-03-30 01:45,os-nosdn-lxd-noha,joid,17/24,71.0
-2017-03-30 01:45,os-nosdn-nofeature-noha,joid,31/33,94.0
-2017-03-30 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-30 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-03-30 01:45,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-03-31 01:45,os-nosdn-fdio-noha,apex,15/30,50.0
-2017-03-31 01:45,os-odl-gluon-noha,apex,30/36,83.0
-2017-03-31 01:45,os-odl_l2-fdio-noha,apex,30/36,83.0
-2017-03-31 01:45,os-odl_l3-fdio-noha,apex,20/30,67.0
-2017-03-31 01:45,os-odl-bgpvpn-ha,apex,21/36,58.0
-2017-03-31 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-31 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-31 01:45,os-odl_l3-nofeature-ha,apex,27/33,82.0
-2017-03-31 01:45,os-odl_l3-ovs-ha,apex,2/33,6.0
-2017-03-31 01:45,os-nosdn-ovs-ha,apex,2/33,6.0
-2017-03-31 01:45,os-odl_l2-fdio-ha,apex,29/36,81.0
-2017-03-31 01:45,os-nosdn-nofeature-ha,apex,33/33,100.0
-2017-03-31 01:45,os-odl_l3-nofeature-ha,compass,23/30,77.0
-2017-03-31 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-03-31 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-03-31 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-31 01:45,os-nosdn-openo-ha,compass,28/30,93.0
-2017-03-31 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-31 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-03-31 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-03-31 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-03-31 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-31 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-03-31 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-03-31 01:45,os-odl_l3-nofeature-ha,fuel,31/39,79.0
-2017-03-31 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-31 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-31 01:45,os-odl_l2-nofeature-noha,fuel,36/39,92.0
-2017-03-31 01:45,os-odl_l2-bgpvpn-ha,fuel,37/42,88.0
-2017-03-31 01:45,os-odl_l2-sfc-ha,fuel,43/45,96.0
-2017-03-31 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-03-31 01:45,os-odl_l2-bgpvpn-noha,fuel,37/42,88.0
-2017-03-31 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-03-31 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-03-31 01:45,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-03-31 01:45,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-03-31 01:45,os-nosdn-lxd-noha,joid,17/24,71.0
-2017-03-31 01:45,os-nosdn-nofeature-noha,joid,31/33,94.0
-2017-03-31 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-31 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-03-31 01:45,os-nosdn-lxd-ha,joid,18/24,75.0
-
diff --git a/docs/results/danube/1.0/validated_scenario_history.txt b/docs/results/danube/1.0/validated_scenario_history.txt
deleted file mode 100644
index e867e372..00000000
--- a/docs/results/danube/1.0/validated_scenario_history.txt
+++ /dev/null
@@ -1,60 +0,0 @@
-2017-03-19 02:03;compass;os-nosdn-nofeature-ha
-2017-03-20 02:04;compass;os-nosdn-nofeature-ha
-2017-03-21 02:03;compass;os-nosdn-nofeature-ha
-2017-03-22 02:01;apex;os-nosdn-nofeature-ha
-2017-03-23 02:14;joid;os-nosdn-nofeature-noha
-2017-03-24 02:09;fuel;os-nosdn-nofeature-noha
-2017-03-24 02:11;fuel;os-nosdn-ovs-ha
-2017-03-25 02:06;fuel;os-nosdn-ovs-noha
-2017-03-25 02:09;fuel;os-nosdn-nofeature-noha
-2017-03-25 02:11;fuel;os-nosdn-ovs-ha
-2017-03-26 02:06;fuel;os-nosdn-ovs-noha
-2017-03-26 02:09;fuel;os-nosdn-nofeature-noha
-2017-03-26 02:11;fuel;os-nosdn-ovs-ha
-2017-03-27 02:06;fuel;os-nosdn-ovs-noha
-2017-03-27 02:09;fuel;os-nosdn-nofeature-noha
-2017-03-27 02:11;fuel;os-nosdn-ovs-ha
-2017-03-28 02:04;compass;os-nosdn-openo-ha
-2017-03-28 02:04;compass;os-nosdn-nofeature-ha
-2017-03-28 02:04;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-03-28 02:05;fuel;os-nosdn-kvm-noha
-2017-03-28 02:06;fuel;os-nosdn-ovs-noha
-2017-03-28 02:09;fuel;os-nosdn-nofeature-noha
-2017-03-28 13:40;compass;os-nosdn-openo-ha
-2017-03-28 13:41;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-03-28 13:42;fuel;os-nosdn-kvm-noha
-2017-03-28 13:42;fuel;os-nosdn-ovs-noha
-2017-03-28 13:45;fuel;os-nosdn-nofeature-noha
-2017-03-28 13:48;fuel;os-odl_l2-nofeature-ha
-2017-03-28 14:15;compass;os-nosdn-openo-ha
-2017-03-28 14:16;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-03-28 14:17;fuel;os-nosdn-kvm-noha
-2017-03-28 14:18;fuel;os-nosdn-ovs-noha
-2017-03-28 14:21;fuel;os-nosdn-nofeature-noha
-2017-03-28 14:23;fuel;os-odl_l2-nofeature-ha
-2017-03-28 16:33;apex;os-nosdn-nofeature-ha
-2017-03-28 16:36;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-03-28 16:37;fuel;os-nosdn-kvm-noha
-2017-03-28 16:38;fuel;os-nosdn-ovs-noha
-2017-03-28 16:41;fuel;os-nosdn-nofeature-noha
-2017-03-28 16:43;fuel;os-odl_l2-nofeature-ha
-2017-03-29 02:02;apex;os-nosdn-nofeature-ha
-2017-03-29 02:05;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-03-29 02:05;fuel;os-nosdn-kvm-noha
-2017-03-29 02:06;fuel;os-nosdn-ovs-noha
-2017-03-29 02:06;fuel;os-nosdn-nofeature-noha
-2017-03-29 02:11;fuel;os-odl_l2-nofeature-ha
-2017-03-30 02:02;apex;os-nosdn-nofeature-ha
-2017-03-30 02:05;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-03-30 02:06;fuel;os-nosdn-kvm-noha
-2017-03-30 02:06;fuel;os-nosdn-ovs-noha
-2017-03-30 02:07;fuel;os-nosdn-nofeature-noha
-2017-03-30 02:11;fuel;os-odl_l2-nofeature-ha
-2017-03-31 02:04;apex;os-nosdn-nofeature-ha
-2017-03-31 02:07;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-03-31 02:08;fuel;os-nosdn-kvm-noha
-2017-03-31 02:09;fuel;os-nosdn-ovs-noha
-2017-03-31 02:11;fuel;os-nosdn-nofeature-noha
-2017-03-31 02:13;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-03-31 02:14;fuel;os-odl_l2-nofeature-ha
-
diff --git a/docs/results/danube/2.0/apex.html b/docs/results/danube/2.0/apex.html
deleted file mode 100644
index 4460087e..00000000
--- a/docs/results/danube/2.0/apex.html
+++ /dev/null
@@ -1,1057 +0,0 @@
- <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');var gaugeScenario13 = gauge('#gaugeScenario13');var gaugeScenario14 = gauge('#gaugeScenario14');
-
- // assign success rate to the gauge
- function updateReadings() {
- gaugeScenario1.update(93.3333333333);gaugeScenario2.update(50.0);gaugeScenario3.update(27.2727272727);gaugeScenario4.update(77.7777777778);gaugeScenario5.update(18.1818181818);gaugeScenario6.update(44.4444444444);gaugeScenario7.update(90.9090909091);gaugeScenario8.update(76.6666666667);gaugeScenario9.update(20.0);gaugeScenario10.update(69.696969697);gaugeScenario11.update(18.1818181818);gaugeScenario12.update(80.5555555556);gaugeScenario13.update(90.9090909091);gaugeScenario14.update(76.6666666667);
- }
- 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-ovn-nofeature-noha
- // Filter results
- var trend3 = data.filter(function(row) {
- return row["scenario"]=="os-ovn-nofeature-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_l2-fdio-noha
- // Filter results
- var trend4 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-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_l3-ovs-ha
- // Filter results
- var trend5 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l3-ovs-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-odl-bgpvpn-ha
- // Filter results
- var trend6 = data.filter(function(row) {
- return row["scenario"]=="os-odl-bgpvpn-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-kvm-ha
- // Filter results
- var trend7 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-kvm-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-fdio-noha
- // Filter results
- var trend8 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l3-fdio-noha" && 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-nosdn-fdio-ha
- // Filter results
- var trend9 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-fdio-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-odl_l3-nofeature-ha
- // Filter results
- var trend10 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l3-nofeature-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-nosdn-ovs-ha
- // Filter results
- var trend11 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-ovs-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-odl_l2-fdio-ha
- // Filter results
- var trend12 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-fdio-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)
- // ****************************************// for scenario os-nosdn-nofeature-ha
- // Filter results
- var trend13 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-nofeature-ha" && row["installer"]=="apex";
- })
- // Parse the date
- trend13.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg13",trend13)
- // ****************************************// for scenario os-odl_l3-fdio-ha
- // Filter results
- var trend14 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l3-fdio-ha" && row["installer"]=="apex";
- })
- // Parse the date
- trend14.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg14",trend14)
- // ****************************************
- });
- 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 status page (danube, 2017-05-05 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>28/30</td>
- <td>10</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-apex-daily-danube-daily-danube/225/console>os-odl-gluon-noha</a></td>
- <td><div id="gaugeScenario2"></div></td>
- <td><div id="trend_svg2"></div></td>
- <td>18/36</td>
- <td>3</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-apex-daily-danube-daily-danube/221/console>os-ovn-nofeature-noha</a></td>
- <td><div id="gaugeScenario3"></div></td>
- <td><div id="trend_svg3"></div></td>
- <td>9/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/226/console>os-odl_l2-fdio-noha</a></td>
- <td><div id="gaugeScenario4"></div></td>
- <td><div id="trend_svg4"></div></td>
- <td>28/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/220/console>os-odl_l3-ovs-ha</a></td>
- <td><div id="gaugeScenario5"></div></td>
- <td><div id="trend_svg5"></div></td>
- <td>6/33</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/224/console>os-odl-bgpvpn-ha</a></td>
- <td><div id="gaugeScenario6"></div></td>
- <td><div id="trend_svg6"></div></td>
- <td>16/36</td>
- <td>3</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-apex-daily-danube-daily-danube/228/console>os-nosdn-kvm-ha</a></td>
- <td><div id="gaugeScenario7"></div></td>
- <td><div id="trend_svg7"></div></td>
- <td>30/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/217/console>os-odl_l3-fdio-noha</a></td>
- <td><div id="gaugeScenario8"></div></td>
- <td><div id="trend_svg8"></div></td>
- <td>23/30</td>
- <td>13</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-apex-daily-danube-daily-danube/230/console>os-nosdn-fdio-ha</a></td>
- <td><div id="gaugeScenario9"></div></td>
- <td><div id="trend_svg9"></div></td>
- <td>6/30</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/211/console>os-odl_l3-nofeature-ha</a></td>
- <td><div id="gaugeScenario10"></div></td>
- <td><div id="trend_svg10"></div></td>
- <td>23/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/231/console>os-nosdn-ovs-ha</a></td>
- <td><div id="gaugeScenario11"></div></td>
- <td><div id="trend_svg11"></div></td>
- <td>6/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/227/console>os-odl_l2-fdio-ha</a></td>
- <td><div id="gaugeScenario12"></div></td>
- <td><div id="trend_svg12"></div></td>
- <td>29/36</td>
- <td>20</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-apex-daily-danube-daily-danube/222/console>os-nosdn-nofeature-ha</a></td>
- <td><div id="gaugeScenario13"></div></td>
- <td><div id="trend_svg13"></div></td>
- <td>30/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/229/console>os-odl_l3-fdio-ha</a></td>
- <td><div id="gaugeScenario14"></div></td>
- <td><div id="trend_svg14"></div></td>
- <td>23/30</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-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-few-clouds.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-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-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-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-ovn-nofeature-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>
- 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-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-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-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-storm.png"></td><td><img src="../../img/weather-few-clouds.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-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-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>
- </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-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-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-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-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-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>
- </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-clear.png"></td><td><img src="../../img/weather-storm.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-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-storm.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-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-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>
- </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-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-overcast.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>
- </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-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-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 (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-clear.png"></td><td><img src="../../img/weather-storm.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-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> <br>
- <a href="./status-apex.pdf" class="myButtonPdf">Export to PDF</a> <a href="./scenario_history_apex.txt" class="myButtonCSV">Export to CSV</a>
- </div>
- </div>
- <div class="col-md-1"></div>
-</div>
diff --git a/docs/results/danube/2.0/compass.html b/docs/results/danube/2.0/compass.html
deleted file mode 100644
index cde66359..00000000
--- a/docs/results/danube/2.0/compass.html
+++ /dev/null
@@ -1,493 +0,0 @@
- <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');
-
- // assign success rate to the gauge
- function updateReadings() {
- gaugeScenario1.update(83.3333333333);gaugeScenario2.update(10.0);gaugeScenario3.update(84.8484848485);gaugeScenario4.update(84.8484848485);gaugeScenario5.update(96.6666666667);gaugeScenario6.update(96.6666666667);
- }
- updateReadings();
- }
-
- // trend line management
- d3.csv("./scenario_history.txt", function(data) {
- // ***************************************
- // Create the trend line
- // for scenario os-odl_l3-nofeature-ha
- // Filter results
- var trend1 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l3-nofeature-ha" && row["installer"]=="compass";
- })
- // 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-ocl-nofeature-ha
- // Filter results
- var trend2 = data.filter(function(row) {
- return row["scenario"]=="os-ocl-nofeature-ha" && row["installer"]=="compass";
- })
- // 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-onos-nofeature-ha
- // Filter results
- var trend3 = data.filter(function(row) {
- return row["scenario"]=="os-onos-nofeature-ha" && row["installer"]=="compass";
- })
- // 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_l2-nofeature-ha
- // Filter results
- var trend4 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-nofeature-ha" && row["installer"]=="compass";
- })
- // 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-nosdn-openo-ha
- // Filter results
- var trend5 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-openo-ha" && row["installer"]=="compass";
- })
- // 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-nofeature-ha
- // Filter results
- var trend6 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-nofeature-ha" && row["installer"]=="compass";
- })
- // 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)
- // ****************************************
- });
- 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 status page (danube, 2017-05-05 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>compass</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=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-danube/217/console>os-odl_l3-nofeature-ha</a></td>
- <td><div id="gaugeScenario1"></div></td>
- <td><div id="trend_svg1"></div></td>
- <td>25/30</td>
- <td>18</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-danube/222/console>os-ocl-nofeature-ha</a></td>
- <td><div id="gaugeScenario2"></div></td>
- <td><div id="trend_svg2"></div></td>
- <td>3/30</td>
- <td>7</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-danube/213/console>os-onos-nofeature-ha</a></td>
- <td><div id="gaugeScenario3"></div></td>
- <td><div id="trend_svg3"></div></td>
- <td>28/33</td>
- <td>16</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-danube/218/console>os-odl_l2-nofeature-ha</a></td>
- <td><div id="gaugeScenario4"></div></td>
- <td><div id="trend_svg4"></div></td>
- <td>28/33</td>
- <td>18</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-danube/212/console>os-nosdn-openo-ha</a></td>
- <td><div id="gaugeScenario5"></div></td>
- <td><div id="trend_svg5"></div></td>
- <td>29/30</td>
- <td>7</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-danube/224/console>os-nosdn-nofeature-ha</a></td>
- <td><div id="gaugeScenario6"></div></td>
- <td><div id="trend_svg6"></div></td>
- <td>29/30</td>
- <td>18</td>
- </tr>
- </table>
- </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>
- 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-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>
- </tr>
- </table>
- </div>
- </div><div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-ocl-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>
- Domino
-
- </th>
- </tr>
- <tr class="tr-weather-weather">
- <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>
- </tr>
- </table>
- </div>
- </div><div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-onos-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>
- ONOS
-
- </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-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-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>
- </tr>
- </table>
- </div>
- </div><div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l2-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>
- 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-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-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>
- </tr>
- </table>
- </div>
- </div><div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-openo-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-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>
- </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>
- 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-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> <br>
- <a href="./status-compass.pdf" class="myButtonPdf">Export to PDF</a> <a href="./scenario_history_compass.txt" class="myButtonCSV">Export to CSV</a>
- </div>
- </div>
- <div class="col-md-1"></div>
-</div>
diff --git a/docs/results/danube/2.0/fuel.html b/docs/results/danube/2.0/fuel.html
deleted file mode 100644
index 0ee69d3b..00000000
--- a/docs/results/danube/2.0/fuel.html
+++ /dev/null
@@ -1,1447 +0,0 @@
- <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');var gaugeScenario13 = gauge('#gaugeScenario13');var gaugeScenario14 = gauge('#gaugeScenario14');var gaugeScenario15 = gauge('#gaugeScenario15');var gaugeScenario16 = gauge('#gaugeScenario16');var gaugeScenario17 = gauge('#gaugeScenario17');var gaugeScenario18 = gauge('#gaugeScenario18');
-
- // assign success rate to the gauge
- function updateReadings() {
- gaugeScenario1.update(100.0);gaugeScenario2.update(28.5714285714);gaugeScenario3.update(100.0);gaugeScenario4.update(100.0);gaugeScenario5.update(15.3846153846);gaugeScenario6.update(95.2380952381);gaugeScenario7.update(94.8717948718);gaugeScenario8.update(100.0);gaugeScenario9.update(100.0);gaugeScenario10.update(97.4358974359);gaugeScenario11.update(92.8571428571);gaugeScenario12.update(100.0);gaugeScenario13.update(97.4358974359);gaugeScenario14.update(100.0);gaugeScenario15.update(95.2380952381);gaugeScenario16.update(100.0);gaugeScenario17.update(100.0);gaugeScenario18.update(100.0);
- }
- updateReadings();
- }
-
- // trend line management
- d3.csv("./scenario_history.txt", function(data) {
- // ***************************************
- // Create the trend line
- // for scenario os-nosdn-kvm_ovs_dpdk-noha
- // Filter results
- var trend1 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-kvm_ovs_dpdk-noha" && row["installer"]=="fuel";
- })
- // 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-nosdn-kvm_ovs_dpdk_bar-ha
- // Filter results
- var trend2 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-kvm_ovs_dpdk_bar-ha" && row["installer"]=="fuel";
- })
- // 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-nosdn-ovs-ha
- // Filter results
- var trend3 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-ovs-ha" && row["installer"]=="fuel";
- })
- // 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-nosdn-ovs-noha
- // Filter results
- var trend4 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-ovs-noha" && row["installer"]=="fuel";
- })
- // 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-nosdn-kvm_ovs_dpdk-ha
- // Filter results
- var trend5 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-kvm_ovs_dpdk-ha" && row["installer"]=="fuel";
- })
- // 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-odl_l2-sfc-noha
- // Filter results
- var trend6 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-sfc-noha" && row["installer"]=="fuel";
- })
- // 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-odl_l3-nofeature-ha
- // Filter results
- var trend7 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l3-nofeature-ha" && row["installer"]=="fuel";
- })
- // 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-nosdn-kvm-noha
- // Filter results
- var trend8 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-kvm-noha" && row["installer"]=="fuel";
- })
- // 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-nofeature-noha
- // Filter results
- var trend9 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l3-nofeature-noha" && row["installer"]=="fuel";
- })
- // 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-odl_l2-nofeature-noha
- // Filter results
- var trend10 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-nofeature-noha" && row["installer"]=="fuel";
- })
- // 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-bgpvpn-ha
- // Filter results
- var trend11 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-bgpvpn-ha" && row["installer"]=="fuel";
- })
- // 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-odl_l2-sfc-ha
- // Filter results
- var trend12 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-sfc-ha" && row["installer"]=="fuel";
- })
- // 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)
- // ****************************************// for scenario os-nosdn-kvm_ovs_dpdk_bar-noha
- // Filter results
- var trend13 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-kvm_ovs_dpdk_bar-noha" && row["installer"]=="fuel";
- })
- // Parse the date
- trend13.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg13",trend13)
- // ****************************************// for scenario os-odl_l2-bgpvpn-noha
- // Filter results
- var trend14 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-bgpvpn-noha" && row["installer"]=="fuel";
- })
- // Parse the date
- trend14.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg14",trend14)
- // ****************************************// for scenario os-odl_l2-nofeature-ha
- // Filter results
- var trend15 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-nofeature-ha" && row["installer"]=="fuel";
- })
- // Parse the date
- trend15.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg15",trend15)
- // ****************************************// for scenario os-nosdn-nofeature-noha
- // Filter results
- var trend16 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-nofeature-noha" && row["installer"]=="fuel";
- })
- // Parse the date
- trend16.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg16",trend16)
- // ****************************************// for scenario os-nosdn-kvm-ha
- // Filter results
- var trend17 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-kvm-ha" && row["installer"]=="fuel";
- })
- // Parse the date
- trend17.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg17",trend17)
- // ****************************************// for scenario os-nosdn-nofeature-ha
- // Filter results
- var trend18 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-nofeature-ha" && row["installer"]=="fuel";
- })
- // Parse the date
- trend18.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg18",trend18)
- // ****************************************
- });
- 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 status page (danube, 2017-05-05 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>fuel</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=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/368/console>os-nosdn-kvm_ovs_dpdk-noha</a></td>
- <td><div id="gaugeScenario1"></div></td>
- <td><div id="trend_svg1"></div></td>
- <td>36/36</td>
- <td>10</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-danube/348/console>os-nosdn-kvm_ovs_dpdk_bar-ha</a></td>
- <td><div id="gaugeScenario2"></div></td>
- <td><div id="trend_svg2"></div></td>
- <td>12/42</td>
- <td>6</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-danube/345/console>os-nosdn-ovs-ha</a></td>
- <td><div id="gaugeScenario3"></div></td>
- <td><div id="trend_svg3"></div></td>
- <td>39/39</td>
- <td>7</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/365/console>os-nosdn-ovs-noha</a></td>
- <td><div id="gaugeScenario4"></div></td>
- <td><div id="trend_svg4"></div></td>
- <td>36/36</td>
- <td>10</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-danube/341/console>os-nosdn-kvm_ovs_dpdk-ha</a></td>
- <td><div id="gaugeScenario5"></div></td>
- <td><div id="trend_svg5"></div></td>
- <td>6/39</td>
- <td>4</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/362/console>os-odl_l2-sfc-noha</a></td>
- <td><div id="gaugeScenario6"></div></td>
- <td><div id="trend_svg6"></div></td>
- <td>40/42</td>
- <td>10</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-danube/347/console>os-odl_l3-nofeature-ha</a></td>
- <td><div id="gaugeScenario7"></div></td>
- <td><div id="trend_svg7"></div></td>
- <td>37/39</td>
- <td>8</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/364/console>os-nosdn-kvm-noha</a></td>
- <td><div id="gaugeScenario8"></div></td>
- <td><div id="trend_svg8"></div></td>
- <td>36/36</td>
- <td>9</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/369/console>os-odl_l3-nofeature-noha</a></td>
- <td><div id="gaugeScenario9"></div></td>
- <td><div id="trend_svg9"></div></td>
- <td>36/36</td>
- <td>9</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/367/console>os-odl_l2-nofeature-noha</a></td>
- <td><div id="gaugeScenario10"></div></td>
- <td><div id="trend_svg10"></div></td>
- <td>38/39</td>
- <td>11</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-danube/342/console>os-odl_l2-bgpvpn-ha</a></td>
- <td><div id="gaugeScenario11"></div></td>
- <td><div id="trend_svg11"></div></td>
- <td>39/42</td>
- <td>6</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-danube/340/console>os-odl_l2-sfc-ha</a></td>
- <td><div id="gaugeScenario12"></div></td>
- <td><div id="trend_svg12"></div></td>
- <td>45/45</td>
- <td>6</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/370/console>os-nosdn-kvm_ovs_dpdk_bar-noha</a></td>
- <td><div id="gaugeScenario13"></div></td>
- <td><div id="trend_svg13"></div></td>
- <td>38/39</td>
- <td>11</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/363/console>os-odl_l2-bgpvpn-noha</a></td>
- <td><div id="gaugeScenario14"></div></td>
- <td><div id="trend_svg14"></div></td>
- <td>42/42</td>
- <td>10</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-danube/346/console>os-odl_l2-nofeature-ha</a></td>
- <td><div id="gaugeScenario15"></div></td>
- <td><div id="trend_svg15"></div></td>
- <td>40/42</td>
- <td>9</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/366/console>os-nosdn-nofeature-noha</a></td>
- <td><div id="gaugeScenario16"></div></td>
- <td><div id="trend_svg16"></div></td>
- <td>36/36</td>
- <td>11</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-zte-pod3-daily-danube/55/console>os-nosdn-kvm-ha</a></td>
- <td><div id="gaugeScenario17"></div></td>
- <td><div id="trend_svg17"></div></td>
- <td>39/39</td>
- <td>16</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-danube/344/console>os-nosdn-nofeature-ha</a></td>
- <td><div id="gaugeScenario18"></div></td>
- <td><div id="trend_svg18"></div></td>
- <td>39/39</td>
- <td>15</td>
- </tr>
- </table>
- </div>
-
-
- <div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-kvm_ovs_dpdk-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>
- Promise
-
- </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><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-kvm_ovs_dpdk_bar-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>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- Parser
-
- </th><th>
- Domino
-
- </th><th>
- Barometer
-
- </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-overcast.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-overcast.png"></td><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>
- </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>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- Parser
-
- </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><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-ovs-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>
- Promise
-
- </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><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-kvm_ovs_dpdk-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>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- Parser
-
- </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><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-sfc-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>
- SNAPS
-
- </th><th>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- SFC
-
- </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><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-overcast.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-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>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- Parser
-
- </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-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><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><div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-kvm-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>
- Promise
-
- </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><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-nofeature-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>
- Promise
-
- </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><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_l2-nofeature-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>
- SNAPS
-
- </th><th>
- Promise
-
- </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-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>
- </tr>
- </table>
- </div>
- </div><div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l2-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 (ssh)
-
- </th><th>
- vPing (userdata)
-
- </th><th>
- Tempest (smoke)
-
- </th><th>
- Rally (smoke)
-
- </th><th>
- Refstack
-
- </th><th>
- ODL
-
- </th><th>
- SNAPS
-
- </th><th>
- Promise
-
- </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-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><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>
- </tr>
- </table>
- </div>
- </div><div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l2-sfc-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>
- SNAPS
-
- </th><th>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- SFC
-
- </th><th>
- Parser
-
- </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><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><div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-kvm_ovs_dpdk_bar-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>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- Domino
-
- </th><th>
- Barometer
-
- </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><td><img src="../../img/weather-clear.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-bgpvpn-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>
- SNAPS
-
- </th><th>
- Promise
-
- </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-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><div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l2-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>
- ODL
-
- </th><th>
- SNAPS
-
- </th><th>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- Parser
-
- </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-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>
- </tr>
- </table>
- </div>
- </div><div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-nofeature-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>
- Promise
-
- </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><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-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>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- Parser
-
- </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><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>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- Parser
-
- </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><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> <br>
- <a href="./status-fuel.pdf" class="myButtonPdf">Export to PDF</a> <a href="./scenario_history_fuel.txt" class="myButtonCSV">Export to CSV</a>
- </div>
- </div>
- <div class="col-md-1"></div>
-</div>
diff --git a/docs/results/danube/2.0/joid.html b/docs/results/danube/2.0/joid.html
deleted file mode 100644
index e2231747..00000000
--- a/docs/results/danube/2.0/joid.html
+++ /dev/null
@@ -1,421 +0,0 @@
- <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');
-
- // assign success rate to the gauge
- function updateReadings() {
- gaugeScenario1.update(75.0);gaugeScenario2.update(96.9696969697);gaugeScenario3.update(25.0);gaugeScenario4.update(96.9696969697);gaugeScenario5.update(70.8333333333);
- }
- updateReadings();
- }
-
- // trend line management
- d3.csv("./scenario_history.txt", function(data) {
- // ***************************************
- // Create the trend line
- // for scenario os-nosdn-lxd-noha
- // Filter results
- var trend1 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-lxd-noha" && row["installer"]=="joid";
- })
- // 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-nosdn-nofeature-noha
- // Filter results
- var trend2 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-nofeature-noha" && row["installer"]=="joid";
- })
- // 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-nofeature-ha
- // Filter results
- var trend3 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-nofeature-ha" && row["installer"]=="joid";
- })
- // 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-nosdn-nofeature-ha
- // Filter results
- var trend4 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-nofeature-ha" && row["installer"]=="joid";
- })
- // 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-nosdn-lxd-ha
- // Filter results
- var trend5 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-lxd-ha" && row["installer"]=="joid";
- })
- // 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)
- // ****************************************
- });
- 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 status page (danube, 2017-05-05 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>joid</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=https://build.opnfv.org/ci/view/functest/job/functest-joid-baremetal-daily-danube/167/console>os-nosdn-lxd-noha</a></td>
- <td><div id="gaugeScenario1"></div></td>
- <td><div id="trend_svg1"></div></td>
- <td>18/24</td>
- <td>7</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-joid-baremetal-daily-danube/171/console>os-nosdn-nofeature-noha</a></td>
- <td><div id="gaugeScenario2"></div></td>
- <td><div id="trend_svg2"></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-joid-baremetal-daily-danube/170/console>os-odl_l2-nofeature-ha</a></td>
- <td><div id="gaugeScenario3"></div></td>
- <td><div id="trend_svg3"></div></td>
- <td>9/36</td>
- <td>8</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-joid-baremetal-daily-danube/169/console>os-nosdn-nofeature-ha</a></td>
- <td><div id="gaugeScenario4"></div></td>
- <td><div id="trend_svg4"></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-joid-baremetal-daily-danube/172/console>os-nosdn-lxd-ha</a></td>
- <td><div id="gaugeScenario5"></div></td>
- <td><div id="trend_svg5"></div></td>
- <td>17/24</td>
- <td>8</td>
- </tr>
- </table>
- </div>
-
-
- <div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-lxd-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>
- vPing (ssh)
-
- </th><th>
- Tempest (smoke)
-
- </th><th>
- Rally (smoke)
-
- </th><th>
- Refstack
-
- </th><th>
- Promise
-
- </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-storm.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-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>
- Promise
-
- </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-few-clouds.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_l2-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>
- ODL
-
- </th><th>
- SNAPS
-
- </th><th>
- Promise
-
- </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-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-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>
- Promise
-
- </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-few-clouds.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-lxd-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>
- vPing (ssh)
-
- </th><th>
- Tempest (smoke)
-
- </th><th>
- Rally (smoke)
-
- </th><th>
- Refstack
-
- </th><th>
- Promise
-
- </th><th>
- Domino
-
- </th>
- </tr>
- <tr class="tr-weather-weather">
- <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>
- </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> <br>
- <a href="./status-joid.pdf" class="myButtonPdf">Export to PDF</a> <a href="./scenario_history_joid.txt" class="myButtonCSV">Export to CSV</a>
- </div>
- </div>
- <div class="col-md-1"></div>
-</div>
diff --git a/docs/results/danube/2.0/scenario_history.txt b/docs/results/danube/2.0/scenario_history.txt
deleted file mode 100644
index c4ca6aad..00000000
--- a/docs/results/danube/2.0/scenario_history.txt
+++ /dev/null
@@ -1,1454 +0,0 @@
-date,scenario,installer,detail,score
-2017-03-13 10:00,os-odl_l2-fdio-noha,apex,5/33,15.0
-2017-03-13 10:00,os-odl_l2-fdio-ha,apex,1/33,3.0
-2017-03-14 01:45,os-odl_l2-fdio-noha,apex,12/33,36.0
-2017-03-14 01:45,os-odl_l2-fdio-ha,apex,1/33,3.0
-2017-03-15 01:45,os-odl_l2-fdio-noha,apex,29/33,88.0
-2017-03-15 01:45,os-odl_l2-fdio-ha,apex,4/33,12.0
-2017-03-16 01:45,os-odl_l2-fdio-noha,apex,29/36,81.0
-2017-03-16 01:45,os-odl_l2-fdio-ha,apex,13/36,36.0
-2017-03-16 10:23,os-odl_l2-fdio-noha,apex,33/36,92.0
-2017-03-16 10:23,os-odl_l2-fdio-ha,apex,13/36,36.0
-2017-03-17 01:45,os-odl_l2-fdio-noha,apex,33/36,92.0
-2017-03-17 01:45,os-odl_l2-fdio-ha,apex,20/36,56.0
-2017-03-17 07:33,os-odl_l2-fdio-noha,apex,33/36,92.0
-2017-03-17 07:33,os-odl_l2-fdio-ha,apex,20/36,56.0
-2017-03-17 08:49,os-odl_l2-fdio-noha,apex,33/36,92.0
-2017-03-17 08:49,os-nosdn-nofeature-ha,apex,9/33,27.0
-2017-03-17 08:49,os-odl_l2-fdio-ha,apex,20/36,56.0
-2017-03-18 01:45,os-odl-gluon-noha,apex,12/39,31.0
-2017-03-18 01:45,os-odl_l2-fdio-noha,apex,33/36,92.0
-2017-03-18 01:45,os-odl_l3-fdio-noha,apex,15/30,50.0
-2017-03-18 01:45,os-odl_l3-nofeature-ha,apex,8/33,24.0
-2017-03-18 01:45,os-odl_l2-fdio-ha,apex,19/36,53.0
-2017-03-18 01:45,os-odl-bgpvpn-ha,apex,11/39,28.0
-2017-03-18 01:45,os-nosdn-nofeature-ha,apex,11/33,33.0
-2017-03-19 01:45,os-odl_l2-fdio-noha,apex,33/36,92.0
-2017-03-19 01:45,os-odl_l3-fdio-noha,apex,21/30,70.0
-2017-03-19 01:45,os-odl_l3-nofeature-ha,apex,15/33,45.0
-2017-03-19 01:45,os-odl_l2-fdio-ha,apex,19/36,53.0
-2017-03-19 01:45,os-odl-bgpvpn-ha,apex,14/39,36.0
-2017-03-19 01:45,os-nosdn-kvm-ha,apex,11/33,33.0
-2017-03-19 01:45,os-nosdn-nofeature-ha,apex,22/33,67.0
-2017-03-19 01:45,os-odl-gluon-noha,apex,22/39,56.0
-2017-03-19 01:45,os-odl_l2-fdio-noha,apex,33/36,92.0
-2017-03-19 01:45,os-odl_l3-fdio-noha,apex,21/30,70.0
-2017-03-19 01:45,os-odl_l3-nofeature-ha,apex,15/33,45.0
-2017-03-19 01:45,os-odl_l2-fdio-ha,apex,19/36,53.0
-2017-03-19 01:45,os-odl-bgpvpn-ha,apex,14/39,36.0
-2017-03-19 01:45,os-nosdn-kvm-ha,apex,11/33,33.0
-2017-03-19 01:45,os-nosdn-nofeature-ha,apex,22/33,67.0
-2017-03-20 01:45,os-odl-gluon-noha,apex,23/39,59.0
-2017-03-20 01:45,os-odl_l2-fdio-noha,apex,33/36,92.0
-2017-03-20 01:45,os-odl_l3-fdio-noha,apex,21/30,70.0
-2017-03-20 01:45,os-odl_l3-nofeature-ha,apex,15/33,45.0
-2017-03-20 01:45,os-odl_l2-fdio-ha,apex,19/36,53.0
-2017-03-20 01:45,os-nosdn-fdio-ha,apex,2/30,7.0
-2017-03-20 01:45,os-odl-bgpvpn-ha,apex,14/39,36.0
-2017-03-20 01:45,os-nosdn-kvm-ha,apex,12/33,36.0
-2017-03-20 01:45,os-nosdn-nofeature-ha,apex,22/33,67.0
-2017-03-17 01:45,os-nosdn-nofeature-ha,compass,10/30,33.0
-2017-03-17 07:33,os-ocl-nofeature-ha,compass,1/30,3.0
-2017-03-17 07:33,os-nosdn-nofeature-ha,compass,10/30,33.0
-2017-03-17 08:49,os-ocl-nofeature-ha,compass,1/30,3.0
-2017-03-17 08:49,os-nosdn-nofeature-ha,compass,10/30,33.0
-2017-03-18 01:45,os-ocl-nofeature-ha,compass,1/30,3.0
-2017-03-18 01:45,os-odl_l2-nofeature-ha,compass,20/33,61.0
-2017-03-18 01:45,os-nosdn-openo-ha,compass,10/30,33.0
-2017-03-18 01:45,os-odl_l3-nofeature-ha,compass,16/30,53.0
-2017-03-18 01:45,os-nosdn-nofeature-ha,compass,20/30,67.0
-2017-03-19 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-03-19 01:45,os-ocl-nofeature-ha,compass,4/30,13.0
-2017-03-19 01:45,os-onos-nofeature-ha,compass,11/33,33.0
-2017-03-19 01:45,os-odl_l2-nofeature-ha,compass,26/33,79.0
-2017-03-19 01:45,os-nosdn-openo-ha,compass,10/30,33.0
-2017-03-19 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-03-20 01:45,os-odl_l3-nofeature-ha,compass,27/30,90.0
-2017-03-20 01:45,os-ocl-nofeature-ha,compass,4/30,13.0
-2017-03-20 01:45,os-onos-nofeature-ha,compass,22/33,67.0
-2017-03-20 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-20 01:45,os-nosdn-openo-ha,compass,10/30,33.0
-2017-03-20 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-03-19 01:45,os-odl_l2-nofeature-ha,fuel,13/42,31.0
-2017-03-19 01:45,os-odl_l2-nofeature-ha,fuel,13/42,31.0
-2017-03-20 01:45,os-odl_l2-nofeature-ha,fuel,13/42,31.0
-2017-03-20 01:45,os-odl_l2-bgpvpn-ha,fuel,3/42,7.0
-2017-03-16 10:23,os-nosdn-nofeature-ha,joid,10/33,30.0
-2017-03-17 01:45,os-nosdn-lxd-noha,joid,13/24,54.0
-2017-03-17 01:45,os-odl_l2-nofeature-ha,joid,2/36,6.0
-2017-03-17 01:45,os-nosdn-nofeature-ha,joid,10/33,30.0
-2017-03-17 07:33,os-nosdn-lxd-noha,joid,13/24,54.0
-2017-03-17 07:33,os-odl_l2-nofeature-ha,joid,2/36,6.0
-2017-03-17 07:33,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-17 07:33,os-nosdn-nofeature-noha,joid,11/33,33.0
-2017-03-17 08:49,os-nosdn-lxd-noha,joid,13/24,54.0
-2017-03-17 08:49,os-odl_l2-nofeature-ha,joid,2/36,6.0
-2017-03-17 08:49,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-17 08:49,os-nosdn-nofeature-noha,joid,11/33,33.0
-2017-03-18 01:45,os-nosdn-lxd-noha,joid,13/24,54.0
-2017-03-18 01:45,os-odl_l2-nofeature-ha,joid,2/36,6.0
-2017-03-18 01:45,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-18 01:45,os-nosdn-nofeature-noha,joid,11/33,33.0
-2017-03-19 01:45,os-nosdn-lxd-noha,joid,13/24,54.0
-2017-03-19 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-03-19 01:45,os-nosdn-lxd-ha,joid,1/24,4.0
-2017-03-19 01:45,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-19 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-03-20 01:45,os-nosdn-lxd-noha,joid,13/24,54.0
-2017-03-20 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-03-20 01:45,os-nosdn-lxd-ha,joid,1/24,4.0
-2017-03-20 01:45,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-20 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-03-21 01:45,os-odl-gluon-noha,apex,23/39,59.0
-2017-03-21 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-03-21 01:45,os-odl_l3-fdio-noha,apex,27/30,90.0
-2017-03-21 01:45,os-odl_l3-nofeature-ha,apex,15/33,45.0
-2017-03-21 01:45,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-03-21 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-03-21 01:45,os-odl-bgpvpn-ha,apex,22/39,56.0
-2017-03-21 01:45,os-nosdn-kvm-ha,apex,22/33,67.0
-2017-03-21 01:45,os-nosdn-nofeature-ha,apex,27/33,82.0
-2017-03-21 01:45,os-odl_l3-nofeature-ha,compass,27/30,90.0
-2017-03-21 01:45,os-ocl-nofeature-ha,compass,7/30,23.0
-2017-03-21 01:45,os-onos-nofeature-ha,compass,31/33,94.0
-2017-03-21 01:45,os-odl_l2-nofeature-ha,compass,30/33,91.0
-2017-03-21 01:45,os-nosdn-openo-ha,compass,20/30,67.0
-2017-03-21 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-03-21 01:45,os-odl_l3-nofeature-noha,fuel,11/36,31.0
-2017-03-21 01:45,os-nosdn-nofeature-noha,fuel,12/36,33.0
-2017-03-21 01:45,os-odl_l2-nofeature-noha,fuel,12/39,31.0
-2017-03-21 01:45,os-odl_l2-bgpvpn-ha,fuel,15/42,36.0
-2017-03-21 01:45,os-nosdn-ovs-ha,fuel,26/39,67.0
-2017-03-21 01:45,os-odl_l2-nofeature-ha,fuel,13/42,31.0
-2017-03-21 01:45,os-nosdn-nofeature-ha,fuel,26/39,67.0
-2017-03-21 01:45,os-nosdn-lxd-noha,joid,13/24,54.0
-2017-03-21 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-03-21 01:45,os-nosdn-lxd-ha,joid,1/24,4.0
-2017-03-21 01:45,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-21 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-
-2017-03-22 01:45,os-odl-gluon-noha,apex,34/39,87.0
-2017-03-22 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-03-22 01:45,os-odl_l3-fdio-noha,apex,27/30,90.0
-2017-03-22 01:45,os-odl_l3-nofeature-ha,apex,22/33,67.0
-2017-03-22 01:45,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-03-22 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-03-22 01:45,os-odl-bgpvpn-ha,apex,25/39,64.0
-2017-03-22 01:45,os-nosdn-kvm-ha,apex,23/33,70.0
-2017-03-22 01:45,os-nosdn-nofeature-ha,apex,33/33,100.0
-2017-03-22 01:45,os-odl_l3-nofeature-ha,compass,27/30,90.0
-2017-03-22 01:45,os-ocl-nofeature-ha,compass,7/30,23.0
-2017-03-22 01:45,os-onos-nofeature-ha,compass,31/33,94.0
-2017-03-22 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-03-22 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-03-22 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-22 01:45,os-nosdn-ovs-noha,fuel,12/36,33.0
-2017-03-22 01:45,os-odl_l3-nofeature-noha,fuel,11/36,31.0
-2017-03-22 01:45,os-odl_l2-bgpvpn-noha,fuel,12/42,29.0
-2017-03-22 01:45,os-odl_l2-sfc-noha,fuel,2/42,5.0
-2017-03-22 01:45,os-odl_l3-nofeature-ha,fuel,19/39,49.0
-2017-03-22 01:45,os-nosdn-nofeature-noha,fuel,24/36,67.0
-2017-03-22 01:45,os-odl_l2-nofeature-noha,fuel,14/39,36.0
-2017-03-22 01:45,os-odl_l2-bgpvpn-ha,fuel,22/42,52.0
-2017-03-22 01:45,os-odl_l2-sfc-ha,fuel,13/45,29.0
-2017-03-22 01:45,os-nosdn-ovs-ha,fuel,26/39,67.0
-2017-03-22 01:45,os-odl_l2-nofeature-ha,fuel,26/42,62.0
-2017-03-22 01:45,os-nosdn-nofeature-ha,fuel,26/39,67.0
-2017-03-22 01:45,os-nosdn-lxd-noha,joid,14/24,58.0
-2017-03-22 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-03-22 01:45,os-nosdn-lxd-ha,joid,2/24,8.0
-2017-03-22 01:45,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-22 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-03-23 01:45,os-odl-gluon-noha,apex,34/39,87.0
-2017-03-23 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-03-23 01:45,os-odl_l3-fdio-noha,apex,27/30,90.0
-2017-03-23 01:45,os-odl_l3-nofeature-ha,apex,21/33,64.0
-2017-03-23 01:45,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-03-23 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-03-23 01:45,os-odl-bgpvpn-ha,apex,25/39,64.0
-2017-03-23 01:45,os-nosdn-kvm-ha,apex,23/33,70.0
-2017-03-23 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-03-23 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-03-23 01:45,os-ocl-nofeature-ha,compass,7/30,23.0
-2017-03-23 01:45,os-onos-nofeature-ha,compass,30/33,91.0
-2017-03-23 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-23 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-03-23 01:45,os-nosdn-nofeature-ha,compass,28/30,93.0
-2017-03-23 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,12/36,33.0
-2017-03-23 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,2/42,5.0
-2017-03-23 01:45,os-nosdn-kvm-noha,fuel,12/36,33.0
-2017-03-23 01:45,os-nosdn-ovs-noha,fuel,24/36,67.0
-2017-03-23 01:45,os-odl_l3-nofeature-noha,fuel,22/36,61.0
-2017-03-23 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,2/39,5.0
-2017-03-23 01:45,os-odl_l2-bgpvpn-noha,fuel,24/42,57.0
-2017-03-23 01:45,os-odl_l2-sfc-noha,fuel,2/42,5.0
-2017-03-23 01:45,os-odl_l3-nofeature-ha,fuel,19/39,49.0
-2017-03-23 01:45,os-nosdn-kvm-ha,fuel,25/39,64.0
-2017-03-23 01:45,os-nosdn-nofeature-noha,fuel,24/36,67.0
-2017-03-23 01:45,os-odl_l2-nofeature-noha,fuel,26/39,67.0
-2017-03-23 01:45,os-odl_l2-bgpvpn-ha,fuel,25/42,60.0
-2017-03-23 01:45,os-odl_l2-sfc-ha,fuel,13/45,29.0
-2017-03-23 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,24/39,62.0
-2017-03-23 01:45,os-nosdn-ovs-ha,fuel,26/39,67.0
-2017-03-23 01:45,os-odl_l2-nofeature-ha,fuel,26/42,62.0
-2017-03-23 01:45,os-nosdn-nofeature-ha,fuel,37/39,95.0
-2017-03-23 01:45,os-nosdn-lxd-noha,joid,20/24,83.0
-2017-03-23 01:45,os-odl_l2-nofeature-ha,joid,7/36,19.0
-2017-03-23 01:45,os-nosdn-lxd-ha,joid,7/24,29.0
-2017-03-23 01:45,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-23 01:45,os-nosdn-nofeature-noha,joid,33/33,100.0
-2017-03-24 01:45,os-odl-gluon-noha,apex,34/39,87.0
-2017-03-24 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-03-24 01:45,os-odl_l3-fdio-noha,apex,27/30,90.0
-2017-03-24 01:45,os-odl_l3-nofeature-ha,apex,21/33,64.0
-2017-03-24 01:45,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-03-24 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-03-24 01:45,os-odl-bgpvpn-ha,apex,25/39,64.0
-2017-03-24 01:45,os-nosdn-kvm-ha,apex,31/33,94.0
-2017-03-24 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-03-24 01:45,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-03-24 01:45,os-ocl-nofeature-ha,compass,6/30,20.0
-2017-03-24 01:45,os-onos-nofeature-ha,compass,31/33,94.0
-2017-03-24 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-24 01:45,os-nosdn-openo-ha,compass,25/30,83.0
-2017-03-24 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-24 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,24/36,67.0
-2017-03-24 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,4/42,10.0
-2017-03-24 01:45,os-nosdn-kvm-noha,fuel,24/36,67.0
-2017-03-24 01:45,os-nosdn-ovs-noha,fuel,24/36,67.0
-2017-03-24 01:45,os-odl_l3-nofeature-noha,fuel,23/36,64.0
-2017-03-24 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,4/39,10.0
-2017-03-24 01:45,os-odl_l2-bgpvpn-noha,fuel,24/42,57.0
-2017-03-24 01:45,os-odl_l2-sfc-noha,fuel,14/42,33.0
-2017-03-24 01:45,os-odl_l3-nofeature-ha,fuel,24/39,62.0
-2017-03-24 01:45,os-nosdn-kvm-ha,fuel,25/39,64.0
-2017-03-24 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-24 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-03-24 01:45,os-odl_l2-bgpvpn-ha,fuel,27/42,64.0
-2017-03-24 01:45,os-odl_l2-sfc-ha,fuel,24/45,53.0
-2017-03-24 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,24/39,62.0
-2017-03-24 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-03-24 01:45,os-odl_l2-nofeature-ha,fuel,26/42,62.0
-2017-03-24 01:45,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-03-24 01:45,os-nosdn-lxd-noha,joid,20/24,83.0
-2017-03-24 01:45,os-odl_l2-nofeature-ha,joid,7/36,19.0
-2017-03-24 01:45,os-nosdn-lxd-ha,joid,13/24,54.0
-2017-03-24 01:45,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-24 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-03-25 01:45,os-odl-gluon-noha,apex,34/39,87.0
-2017-03-25 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-03-25 01:45,os-odl_l3-fdio-noha,apex,27/30,90.0
-2017-03-25 01:45,os-odl_l3-nofeature-ha,apex,23/33,70.0
-2017-03-25 01:45,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-03-25 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-03-25 01:45,os-odl-bgpvpn-ha,apex,25/39,64.0
-2017-03-25 01:45,os-nosdn-kvm-ha,apex,31/33,94.0
-2017-03-25 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-03-25 01:45,os-odl_l3-nofeature-ha,compass,27/30,90.0
-2017-03-25 01:45,os-ocl-nofeature-ha,compass,6/30,20.0
-2017-03-25 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-03-25 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-25 01:45,os-nosdn-openo-ha,compass,25/30,83.0
-2017-03-25 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-25 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,24/36,67.0
-2017-03-25 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,4/42,10.0
-2017-03-25 01:45,os-nosdn-kvm-noha,fuel,24/36,67.0
-2017-03-25 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-25 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-03-25 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,4/39,10.0
-2017-03-25 01:45,os-odl_l2-bgpvpn-noha,fuel,26/42,62.0
-2017-03-25 01:45,os-odl_l2-sfc-noha,fuel,24/42,57.0
-2017-03-25 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-03-25 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-25 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-25 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-03-25 01:45,os-odl_l2-bgpvpn-ha,fuel,35/42,83.0
-2017-03-25 01:45,os-odl_l2-sfc-ha,fuel,25/45,56.0
-2017-03-25 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,24/39,62.0
-2017-03-25 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-03-25 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-03-25 01:45,os-nosdn-nofeature-ha,fuel,35/39,90.0
-2017-03-25 01:45,os-nosdn-lxd-noha,joid,19/24,79.0
-2017-03-25 01:45,os-odl_l2-nofeature-ha,joid,7/36,19.0
-2017-03-25 01:45,os-nosdn-lxd-ha,joid,13/24,54.0
-2017-03-25 01:45,os-nosdn-nofeature-ha,joid,21/33,64.0
-2017-03-25 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-03-26 01:45,os-odl-gluon-noha,apex,34/39,87.0
-2017-03-26 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-03-26 01:45,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-03-26 01:45,os-odl_l3-nofeature-ha,apex,23/33,70.0
-2017-03-26 01:45,os-odl_l2-fdio-ha,apex,22/36,61.0
-2017-03-26 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-26 01:45,os-odl-bgpvpn-ha,apex,25/39,64.0
-2017-03-26 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-26 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-03-26 01:45,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-03-26 01:45,os-ocl-nofeature-ha,compass,6/30,20.0
-2017-03-26 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-03-26 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-26 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-03-26 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-26 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,24/36,67.0
-2017-03-26 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,4/42,10.0
-2017-03-26 01:45,os-nosdn-kvm-noha,fuel,24/36,67.0
-2017-03-26 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-26 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-03-26 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,4/39,10.0
-2017-03-26 01:45,os-odl_l2-bgpvpn-noha,fuel,26/42,62.0
-2017-03-26 01:45,os-odl_l2-sfc-noha,fuel,24/42,57.0
-2017-03-26 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-03-26 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-26 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-26 01:45,os-odl_l2-nofeature-noha,fuel,36/39,92.0
-2017-03-26 01:45,os-odl_l2-bgpvpn-ha,fuel,35/42,83.0
-2017-03-26 01:45,os-odl_l2-sfc-ha,fuel,25/45,56.0
-2017-03-26 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,24/39,62.0
-2017-03-26 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-03-26 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-03-26 01:45,os-nosdn-nofeature-ha,fuel,35/39,90.0
-2017-03-26 01:45,os-nosdn-lxd-noha,joid,19/24,79.0
-2017-03-26 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-26 01:45,os-nosdn-lxd-ha,joid,13/24,54.0
-2017-03-26 01:45,os-nosdn-nofeature-ha,joid,22/33,67.0
-2017-03-26 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-03-27 01:45,os-odl-gluon-noha,apex,34/39,87.0
-2017-03-27 01:45,os-odl_l2-fdio-noha,apex,18/36,50.0
-2017-03-27 01:45,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-03-27 01:45,os-odl_l3-nofeature-ha,apex,26/33,79.0
-2017-03-27 01:45,os-odl_l2-fdio-ha,apex,21/36,58.0
-2017-03-27 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-27 01:45,os-odl-bgpvpn-ha,apex,25/39,64.0
-2017-03-27 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-27 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-03-27 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-03-27 01:45,os-ocl-nofeature-ha,compass,5/30,17.0
-2017-03-27 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-03-27 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-03-27 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-03-27 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-27 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,24/36,67.0
-2017-03-27 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,4/42,10.0
-2017-03-27 01:45,os-nosdn-kvm-noha,fuel,24/36,67.0
-2017-03-27 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-27 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-03-27 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,4/39,10.0
-2017-03-27 01:45,os-odl_l2-bgpvpn-noha,fuel,26/42,62.0
-2017-03-27 01:45,os-odl_l2-sfc-noha,fuel,24/42,57.0
-2017-03-27 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-03-27 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-27 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-27 01:45,os-odl_l2-nofeature-noha,fuel,36/39,92.0
-2017-03-27 01:45,os-odl_l2-bgpvpn-ha,fuel,35/42,83.0
-2017-03-27 01:45,os-odl_l2-sfc-ha,fuel,25/45,56.0
-2017-03-27 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,24/39,62.0
-2017-03-27 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-03-27 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-03-27 01:45,os-nosdn-nofeature-ha,fuel,35/39,90.0
-2017-03-27 01:45,os-nosdn-lxd-noha,joid,13/24,54.0
-2017-03-27 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-03-27 01:45,os-nosdn-lxd-ha,joid,13/24,54.0
-2017-03-27 01:45,os-nosdn-nofeature-ha,joid,21/33,64.0
-2017-03-27 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-28 01:45,os-odl-gluon-noha,apex,33/39,85.0
-2017-03-28 01:45,os-odl_l2-fdio-noha,apex,28/36,78.0
-2017-03-28 01:45,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-03-28 01:45,os-odl_l3-nofeature-ha,apex,26/33,79.0
-2017-03-28 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-28 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-28 01:45,os-odl-bgpvpn-ha,apex,24/39,62.0
-2017-03-28 01:45,os-odl_l2-fdio-ha,apex,20/36,56.0
-2017-03-28 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-03-28 01:45,os-odl_l3-nofeature-ha,compass,21/30,70.0
-2017-03-28 01:45,os-ocl-nofeature-ha,compass,5/30,17.0
-2017-03-28 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-03-28 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-28 01:45,os-nosdn-openo-ha,compass,30/30,100.0
-2017-03-28 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-03-28 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-03-28 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-03-28 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-03-28 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-28 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-03-28 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-03-28 01:45,os-odl_l2-bgpvpn-noha,fuel,36/42,86.0
-2017-03-28 01:45,os-odl_l2-sfc-noha,fuel,27/42,64.0
-2017-03-28 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-03-28 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-28 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-28 01:45,os-odl_l2-nofeature-noha,fuel,37/39,95.0
-2017-03-28 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-03-28 01:45,os-odl_l2-sfc-ha,fuel,37/45,82.0
-2017-03-28 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,37/39,95.0
-2017-03-28 01:45,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-03-28 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-03-28 01:45,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-03-28 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-03-28 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-03-28 01:45,os-nosdn-lxd-ha,joid,13/24,54.0
-2017-03-28 01:45,os-nosdn-nofeature-ha,joid,21/33,64.0
-2017-03-28 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-28 13:20,os-odl-gluon-noha,apex,30/36,83.0
-2017-03-28 13:20,os-odl_l2-fdio-noha,apex,28/36,78.0
-2017-03-28 13:20,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-03-28 13:20,os-odl-bgpvpn-ha,apex,22/36,61.0
-2017-03-28 13:20,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-28 13:20,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-28 13:20,os-odl_l3-nofeature-ha,apex,26/33,79.0
-2017-03-28 13:20,os-odl_l2-fdio-ha,apex,25/36,69.0
-2017-03-28 13:20,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-03-28 13:20,os-odl_l3-nofeature-ha,compass,21/30,70.0
-2017-03-28 13:20,os-ocl-nofeature-ha,compass,4/30,13.0
-2017-03-28 13:20,os-onos-nofeature-ha,compass,27/33,82.0
-2017-03-28 13:20,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-28 13:20,os-nosdn-openo-ha,compass,30/30,100.0
-2017-03-28 13:20,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-28 13:20,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-03-28 13:20,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-03-28 13:20,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-03-28 13:20,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-28 13:20,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-03-28 13:20,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-03-28 13:20,os-odl_l2-bgpvpn-noha,fuel,36/42,86.0
-2017-03-28 13:20,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-03-28 13:20,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-03-28 13:20,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-28 13:20,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-28 13:20,os-odl_l2-nofeature-noha,fuel,37/39,95.0
-2017-03-28 13:20,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-03-28 13:20,os-odl_l2-sfc-ha,fuel,37/45,82.0
-2017-03-28 13:20,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,37/39,95.0
-2017-03-28 13:20,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-03-28 13:20,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-03-28 13:20,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-03-28 13:20,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-03-28 13:20,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-28 13:20,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-03-28 13:20,os-nosdn-nofeature-ha,joid,21/33,64.0
-2017-03-28 13:20,os-nosdn-lxd-ha,joid,13/24,54.0
-2017-03-28 13:56,os-odl-gluon-noha,apex,30/36,83.0
-2017-03-28 13:56,os-odl_l2-fdio-noha,apex,30/36,83.0
-2017-03-28 13:56,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-03-28 13:56,os-odl-bgpvpn-ha,apex,22/36,61.0
-2017-03-28 13:56,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-28 13:56,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-28 13:56,os-odl_l3-nofeature-ha,apex,26/33,79.0
-2017-03-28 13:56,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-03-28 13:56,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-03-28 13:56,os-odl_l3-nofeature-ha,compass,21/30,70.0
-2017-03-28 13:56,os-ocl-nofeature-ha,compass,4/30,13.0
-2017-03-28 13:56,os-onos-nofeature-ha,compass,27/33,82.0
-2017-03-28 13:56,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-28 13:56,os-nosdn-openo-ha,compass,30/30,100.0
-2017-03-28 13:56,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-28 13:56,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-03-28 13:56,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-03-28 13:56,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-03-28 13:56,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-28 13:56,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-03-28 13:56,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-03-28 13:56,os-odl_l2-bgpvpn-noha,fuel,36/42,86.0
-2017-03-28 13:56,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-03-28 13:56,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-03-28 13:56,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-28 13:56,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-28 13:56,os-odl_l2-nofeature-noha,fuel,37/39,95.0
-2017-03-28 13:56,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-03-28 13:56,os-odl_l2-sfc-ha,fuel,37/45,82.0
-2017-03-28 13:56,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,37/39,95.0
-2017-03-28 13:56,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-03-28 13:56,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-03-28 13:56,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-03-28 13:56,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-03-28 13:56,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-28 13:56,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-03-28 13:56,os-nosdn-nofeature-ha,joid,21/33,64.0
-2017-03-28 13:56,os-nosdn-lxd-ha,joid,13/24,54.0
-2017-03-28 16:16,os-odl-gluon-noha,apex,30/36,83.0
-2017-03-28 16:16,os-odl_l2-fdio-noha,apex,30/36,83.0
-2017-03-28 16:16,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-03-28 16:16,os-odl-bgpvpn-ha,apex,22/36,61.0
-2017-03-28 16:16,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-28 16:16,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-28 16:16,os-odl_l3-nofeature-ha,apex,26/33,79.0
-2017-03-28 16:16,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-03-28 16:16,os-nosdn-nofeature-ha,apex,33/33,100.0
-2017-03-28 16:16,os-odl_l3-nofeature-ha,compass,21/30,70.0
-2017-03-28 16:16,os-ocl-nofeature-ha,compass,4/30,13.0
-2017-03-28 16:16,os-onos-nofeature-ha,compass,27/33,82.0
-2017-03-28 16:16,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-28 16:16,os-nosdn-openo-ha,compass,29/30,97.0
-2017-03-28 16:16,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-28 16:16,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-03-28 16:16,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-03-28 16:16,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-03-28 16:16,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-28 16:16,os-odl_l3-nofeature-noha,fuel,34/36,94.0
-2017-03-28 16:16,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-03-28 16:16,os-odl_l2-bgpvpn-noha,fuel,36/42,86.0
-2017-03-28 16:16,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-03-28 16:16,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-03-28 16:16,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-28 16:16,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-28 16:16,os-odl_l2-nofeature-noha,fuel,37/39,95.0
-2017-03-28 16:16,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-03-28 16:16,os-odl_l2-sfc-ha,fuel,40/45,89.0
-2017-03-28 16:16,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,37/39,95.0
-2017-03-28 16:16,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-03-28 16:16,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-03-28 16:16,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-03-28 16:16,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-03-28 16:16,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-28 16:16,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-03-28 16:16,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-03-28 16:16,os-nosdn-lxd-ha,joid,13/24,54.0
-2017-03-29 01:45,os-odl-gluon-noha,apex,30/36,83.0
-2017-03-29 01:45,os-odl_l2-fdio-noha,apex,30/36,83.0
-2017-03-29 01:45,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-03-29 01:45,os-odl-bgpvpn-ha,apex,22/36,61.0
-2017-03-29 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-29 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-29 01:45,os-odl_l3-nofeature-ha,apex,27/33,82.0
-2017-03-29 01:45,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-03-29 01:45,os-nosdn-nofeature-ha,apex,33/33,100.0
-2017-03-29 01:45,os-odl_l3-nofeature-ha,compass,21/30,70.0
-2017-03-29 01:45,os-ocl-nofeature-ha,compass,4/30,13.0
-2017-03-29 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-03-29 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-29 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-03-29 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-29 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-03-29 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-03-29 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-03-29 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-29 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-29 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-03-29 01:45,os-odl_l2-bgpvpn-noha,fuel,36/42,86.0
-2017-03-29 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-03-29 01:45,os-odl_l3-nofeature-ha,fuel,34/39,87.0
-2017-03-29 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-29 01:45,os-odl_l3-nofeature-noha,fuel,34/36,94.0
-2017-03-29 01:45,os-odl_l2-nofeature-noha,fuel,36/39,92.0
-2017-03-29 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-03-29 01:45,os-odl_l2-sfc-ha,fuel,40/45,89.0
-2017-03-29 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,38/39,97.0
-2017-03-29 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-03-29 01:45,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-03-29 01:45,os-nosdn-nofeature-ha,fuel,37/39,95.0
-2017-03-29 01:45,os-nosdn-lxd-noha,joid,17/24,71.0
-2017-03-29 01:45,os-nosdn-nofeature-noha,joid,31/33,94.0
-2017-03-29 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-29 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-03-29 01:45,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-03-30 01:45,os-nosdn-fdio-noha,apex,15/30,50.0
-2017-03-30 01:45,os-odl-gluon-noha,apex,31/36,86.0
-2017-03-30 01:45,os-odl_l2-fdio-noha,apex,30/36,83.0
-2017-03-30 01:45,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-03-30 01:45,os-odl-bgpvpn-ha,apex,22/36,61.0
-2017-03-30 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-30 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-30 01:45,os-odl_l3-nofeature-ha,apex,27/33,82.0
-2017-03-30 01:45,os-nosdn-ovs-ha,apex,2/33,6.0
-2017-03-30 01:45,os-odl_l2-fdio-ha,apex,29/36,81.0
-2017-03-30 01:45,os-nosdn-nofeature-ha,apex,33/33,100.0
-2017-03-30 01:45,os-odl_l3-nofeature-ha,compass,21/30,70.0
-2017-03-30 01:45,os-ocl-nofeature-ha,compass,4/30,13.0
-2017-03-30 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-03-30 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-30 01:45,os-nosdn-openo-ha,compass,28/30,93.0
-2017-03-30 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-30 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-03-30 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-03-30 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-03-30 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-30 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-30 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-03-30 01:45,os-odl_l2-bgpvpn-noha,fuel,36/42,86.0
-2017-03-30 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-03-30 01:45,os-odl_l3-nofeature-ha,fuel,34/39,87.0
-2017-03-30 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-30 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-03-30 01:45,os-odl_l2-nofeature-noha,fuel,36/39,92.0
-2017-03-30 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-03-30 01:45,os-odl_l2-sfc-ha,fuel,42/45,93.0
-2017-03-30 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,38/39,97.0
-2017-03-30 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-03-30 01:45,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-03-30 01:45,os-nosdn-nofeature-ha,fuel,37/39,95.0
-2017-03-30 01:45,os-nosdn-lxd-noha,joid,17/24,71.0
-2017-03-30 01:45,os-nosdn-nofeature-noha,joid,31/33,94.0
-2017-03-30 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-30 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-03-30 01:45,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-03-31 01:45,os-nosdn-fdio-noha,apex,15/30,50.0
-2017-03-31 01:45,os-odl-gluon-noha,apex,30/36,83.0
-2017-03-31 01:45,os-odl_l2-fdio-noha,apex,30/36,83.0
-2017-03-31 01:45,os-odl_l3-fdio-noha,apex,20/30,67.0
-2017-03-31 01:45,os-odl-bgpvpn-ha,apex,21/36,58.0
-2017-03-31 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-31 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-31 01:45,os-odl_l3-nofeature-ha,apex,27/33,82.0
-2017-03-31 01:45,os-odl_l3-ovs-ha,apex,2/33,6.0
-2017-03-31 01:45,os-nosdn-ovs-ha,apex,2/33,6.0
-2017-03-31 01:45,os-odl_l2-fdio-ha,apex,29/36,81.0
-2017-03-31 01:45,os-nosdn-nofeature-ha,apex,33/33,100.0
-2017-03-31 01:45,os-odl_l3-nofeature-ha,compass,23/30,77.0
-2017-03-31 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-03-31 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-03-31 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-31 01:45,os-nosdn-openo-ha,compass,28/30,93.0
-2017-03-31 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-31 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-03-31 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-03-31 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-03-31 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-31 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-03-31 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-03-31 01:45,os-odl_l3-nofeature-ha,fuel,31/39,79.0
-2017-03-31 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-31 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-31 01:45,os-odl_l2-nofeature-noha,fuel,36/39,92.0
-2017-03-31 01:45,os-odl_l2-bgpvpn-ha,fuel,37/42,88.0
-2017-03-31 01:45,os-odl_l2-sfc-ha,fuel,43/45,96.0
-2017-03-31 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-03-31 01:45,os-odl_l2-bgpvpn-noha,fuel,37/42,88.0
-2017-03-31 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-03-31 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-03-31 01:45,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-03-31 01:45,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-03-31 01:45,os-nosdn-lxd-noha,joid,17/24,71.0
-2017-03-31 01:45,os-nosdn-nofeature-noha,joid,31/33,94.0
-2017-03-31 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-31 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-03-31 01:45,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-04-01 01:45,os-nosdn-fdio-noha,apex,15/30,50.0
-2017-04-01 01:45,os-odl-gluon-noha,apex,24/36,67.0
-2017-04-01 01:45,os-odl_l2-fdio-noha,apex,30/36,83.0
-2017-04-01 01:45,os-odl_l3-fdio-noha,apex,20/30,67.0
-2017-04-01 01:45,os-odl_l3-nofeature-ha,apex,27/33,82.0
-2017-04-01 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-04-01 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-04-01 01:45,os-odl-bgpvpn-ha,apex,21/36,58.0
-2017-04-01 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-04-01 01:45,os-nosdn-ovs-ha,apex,2/33,6.0
-2017-04-01 01:45,os-odl_l2-fdio-ha,apex,29/36,81.0
-2017-04-01 01:45,os-nosdn-nofeature-ha,apex,33/33,100.0
-2017-04-01 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-04-01 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-01 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-04-01 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-04-01 01:45,os-nosdn-openo-ha,compass,28/30,93.0
-2017-04-01 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-04-01 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-01 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-01 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-04-01 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-01 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-01 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-04-01 01:45,os-odl_l3-nofeature-ha,fuel,32/39,82.0
-2017-04-01 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-04-01 01:45,os-odl_l2-nofeature-ha,fuel,39/42,93.0
-2017-04-01 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-04-01 01:45,os-odl_l2-nofeature-noha,fuel,36/39,92.0
-2017-04-01 01:45,os-odl_l2-bgpvpn-ha,fuel,34/42,81.0
-2017-04-01 01:45,os-odl_l3-nofeature-noha,fuel,34/36,94.0
-2017-04-01 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-01 01:45,os-odl_l2-bgpvpn-noha,fuel,38/42,90.0
-2017-04-01 01:45,os-odl_l2-sfc-ha,fuel,44/45,98.0
-2017-04-01 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-01 01:45,os-nosdn-nofeature-ha,fuel,37/39,95.0
-2017-04-01 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-04-01 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-04-01 01:45,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-04-01 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-04-01 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-04-02 01:45,os-nosdn-fdio-noha,apex,15/30,50.0
-2017-04-02 01:45,os-odl-gluon-noha,apex,24/36,67.0
-2017-04-02 01:45,os-odl_l2-fdio-noha,apex,30/36,83.0
-2017-04-02 01:45,os-odl_l3-fdio-noha,apex,13/30,43.0
-2017-04-02 01:45,os-odl-bgpvpn-ha,apex,21/36,58.0
-2017-04-02 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-04-02 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-04-02 01:45,os-odl_l3-nofeature-ha,apex,27/33,82.0
-2017-04-02 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-04-02 01:45,os-nosdn-ovs-ha,apex,2/33,6.0
-2017-04-02 01:45,os-odl_l2-fdio-ha,apex,29/36,81.0
-2017-04-02 01:45,os-nosdn-nofeature-ha,apex,33/33,100.0
-2017-04-02 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-04-02 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-02 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-04-02 01:45,os-odl_l2-nofeature-ha,compass,27/33,82.0
-2017-04-02 01:45,os-nosdn-openo-ha,compass,28/30,93.0
-2017-04-02 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-04-02 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-04-02 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-02 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-02 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-02 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-02 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-02 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-04-02 01:45,os-odl_l3-nofeature-ha,fuel,32/39,82.0
-2017-04-02 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-04-02 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-04-02 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-04-02 01:45,os-odl_l2-bgpvpn-ha,fuel,34/42,81.0
-2017-04-02 01:45,os-odl_l2-sfc-ha,fuel,40/45,89.0
-2017-04-02 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-02 01:45,os-odl_l2-bgpvpn-noha,fuel,38/42,90.0
-2017-04-02 01:45,os-odl_l2-nofeature-ha,fuel,37/42,88.0
-2017-04-02 01:45,os-odl_l3-nofeature-noha,fuel,34/36,94.0
-2017-04-02 01:45,os-nosdn-nofeature-ha,fuel,37/39,95.0
-2017-04-02 01:45,os-odl_l2-nofeature-ha,joid,6/36,17.0
-2017-04-02 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-04-02 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-04-02 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-04-02 01:45,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-04-03 01:45,os-nosdn-fdio-noha,apex,15/30,50.0
-2017-04-03 01:45,os-odl-gluon-noha,apex,29/36,81.0
-2017-04-03 01:45,os-odl_l2-fdio-noha,apex,29/36,81.0
-2017-04-03 01:45,os-odl_l3-fdio-noha,apex,13/30,43.0
-2017-04-03 01:45,os-odl_l3-nofeature-ha,apex,27/33,82.0
-2017-04-03 01:45,os-odl_l2-fdio-ha,apex,26/36,72.0
-2017-04-03 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-04-03 01:45,os-odl-bgpvpn-ha,apex,21/36,58.0
-2017-04-03 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-04-03 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-04-03 01:45,os-nosdn-kvm-ha,apex,33/33,100.0
-2017-04-03 01:45,os-nosdn-nofeature-ha,apex,33/33,100.0
-2017-04-03 01:45,os-odl_l3-nofeature-ha,compass,23/30,77.0
-2017-04-03 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-03 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-04-03 01:45,os-odl_l2-nofeature-ha,compass,27/33,82.0
-2017-04-03 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-04-03 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-04-03 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-04-03 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-03 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-03 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-03 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-03 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-03 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-04-03 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-04-03 01:45,os-odl_l3-nofeature-ha,fuel,32/39,82.0
-2017-04-03 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-04-03 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-04-03 01:45,os-odl_l3-nofeature-noha,fuel,34/36,94.0
-2017-04-03 01:45,os-odl_l2-bgpvpn-ha,fuel,35/42,83.0
-2017-04-03 01:45,os-odl_l2-sfc-ha,fuel,39/45,87.0
-2017-04-03 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-03 01:45,os-odl_l2-bgpvpn-noha,fuel,39/42,93.0
-2017-04-03 01:45,os-odl_l2-nofeature-ha,fuel,38/42,90.0
-2017-04-03 01:45,os-nosdn-nofeature-ha,fuel,36/39,92.0
-2017-04-03 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-04-03 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-04-03 01:45,os-nosdn-lxd-ha,joid,12/24,50.0
-2017-04-03 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-04-03 01:45,os-odl_l2-nofeature-ha,joid,6/36,17.0
-2017-04-04 01:45,os-nosdn-fdio-noha,apex,15/30,50.0
-2017-04-04 01:45,os-odl-gluon-noha,apex,30/36,83.0
-2017-04-04 01:45,os-ovn-nofeature-noha,apex,3/33,9.0
-2017-04-04 01:45,os-odl_l2-fdio-noha,apex,29/36,81.0
-2017-04-04 01:45,os-odl_l3-fdio-noha,apex,6/30,20.0
-2017-04-04 01:45,os-odl_l3-nofeature-ha,apex,26/33,79.0
-2017-04-04 01:45,os-nosdn-kvm-ha,apex,33/33,100.0
-2017-04-04 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-04-04 01:45,os-odl-bgpvpn-ha,apex,22/36,61.0
-2017-04-04 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-04-04 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-04-04 01:45,os-odl_l2-fdio-ha,apex,26/36,72.0
-2017-04-04 01:45,os-nosdn-nofeature-ha,apex,33/33,100.0
-2017-04-04 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-04-04 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-04 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-04-04 01:45,os-odl_l2-nofeature-ha,compass,27/33,82.0
-2017-04-04 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-04-04 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-04-04 01:45,os-nosdn-kvm-noha,fuel,35/36,97.0
-2017-04-04 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-04 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-04 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-04 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-04 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-04 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-04-04 01:45,os-odl_l2-sfc-ha,fuel,39/45,87.0
-2017-04-04 01:45,os-nosdn-kvm-ha,fuel,36/39,92.0
-2017-04-04 01:45,os-nosdn-nofeature-noha,fuel,35/36,97.0
-2017-04-04 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-04-04 01:45,os-odl_l2-bgpvpn-ha,fuel,36/42,86.0
-2017-04-04 01:45,os-odl_l3-nofeature-ha,fuel,34/39,87.0
-2017-04-04 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-04 01:45,os-odl_l2-bgpvpn-noha,fuel,39/42,93.0
-2017-04-04 01:45,os-odl_l2-nofeature-ha,fuel,38/42,90.0
-2017-04-04 01:45,os-odl_l3-nofeature-noha,fuel,34/36,94.0
-2017-04-04 01:45,os-nosdn-nofeature-ha,fuel,37/39,95.0
-2017-04-04 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-04-04 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-04-04 01:45,os-nosdn-lxd-ha,joid,12/24,50.0
-2017-04-04 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-04-04 01:45,os-odl_l2-nofeature-ha,joid,6/36,17.0
-2017-04-05 01:45,os-nosdn-fdio-noha,apex,15/30,50.0
-2017-04-05 01:45,os-odl-gluon-noha,apex,29/36,81.0
-2017-04-05 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-04-05 01:45,os-odl_l2-fdio-noha,apex,29/36,81.0
-2017-04-05 01:45,os-odl_l3-fdio-noha,apex,6/30,20.0
-2017-04-05 01:45,os-odl-bgpvpn-ha,apex,21/36,58.0
-2017-04-05 01:45,os-nosdn-kvm-ha,apex,33/33,100.0
-2017-04-05 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-04-05 01:45,os-odl_l3-nofeature-ha,apex,26/33,79.0
-2017-04-05 01:45,os-odl_l3-ovs-ha,apex,6/33,18.0
-2017-04-05 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-04-05 01:45,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-04-05 01:45,os-nosdn-nofeature-ha,apex,33/33,100.0
-2017-04-05 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-04-05 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-05 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-04-05 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-04-05 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-04-05 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-04-05 01:45,os-nosdn-kvm-noha,fuel,35/36,97.0
-2017-04-05 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-05 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-05 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-05 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-05 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-05 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-04-05 01:45,os-odl_l2-sfc-ha,fuel,39/45,87.0
-2017-04-05 01:45,os-nosdn-kvm-ha,fuel,36/39,92.0
-2017-04-05 01:45,os-nosdn-nofeature-noha,fuel,35/36,97.0
-2017-04-05 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-04-05 01:45,os-odl_l2-bgpvpn-ha,fuel,36/42,86.0
-2017-04-05 01:45,os-odl_l3-nofeature-ha,fuel,35/39,90.0
-2017-04-05 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-05 01:45,os-odl_l2-bgpvpn-noha,fuel,39/42,93.0
-2017-04-05 01:45,os-odl_l2-nofeature-ha,fuel,37/42,88.0
-2017-04-05 01:45,os-odl_l3-nofeature-noha,fuel,33/36,92.0
-2017-04-05 01:45,os-nosdn-nofeature-ha,fuel,36/39,92.0
-2017-04-05 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-04-05 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-04-05 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-04-05 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-04-05 01:45,os-nosdn-lxd-ha,joid,12/24,50.0
-2017-04-06 01:45,os-nosdn-fdio-noha,apex,15/30,50.0
-2017-04-06 01:45,os-odl-gluon-noha,apex,29/36,81.0
-2017-04-06 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-04-06 01:45,os-odl_l2-fdio-noha,apex,29/36,81.0
-2017-04-06 01:45,os-odl_l3-fdio-noha,apex,4/30,13.0
-2017-04-06 01:45,os-odl-bgpvpn-ha,apex,27/36,75.0
-2017-04-06 01:45,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-04-06 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-04-06 01:45,os-odl_l3-nofeature-ha,apex,25/33,76.0
-2017-04-06 01:45,os-odl_l3-ovs-ha,apex,6/33,18.0
-2017-04-06 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-04-06 01:45,os-nosdn-kvm-ha,apex,22/33,67.0
-2017-04-06 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-04-06 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-04-06 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-06 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-04-06 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-04-06 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-04-06 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-04-06 01:45,os-nosdn-kvm-noha,fuel,35/36,97.0
-2017-04-06 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-06 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-06 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-06 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-06 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-06 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-04-06 01:45,os-odl_l2-sfc-ha,fuel,39/45,87.0
-2017-04-06 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-04-06 01:45,os-nosdn-nofeature-noha,fuel,35/36,97.0
-2017-04-06 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-04-06 01:45,os-odl_l2-bgpvpn-ha,fuel,36/42,86.0
-2017-04-06 01:45,os-odl_l3-nofeature-ha,fuel,35/39,90.0
-2017-04-06 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-06 01:45,os-odl_l2-bgpvpn-noha,fuel,39/42,93.0
-2017-04-06 01:45,os-odl_l2-nofeature-ha,fuel,38/42,90.0
-2017-04-06 01:45,os-odl_l3-nofeature-noha,fuel,32/36,89.0
-2017-04-06 01:45,os-nosdn-nofeature-ha,fuel,35/39,90.0
-2017-04-06 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-04-06 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-04-06 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-04-06 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-04-06 01:45,os-nosdn-lxd-ha,joid,12/24,50.0
-2017-04-07 01:45,os-nosdn-fdio-noha,apex,15/30,50.0
-2017-04-07 01:45,os-odl-gluon-noha,apex,27/36,75.0
-2017-04-07 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-04-07 01:45,os-odl_l2-fdio-noha,apex,30/36,83.0
-2017-04-07 01:45,os-odl_l3-fdio-noha,apex,6/30,20.0
-2017-04-07 01:45,os-odl-bgpvpn-ha,apex,27/36,75.0
-2017-04-07 01:45,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-04-07 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-04-07 01:45,os-odl_l3-nofeature-ha,apex,25/33,76.0
-2017-04-07 01:45,os-odl_l3-ovs-ha,apex,6/33,18.0
-2017-04-07 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-04-07 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-04-07 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-04-07 01:45,os-odl_l3-nofeature-ha,compass,23/30,77.0
-2017-04-07 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-07 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-04-07 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-04-07 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-04-07 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-04-07 01:45,os-nosdn-kvm-noha,fuel,35/36,97.0
-2017-04-07 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-07 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-07 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-07 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-07 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-07 01:45,os-odl_l2-nofeature-noha,fuel,33/39,85.0
-2017-04-07 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-04-07 01:45,os-odl_l3-nofeature-ha,fuel,34/39,87.0
-2017-04-07 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-04-07 01:45,os-nosdn-nofeature-noha,fuel,35/36,97.0
-2017-04-07 01:45,os-odl_l3-nofeature-noha,fuel,32/36,89.0
-2017-04-07 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-04-07 01:45,os-odl_l2-sfc-ha,fuel,42/45,93.0
-2017-04-07 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-07 01:45,os-odl_l2-bgpvpn-noha,fuel,39/42,93.0
-2017-04-07 01:45,os-odl_l2-nofeature-ha,fuel,37/42,88.0
-2017-04-07 01:45,os-nosdn-nofeature-ha,fuel,36/39,92.0
-2017-04-07 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-04-07 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-04-07 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-04-07 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-04-07 01:45,os-nosdn-lxd-ha,joid,12/24,50.0
-2017-04-08 01:45,os-nosdn-fdio-noha,apex,15/30,50.0
-2017-04-08 01:45,os-odl-gluon-noha,apex,27/36,75.0
-2017-04-08 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-04-08 01:45,os-odl_l2-fdio-noha,apex,30/36,83.0
-2017-04-08 01:45,os-odl_l3-fdio-noha,apex,6/30,20.0
-2017-04-08 01:45,os-odl_l3-nofeature-ha,apex,18/33,55.0
-2017-04-08 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-04-08 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-04-08 01:45,os-odl-bgpvpn-ha,apex,19/36,53.0
-2017-04-08 01:45,os-odl_l3-ovs-ha,apex,6/33,18.0
-2017-04-08 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-04-08 01:45,os-odl_l2-fdio-ha,apex,27/36,75.0
-2017-04-08 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-04-08 01:45,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-04-08 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-08 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-04-08 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-04-08 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-04-08 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-04-08 01:45,os-nosdn-kvm-noha,fuel,35/36,97.0
-2017-04-08 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-08 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-08 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-08 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-08 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-08 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-04-08 01:45,os-odl_l3-nofeature-ha,fuel,35/39,90.0
-2017-04-08 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-04-08 01:45,os-nosdn-nofeature-noha,fuel,35/36,97.0
-2017-04-08 01:45,os-odl_l2-nofeature-noha,fuel,33/39,85.0
-2017-04-08 01:45,os-odl_l2-bgpvpn-ha,fuel,37/42,88.0
-2017-04-08 01:45,os-odl_l2-sfc-ha,fuel,42/45,93.0
-2017-04-08 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-08 01:45,os-odl_l2-bgpvpn-noha,fuel,39/42,93.0
-2017-04-08 01:45,os-odl_l2-nofeature-ha,fuel,37/42,88.0
-2017-04-08 01:45,os-odl_l3-nofeature-noha,fuel,32/36,89.0
-2017-04-08 01:45,os-nosdn-nofeature-ha,fuel,35/39,90.0
-2017-04-08 01:45,os-nosdn-lxd-noha,joid,12/24,50.0
-2017-04-08 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-04-08 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-04-08 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-04-08 01:45,os-nosdn-lxd-ha,joid,12/24,50.0
-2017-04-09 01:45,os-odl-gluon-noha,apex,18/36,50.0
-2017-04-09 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-04-09 01:45,os-odl_l2-fdio-noha,apex,22/36,61.0
-2017-04-09 01:45,os-odl_l3-ovs-ha,apex,6/33,18.0
-2017-04-09 01:45,os-odl-bgpvpn-ha,apex,19/36,53.0
-2017-04-09 01:45,os-odl_l2-fdio-ha,apex,27/36,75.0
-2017-04-09 01:45,os-odl_l3-fdio-noha,apex,4/30,13.0
-2017-04-09 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-04-09 01:45,os-odl_l3-nofeature-ha,apex,18/33,55.0
-2017-04-09 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-04-09 01:45,os-nosdn-kvm-ha,apex,22/33,67.0
-2017-04-09 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-04-09 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-04-09 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-09 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-04-09 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-04-09 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-04-09 01:45,os-nosdn-nofeature-ha,compass,28/30,93.0
-2017-04-09 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-04-09 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-09 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-09 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-09 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-09 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-09 01:45,os-odl_l2-nofeature-noha,fuel,33/39,85.0
-2017-04-09 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-04-09 01:45,os-odl_l3-nofeature-ha,fuel,34/39,87.0
-2017-04-09 01:45,os-nosdn-kvm-ha,fuel,38/39,97.0
-2017-04-09 01:45,os-nosdn-nofeature-noha,fuel,35/36,97.0
-2017-04-09 01:45,os-odl_l3-nofeature-noha,fuel,33/36,92.0
-2017-04-09 01:45,os-odl_l2-bgpvpn-ha,fuel,37/42,88.0
-2017-04-09 01:45,os-odl_l2-sfc-ha,fuel,40/45,89.0
-2017-04-09 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-09 01:45,os-odl_l2-bgpvpn-noha,fuel,39/42,93.0
-2017-04-09 01:45,os-odl_l2-nofeature-ha,fuel,39/42,93.0
-2017-04-09 01:45,os-nosdn-nofeature-ha,fuel,36/39,92.0
-2017-04-09 01:45,os-nosdn-lxd-noha,joid,12/24,50.0
-2017-04-09 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-04-09 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-04-09 01:45,os-nosdn-nofeature-ha,joid,22/33,67.0
-2017-04-09 01:45,os-nosdn-lxd-ha,joid,12/24,50.0
-2017-04-10 01:45,os-odl-gluon-noha,apex,18/36,50.0
-2017-04-10 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-04-10 01:45,os-odl_l2-fdio-noha,apex,22/36,61.0
-2017-04-10 01:45,os-odl_l3-ovs-ha,apex,6/33,18.0
-2017-04-10 01:45,os-odl-bgpvpn-ha,apex,19/36,53.0
-2017-04-10 01:45,os-odl_l2-fdio-ha,apex,21/36,58.0
-2017-04-10 01:45,os-odl_l3-fdio-noha,apex,4/30,13.0
-2017-04-10 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-04-10 01:45,os-odl_l3-nofeature-ha,apex,18/33,55.0
-2017-04-10 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-04-10 01:45,os-nosdn-kvm-ha,apex,22/33,67.0
-2017-04-10 01:45,os-nosdn-nofeature-ha,apex,22/33,67.0
-2017-04-10 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-04-10 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-10 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-04-10 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-04-10 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-04-10 01:45,os-nosdn-nofeature-ha,compass,28/30,93.0
-2017-04-10 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-04-10 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-10 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-10 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-10 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-10 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-10 01:45,os-odl_l2-sfc-noha,fuel,32/42,76.0
-2017-04-10 01:45,os-odl_l3-nofeature-ha,fuel,35/39,90.0
-2017-04-10 01:45,os-nosdn-kvm-ha,fuel,38/39,97.0
-2017-04-10 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-04-10 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-04-10 01:45,os-odl_l2-bgpvpn-ha,fuel,37/42,88.0
-2017-04-10 01:45,os-odl_l2-sfc-ha,fuel,39/45,87.0
-2017-04-10 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-10 01:45,os-odl_l2-bgpvpn-noha,fuel,39/42,93.0
-2017-04-10 01:45,os-odl_l2-nofeature-ha,fuel,39/42,93.0
-2017-04-10 01:45,os-odl_l3-nofeature-noha,fuel,33/36,92.0
-2017-04-10 01:45,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-04-10 01:45,os-nosdn-lxd-noha,joid,12/24,50.0
-2017-04-10 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-04-10 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-04-10 01:45,os-nosdn-nofeature-ha,joid,21/33,64.0
-2017-04-10 01:45,os-nosdn-lxd-ha,joid,12/24,50.0
-2017-04-11 01:45,os-odl-gluon-noha,apex,18/36,50.0
-2017-04-11 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-04-11 01:45,os-odl_l2-fdio-noha,apex,22/36,61.0
-2017-04-11 01:45,os-odl_l3-fdio-noha,apex,4/30,13.0
-2017-04-11 01:45,os-odl-bgpvpn-ha,apex,19/36,53.0
-2017-04-11 01:45,os-odl_l2-fdio-ha,apex,21/36,58.0
-2017-04-11 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-04-11 01:45,os-odl_l3-nofeature-ha,apex,18/33,55.0
-2017-04-11 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-04-11 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-04-11 01:45,os-nosdn-kvm-ha,apex,22/33,67.0
-2017-04-11 01:45,os-nosdn-nofeature-ha,apex,22/33,67.0
-2017-04-11 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-04-11 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-11 01:45,os-onos-nofeature-ha,compass,29/33,88.0
-2017-04-11 01:45,os-odl_l2-nofeature-ha,compass,30/33,91.0
-2017-04-11 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-04-11 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-04-11 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-04-11 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-11 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-11 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-11 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-11 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-11 01:45,os-odl_l2-sfc-noha,fuel,32/42,76.0
-2017-04-11 01:45,os-odl_l3-nofeature-ha,fuel,34/39,87.0
-2017-04-11 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-04-11 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-04-11 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-04-11 01:45,os-odl_l2-bgpvpn-ha,fuel,36/42,86.0
-2017-04-11 01:45,os-odl_l2-sfc-ha,fuel,39/45,87.0
-2017-04-11 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-11 01:45,os-odl_l2-bgpvpn-noha,fuel,39/42,93.0
-2017-04-11 01:45,os-odl_l2-nofeature-ha,fuel,38/42,90.0
-2017-04-11 01:45,os-odl_l3-nofeature-noha,fuel,33/36,92.0
-2017-04-11 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-04-11 01:45,os-nosdn-lxd-noha,joid,6/24,25.0
-2017-04-11 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-04-11 01:45,os-nosdn-lxd-ha,joid,6/24,25.0
-2017-04-11 01:45,os-nosdn-nofeature-ha,joid,22/33,67.0
-2017-04-11 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-04-12 01:45,os-odl-gluon-noha,apex,18/36,50.0
-2017-04-12 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-04-12 01:45,os-odl_l2-fdio-noha,apex,22/36,61.0
-2017-04-12 01:45,os-odl_l3-fdio-noha,apex,4/30,13.0
-2017-04-12 01:45,os-odl_l3-nofeature-ha,apex,17/33,52.0
-2017-04-12 01:45,os-nosdn-kvm-ha,apex,22/33,67.0
-2017-04-12 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-04-12 01:45,os-odl-bgpvpn-ha,apex,19/36,53.0
-2017-04-12 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-04-12 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-04-12 01:45,os-odl_l2-fdio-ha,apex,21/36,58.0
-2017-04-12 01:45,os-nosdn-nofeature-ha,apex,21/33,64.0
-2017-04-12 01:45,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-04-12 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-12 01:45,os-onos-nofeature-ha,compass,29/33,88.0
-2017-04-12 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-04-12 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-04-12 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-04-12 01:45,os-nosdn-kvm-noha,fuel,35/36,97.0
-2017-04-12 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-12 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-12 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-12 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-12 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-12 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-04-12 01:45,os-odl_l2-sfc-noha,fuel,34/42,81.0
-2017-04-12 01:45,os-odl_l3-nofeature-ha,fuel,34/39,87.0
-2017-04-12 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-04-12 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-04-12 01:45,os-odl_l3-nofeature-noha,fuel,33/36,92.0
-2017-04-12 01:45,os-odl_l2-bgpvpn-ha,fuel,36/42,86.0
-2017-04-12 01:45,os-odl_l2-sfc-ha,fuel,39/45,87.0
-2017-04-12 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-12 01:45,os-odl_l2-bgpvpn-noha,fuel,39/42,93.0
-2017-04-12 01:45,os-odl_l2-nofeature-ha,fuel,38/42,90.0
-2017-04-12 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-04-12 01:45,os-nosdn-lxd-noha,joid,12/24,50.0
-2017-04-12 01:45,os-nosdn-nofeature-noha,joid,11/33,33.0
-2017-04-12 01:45,os-odl_l2-nofeature-ha,joid,1/36,3.0
-2017-04-12 01:45,os-nosdn-nofeature-ha,joid,12/33,36.0
-2017-04-12 01:45,os-nosdn-lxd-ha,joid,6/24,25.0
-2017-04-28 20:23,os-nosdn-fdio-noha,apex,28/30,93.0
-2017-04-28 20:23,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-04-28 20:23,os-odl_l2-fdio-noha,apex,19/36,53.0
-2017-04-28 20:23,os-odl_l3-fdio-noha,apex,24/30,80.0
-2017-04-28 20:23,os-odl_l3-nofeature-ha,apex,16/33,48.0
-2017-04-28 20:23,os-nosdn-kvm-ha,apex,20/33,61.0
-2017-04-28 20:23,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-04-28 20:23,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-04-28 20:23,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-04-28 20:23,os-odl_l2-fdio-ha,apex,26/36,72.0
-2017-04-28 20:23,os-nosdn-nofeature-ha,apex,20/33,61.0
-2017-04-28 20:23,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-04-28 20:23,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-28 20:23,os-onos-nofeature-ha,compass,29/33,88.0
-2017-04-28 20:23,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-04-28 20:23,os-nosdn-openo-ha,compass,30/30,100.0
-2017-04-28 20:23,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-04-28 20:23,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-04-28 20:23,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-28 20:23,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-28 20:23,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-28 20:23,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-28 20:23,os-odl_l2-bgpvpn-noha,fuel,40/42,95.0
-2017-04-28 20:23,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-04-28 20:23,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-04-28 20:23,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-04-28 20:23,os-odl_l3-nofeature-noha,fuel,33/36,92.0
-2017-04-28 20:23,os-odl_l2-nofeature-noha,fuel,34/39,87.0
-2017-04-28 20:23,os-odl_l2-bgpvpn-ha,fuel,37/42,88.0
-2017-04-28 20:23,os-odl_l2-sfc-ha,fuel,41/45,91.0
-2017-04-28 20:23,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-28 20:23,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-28 20:23,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-04-28 20:23,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-04-28 20:23,os-nosdn-nofeature-ha,fuel,37/39,95.0
-2017-04-28 20:23,os-nosdn-lxd-noha,joid,11/24,46.0
-2017-04-28 20:23,os-odl_l2-nofeature-ha,joid,8/36,22.0
-2017-04-28 20:23,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-04-28 20:23,os-nosdn-nofeature-ha,joid,29/33,88.0
-2017-04-28 20:23,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-04-29 01:45,os-nosdn-fdio-noha,apex,28/30,93.0
-2017-04-29 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-04-29 01:45,os-odl_l2-fdio-noha,apex,19/36,53.0
-2017-04-29 01:45,os-odl_l3-fdio-noha,apex,24/30,80.0
-2017-04-29 01:45,os-odl_l3-nofeature-ha,apex,16/33,48.0
-2017-04-29 01:45,os-nosdn-kvm-ha,apex,20/33,61.0
-2017-04-29 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-04-29 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-04-29 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-04-29 01:45,os-odl_l2-fdio-ha,apex,30/36,83.0
-2017-04-29 01:45,os-nosdn-nofeature-ha,apex,20/33,61.0
-2017-04-29 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-04-29 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-29 01:45,os-onos-nofeature-ha,compass,29/33,88.0
-2017-04-29 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-04-29 01:45,os-nosdn-openo-ha,compass,30/30,100.0
-2017-04-29 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-04-29 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-04-29 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-29 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-29 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-29 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-29 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-29 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-04-29 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-04-29 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-04-29 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-04-29 01:45,os-odl_l2-nofeature-noha,fuel,34/39,87.0
-2017-04-29 01:45,os-odl_l2-bgpvpn-ha,fuel,37/42,88.0
-2017-04-29 01:45,os-odl_l2-sfc-ha,fuel,41/45,91.0
-2017-04-29 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-29 01:45,os-odl_l2-bgpvpn-noha,fuel,40/42,95.0
-2017-04-29 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-04-29 01:45,os-odl_l3-nofeature-noha,fuel,33/36,92.0
-2017-04-29 01:45,os-nosdn-nofeature-ha,fuel,37/39,95.0
-2017-04-29 01:45,os-nosdn-lxd-noha,joid,11/24,46.0
-2017-04-29 01:45,os-odl_l2-nofeature-ha,joid,8/36,22.0
-2017-04-29 01:45,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-04-29 01:45,os-nosdn-nofeature-ha,joid,29/33,88.0
-2017-04-29 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-04-30 01:45,os-nosdn-fdio-noha,apex,28/30,93.0
-2017-04-30 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-04-30 01:45,os-odl_l2-fdio-noha,apex,19/36,53.0
-2017-04-30 01:45,os-odl_l3-fdio-noha,apex,24/30,80.0
-2017-04-30 01:45,os-odl_l3-nofeature-ha,apex,23/33,70.0
-2017-04-30 01:45,os-nosdn-kvm-ha,apex,20/33,61.0
-2017-04-30 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-04-30 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-04-30 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-04-30 01:45,os-odl_l2-fdio-ha,apex,30/36,83.0
-2017-04-30 01:45,os-nosdn-nofeature-ha,apex,20/33,61.0
-2017-04-30 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-04-30 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-30 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-04-30 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-04-30 01:45,os-nosdn-openo-ha,compass,30/30,100.0
-2017-04-30 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-04-30 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-04-30 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-30 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-30 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-30 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-30 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-30 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-04-30 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-04-30 01:45,os-nosdn-kvm-ha,fuel,38/39,97.0
-2017-04-30 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-04-30 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-04-30 01:45,os-odl_l2-bgpvpn-ha,fuel,37/42,88.0
-2017-04-30 01:45,os-odl_l2-sfc-ha,fuel,42/45,93.0
-2017-04-30 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-30 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-04-30 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-04-30 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-04-30 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-04-30 01:45,os-nosdn-lxd-noha,joid,12/24,50.0
-2017-04-30 01:45,os-nosdn-nofeature-noha,joid,33/33,100.0
-2017-04-30 01:45,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-04-30 01:45,os-nosdn-nofeature-ha,joid,21/33,64.0
-2017-04-30 01:45,os-odl_l2-nofeature-ha,joid,8/36,22.0
-2017-05-01 01:45,os-nosdn-fdio-noha,apex,28/30,93.0
-2017-05-01 01:45,os-odl-gluon-noha,apex,9/36,25.0
-2017-05-01 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-05-01 01:45,os-odl-bgpvpn-ha,apex,8/36,22.0
-2017-05-01 01:45,os-odl_l2-fdio-noha,apex,28/36,78.0
-2017-05-01 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-05-01 01:45,os-odl_l3-nofeature-ha,apex,23/33,70.0
-2017-05-01 01:45,os-nosdn-kvm-ha,apex,30/33,91.0
-2017-05-01 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-05-01 01:45,os-odl_l3-fdio-noha,apex,23/30,77.0
-2017-05-01 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-05-01 01:45,os-odl_l2-fdio-ha,apex,29/36,81.0
-2017-05-01 01:45,os-nosdn-nofeature-ha,apex,20/33,61.0
-2017-05-01 01:45,os-odl_l3-fdio-ha,apex,24/30,80.0
-2017-05-01 01:45,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-05-01 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-05-01 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-05-01 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-05-01 01:45,os-nosdn-openo-ha,compass,30/30,100.0
-2017-05-01 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-05-01 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-01 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-01 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-05-01 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-05-01 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-05-01 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-05-01 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-05-01 01:45,os-nosdn-kvm-ha,fuel,38/39,97.0
-2017-05-01 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-05-01 01:45,os-odl_l2-nofeature-noha,fuel,36/39,92.0
-2017-05-01 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-05-01 01:45,os-odl_l2-sfc-ha,fuel,44/45,98.0
-2017-05-01 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-05-01 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-05-01 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-05-01 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-05-01 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-01 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-05-01 01:45,os-nosdn-lxd-noha,joid,17/24,71.0
-2017-05-01 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-05-01 01:45,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-05-01 01:45,os-nosdn-nofeature-ha,joid,17/33,52.0
-2017-05-01 01:45,os-nosdn-nofeature-noha,joid,33/33,100.0
-2017-05-02 01:45,os-nosdn-fdio-noha,apex,28/30,93.0
-2017-05-02 01:45,os-odl-gluon-noha,apex,18/36,50.0
-2017-05-02 01:45,os-ovn-nofeature-noha,apex,9/33,27.0
-2017-05-02 01:45,os-odl-bgpvpn-ha,apex,16/36,44.0
-2017-05-02 01:45,os-odl_l2-fdio-noha,apex,28/36,78.0
-2017-05-02 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-05-02 01:45,os-odl_l3-nofeature-ha,apex,23/33,70.0
-2017-05-02 01:45,os-nosdn-kvm-ha,apex,30/33,91.0
-2017-05-02 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-05-02 01:45,os-odl_l3-fdio-noha,apex,23/30,77.0
-2017-05-02 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-05-02 01:45,os-odl_l2-fdio-ha,apex,29/36,81.0
-2017-05-02 01:45,os-nosdn-nofeature-ha,apex,30/33,91.0
-2017-05-02 01:45,os-odl_l3-fdio-ha,apex,24/30,80.0
-2017-05-02 01:45,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-05-02 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-05-02 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-05-02 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-05-02 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-05-02 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-05-02 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-02 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-05-02 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-02 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-05-02 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-05-02 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-05-02 01:45,os-odl_l2-sfc-noha,fuel,38/42,90.0
-2017-05-02 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-05-02 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-05-02 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-05-02 01:45,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-05-02 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-05-02 01:45,os-odl_l2-sfc-ha,fuel,44/45,98.0
-2017-05-02 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-05-02 01:45,os-odl_l2-bgpvpn-noha,fuel,42/42,100.0
-2017-05-02 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-05-02 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-02 01:45,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-05-02 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-05-02 01:45,os-nosdn-nofeature-noha,joid,33/33,100.0
-2017-05-02 01:45,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-05-02 01:45,os-nosdn-nofeature-ha,joid,18/33,55.0
-2017-05-02 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-05-03 01:45,os-nosdn-fdio-noha,apex,28/30,93.0
-2017-05-03 01:45,os-odl-gluon-noha,apex,18/36,50.0
-2017-05-03 01:45,os-ovn-nofeature-noha,apex,9/33,27.0
-2017-05-03 01:45,os-odl-bgpvpn-ha,apex,16/36,44.0
-2017-05-03 01:45,os-odl_l2-fdio-noha,apex,29/36,81.0
-2017-05-03 01:45,os-odl_l3-ovs-ha,apex,6/33,18.0
-2017-05-03 01:45,os-odl_l3-nofeature-ha,apex,23/33,70.0
-2017-05-03 01:45,os-nosdn-kvm-ha,apex,30/33,91.0
-2017-05-03 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-05-03 01:45,os-odl_l3-fdio-noha,apex,23/30,77.0
-2017-05-03 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-05-03 01:45,os-odl_l2-fdio-ha,apex,30/36,83.0
-2017-05-03 01:45,os-nosdn-nofeature-ha,apex,30/33,91.0
-2017-05-03 01:45,os-odl_l3-fdio-ha,apex,24/30,80.0
-2017-05-03 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-05-03 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-05-03 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-05-03 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-05-03 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-05-03 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-05-03 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-03 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-05-03 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-03 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-05-03 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-05-03 01:45,os-odl_l2-sfc-noha,fuel,39/42,93.0
-2017-05-03 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-05-03 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-05-03 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-05-03 01:45,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-05-03 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-05-03 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-05-03 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-05-03 01:45,os-odl_l2-bgpvpn-noha,fuel,42/42,100.0
-2017-05-03 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-05-03 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-03 01:45,os-nosdn-nofeature-ha,fuel,37/39,95.0
-2017-05-03 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-05-03 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-05-03 01:45,os-nosdn-nofeature-noha,joid,33/33,100.0
-2017-05-03 01:45,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-05-03 01:45,os-nosdn-nofeature-ha,joid,22/33,67.0
-2017-05-03 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-05-04 01:45,os-nosdn-fdio-noha,apex,28/30,93.0
-2017-05-04 01:45,os-odl-gluon-noha,apex,18/36,50.0
-2017-05-04 01:45,os-ovn-nofeature-noha,apex,9/33,27.0
-2017-05-04 01:45,os-odl-bgpvpn-ha,apex,16/36,44.0
-2017-05-04 01:45,os-odl_l2-fdio-noha,apex,29/36,81.0
-2017-05-04 01:45,os-odl_l3-ovs-ha,apex,6/33,18.0
-2017-05-04 01:45,os-odl_l3-nofeature-ha,apex,23/33,70.0
-2017-05-04 01:45,os-nosdn-kvm-ha,apex,30/33,91.0
-2017-05-04 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-05-04 01:45,os-odl_l3-fdio-noha,apex,23/30,77.0
-2017-05-04 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-05-04 01:45,os-odl_l2-fdio-ha,apex,30/36,83.0
-2017-05-04 01:45,os-nosdn-nofeature-ha,apex,30/33,91.0
-2017-05-04 01:45,os-odl_l3-fdio-ha,apex,24/30,80.0
-2017-05-04 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-05-04 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-05-04 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-05-04 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-05-04 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-05-04 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-05-04 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-04 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-05-04 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-05-04 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-05-04 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-05-04 01:45,os-odl_l2-sfc-noha,fuel,39/42,93.0
-2017-05-04 01:45,os-odl_l3-nofeature-ha,fuel,38/39,97.0
-2017-05-04 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-05-04 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-05-04 01:45,os-odl_l2-nofeature-noha,fuel,37/39,95.0
-2017-05-04 01:45,os-odl_l2-bgpvpn-ha,fuel,40/42,95.0
-2017-05-04 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-05-04 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,38/39,97.0
-2017-05-04 01:45,os-odl_l2-bgpvpn-noha,fuel,42/42,100.0
-2017-05-04 01:45,os-odl_l2-nofeature-ha,fuel,40/42,95.0
-2017-05-04 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-04 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-04 01:45,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-05-04 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-05-04 01:45,os-nosdn-nofeature-noha,joid,33/33,100.0
-2017-05-04 01:45,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-05-04 01:45,os-nosdn-nofeature-ha,joid,29/33,88.0
-2017-05-04 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-05-05 01:45,os-nosdn-fdio-noha,apex,28/30,93.0
-2017-05-05 01:45,os-odl-gluon-noha,apex,18/36,50.0
-2017-05-05 01:45,os-ovn-nofeature-noha,apex,9/33,27.0
-2017-05-05 01:45,os-odl-bgpvpn-ha,apex,16/36,44.0
-2017-05-05 01:45,os-odl_l2-fdio-noha,apex,28/36,78.0
-2017-05-05 01:45,os-odl_l3-ovs-ha,apex,6/33,18.0
-2017-05-05 01:45,os-odl_l3-nofeature-ha,apex,23/33,70.0
-2017-05-05 01:45,os-nosdn-kvm-ha,apex,30/33,91.0
-2017-05-05 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-05-05 01:45,os-odl_l3-fdio-noha,apex,23/30,77.0
-2017-05-05 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-05-05 01:45,os-odl_l2-fdio-ha,apex,29/36,81.0
-2017-05-05 01:45,os-nosdn-nofeature-ha,apex,30/33,91.0
-2017-05-05 01:45,os-odl_l3-fdio-ha,apex,23/30,77.0
-2017-05-05 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-05-05 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-05-05 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-05-05 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-05-05 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-05-05 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-05-05 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-05 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,12/42,29.0
-2017-05-05 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-05 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-05-05 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-05-05 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-05-05 01:45,os-odl_l2-sfc-noha,fuel,40/42,95.0
-2017-05-05 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-05-05 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-05-05 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-05 01:45,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-05-05 01:45,os-odl_l2-bgpvpn-ha,fuel,39/42,93.0
-2017-05-05 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-05-05 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,38/39,97.0
-2017-05-05 01:45,os-odl_l2-bgpvpn-noha,fuel,42/42,100.0
-2017-05-05 01:45,os-odl_l2-nofeature-ha,fuel,40/42,95.0
-2017-05-05 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-05-05 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-05-05 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-05-05 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-05-05 01:45,os-nosdn-lxd-ha,joid,17/24,71.0
-2017-05-05 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-05-05 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
diff --git a/docs/results/danube/2.0/validated_scenario_history.txt b/docs/results/danube/2.0/validated_scenario_history.txt
deleted file mode 100644
index 15ec001e..00000000
--- a/docs/results/danube/2.0/validated_scenario_history.txt
+++ /dev/null
@@ -1,212 +0,0 @@
-2017-03-19 02:03;compass;os-nosdn-nofeature-ha
-2017-03-20 02:04;compass;os-nosdn-nofeature-ha
-2017-03-21 02:03;compass;os-nosdn-nofeature-ha
-2017-03-22 02:01;apex;os-nosdn-nofeature-ha
-2017-03-23 02:14;joid;os-nosdn-nofeature-noha
-2017-03-24 02:09;fuel;os-nosdn-nofeature-noha
-2017-03-24 02:11;fuel;os-nosdn-ovs-ha
-2017-03-25 02:06;fuel;os-nosdn-ovs-noha
-2017-03-25 02:09;fuel;os-nosdn-nofeature-noha
-2017-03-25 02:11;fuel;os-nosdn-ovs-ha
-2017-03-26 02:06;fuel;os-nosdn-ovs-noha
-2017-03-26 02:09;fuel;os-nosdn-nofeature-noha
-2017-03-26 02:11;fuel;os-nosdn-ovs-ha
-2017-03-27 02:06;fuel;os-nosdn-ovs-noha
-2017-03-27 02:09;fuel;os-nosdn-nofeature-noha
-2017-03-27 02:11;fuel;os-nosdn-ovs-ha
-2017-03-28 02:04;compass;os-nosdn-openo-ha
-2017-03-28 02:04;compass;os-nosdn-nofeature-ha
-2017-03-28 02:04;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-03-28 02:05;fuel;os-nosdn-kvm-noha
-2017-03-28 02:06;fuel;os-nosdn-ovs-noha
-2017-03-28 02:09;fuel;os-nosdn-nofeature-noha
-2017-03-28 13:40;compass;os-nosdn-openo-ha
-2017-03-28 13:41;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-03-28 13:42;fuel;os-nosdn-kvm-noha
-2017-03-28 13:42;fuel;os-nosdn-ovs-noha
-2017-03-28 13:45;fuel;os-nosdn-nofeature-noha
-2017-03-28 13:48;fuel;os-odl_l2-nofeature-ha
-2017-03-28 14:15;compass;os-nosdn-openo-ha
-2017-03-28 14:16;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-03-28 14:17;fuel;os-nosdn-kvm-noha
-2017-03-28 14:18;fuel;os-nosdn-ovs-noha
-2017-03-28 14:21;fuel;os-nosdn-nofeature-noha
-2017-03-28 14:23;fuel;os-odl_l2-nofeature-ha
-2017-03-28 16:33;apex;os-nosdn-nofeature-ha
-2017-03-28 16:36;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-03-28 16:37;fuel;os-nosdn-kvm-noha
-2017-03-28 16:38;fuel;os-nosdn-ovs-noha
-2017-03-28 16:41;fuel;os-nosdn-nofeature-noha
-2017-03-28 16:43;fuel;os-odl_l2-nofeature-ha
-2017-03-29 02:02;apex;os-nosdn-nofeature-ha
-2017-03-29 02:05;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-03-29 02:05;fuel;os-nosdn-kvm-noha
-2017-03-29 02:06;fuel;os-nosdn-ovs-noha
-2017-03-29 02:06;fuel;os-nosdn-nofeature-noha
-2017-03-29 02:11;fuel;os-odl_l2-nofeature-ha
-2017-03-30 02:02;apex;os-nosdn-nofeature-ha
-2017-03-30 02:05;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-03-30 02:06;fuel;os-nosdn-kvm-noha
-2017-03-30 02:06;fuel;os-nosdn-ovs-noha
-2017-03-30 02:07;fuel;os-nosdn-nofeature-noha
-2017-03-30 02:11;fuel;os-odl_l2-nofeature-ha
-2017-03-31 02:04;apex;os-nosdn-nofeature-ha
-2017-03-31 02:07;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-03-31 02:08;fuel;os-nosdn-kvm-noha
-2017-03-31 02:09;fuel;os-nosdn-ovs-noha
-2017-03-31 02:11;fuel;os-nosdn-nofeature-noha
-2017-03-31 02:13;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-03-31 02:14;fuel;os-odl_l2-nofeature-ha
-2017-04-01 02:04;apex;os-nosdn-nofeature-ha
-2017-04-01 02:07;compass;os-nosdn-nofeature-ha
-2017-04-01 02:07;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-01 02:08;fuel;os-nosdn-kvm-noha
-2017-04-01 02:09;fuel;os-nosdn-ovs-noha
-2017-04-01 02:11;fuel;os-nosdn-nofeature-noha
-2017-04-01 02:13;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-01 02:15;fuel;os-nosdn-ovs-ha
-2017-04-02 02:04;apex;os-nosdn-nofeature-ha
-2017-04-02 02:07;compass;os-nosdn-nofeature-ha
-2017-04-02 02:07;fuel;os-nosdn-kvm-noha
-2017-04-02 02:08;fuel;os-nosdn-ovs-ha
-2017-04-02 02:09;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-02 02:09;fuel;os-nosdn-ovs-noha
-2017-04-02 02:11;fuel;os-nosdn-nofeature-noha
-2017-04-02 02:13;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-03 02:04;apex;os-nosdn-kvm-ha
-2017-04-03 02:04;apex;os-nosdn-nofeature-ha
-2017-04-03 02:07;compass;os-nosdn-nofeature-ha
-2017-04-03 02:07;fuel;os-nosdn-kvm-noha
-2017-04-03 02:08;fuel;os-nosdn-ovs-ha
-2017-04-03 02:09;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-03 02:09;fuel;os-nosdn-ovs-noha
-2017-04-03 02:12;fuel;os-nosdn-nofeature-noha
-2017-04-03 02:14;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-04 02:02;apex;os-nosdn-kvm-ha
-2017-04-04 02:05;apex;os-nosdn-nofeature-ha
-2017-04-04 02:07;compass;os-nosdn-nofeature-ha
-2017-04-04 02:09;fuel;os-nosdn-ovs-ha
-2017-04-04 02:09;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-04 02:10;fuel;os-nosdn-ovs-noha
-2017-04-04 02:14;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-05 02:00;apex;os-nosdn-kvm-ha
-2017-04-05 02:03;apex;os-nosdn-nofeature-ha
-2017-04-05 02:06;compass;os-nosdn-nofeature-ha
-2017-04-05 02:07;fuel;os-nosdn-ovs-ha
-2017-04-05 02:08;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-05 02:08;fuel;os-nosdn-ovs-noha
-2017-04-05 02:13;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-06 02:07;compass;os-nosdn-nofeature-ha
-2017-04-06 02:08;fuel;os-nosdn-ovs-ha
-2017-04-06 02:09;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-06 02:09;fuel;os-nosdn-ovs-noha
-2017-04-06 02:14;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-07 02:08;fuel;os-nosdn-ovs-ha
-2017-04-07 02:09;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-07 02:09;fuel;os-nosdn-ovs-noha
-2017-04-07 02:14;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-08 02:08;fuel;os-nosdn-ovs-ha
-2017-04-08 02:09;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-08 02:09;fuel;os-nosdn-ovs-noha
-2017-04-08 02:14;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-09 02:07;fuel;os-nosdn-kvm-noha
-2017-04-09 02:08;fuel;os-nosdn-ovs-ha
-2017-04-09 02:08;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-09 02:09;fuel;os-nosdn-ovs-noha
-2017-04-09 02:14;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-10 02:07;fuel;os-nosdn-kvm-noha
-2017-04-10 02:08;fuel;os-nosdn-ovs-ha
-2017-04-10 02:08;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-10 02:09;fuel;os-nosdn-ovs-noha
-2017-04-10 02:11;fuel;os-nosdn-nofeature-noha
-2017-04-10 02:13;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-11 02:06;compass;os-nosdn-nofeature-ha
-2017-04-11 02:06;fuel;os-nosdn-kvm-noha
-2017-04-11 02:07;fuel;os-nosdn-ovs-ha
-2017-04-11 02:08;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-11 02:08;fuel;os-nosdn-ovs-noha
-2017-04-11 02:11;fuel;os-nosdn-nofeature-noha
-2017-04-11 02:13;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-11 02:15;fuel;os-nosdn-nofeature-ha
-2017-04-12 02:07;fuel;os-nosdn-ovs-ha
-2017-04-12 02:07;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-12 02:08;fuel;os-nosdn-ovs-noha
-2017-04-12 02:11;fuel;os-nosdn-nofeature-noha
-2017-04-12 02:13;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-12 02:14;fuel;os-nosdn-nofeature-ha
-2017-04-28 20:46;compass;os-nosdn-openo-ha
-2017-04-28 20:48;fuel;os-nosdn-kvm-noha
-2017-04-28 20:49;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-28 20:49;fuel;os-nosdn-ovs-noha
-2017-04-28 20:52;fuel;os-nosdn-kvm-ha
-2017-04-28 20:54;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-28 20:55;fuel;os-nosdn-ovs-ha
-2017-04-28 20:56;fuel;os-nosdn-nofeature-noha
-2017-04-29 02:07;compass;os-nosdn-openo-ha
-2017-04-29 02:08;fuel;os-nosdn-kvm-noha
-2017-04-29 02:09;fuel;os-nosdn-ovs-ha
-2017-04-29 02:10;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-29 02:10;fuel;os-nosdn-ovs-noha
-2017-04-29 02:12;fuel;os-nosdn-kvm-ha
-2017-04-29 02:13;fuel;os-nosdn-nofeature-noha
-2017-04-29 02:15;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-30 02:07;compass;os-nosdn-openo-ha
-2017-04-30 02:08;fuel;os-nosdn-kvm-noha
-2017-04-30 02:09;fuel;os-nosdn-ovs-ha
-2017-04-30 02:10;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-30 02:10;fuel;os-nosdn-ovs-noha
-2017-04-30 02:13;fuel;os-nosdn-nofeature-noha
-2017-04-30 02:15;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-30 02:17;fuel;os-nosdn-nofeature-ha
-2017-04-30 02:18;joid;os-nosdn-nofeature-noha
-2017-05-01 02:09;compass;os-nosdn-openo-ha
-2017-05-01 02:10;fuel;os-nosdn-kvm-noha
-2017-05-01 02:10;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-01 02:11;fuel;os-nosdn-ovs-ha
-2017-05-01 02:11;fuel;os-nosdn-ovs-noha
-2017-05-01 02:16;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-05-01 02:18;fuel;os-nosdn-nofeature-noha
-2017-05-01 02:18;fuel;os-nosdn-nofeature-ha
-2017-05-01 02:21;joid;os-nosdn-nofeature-noha
-2017-05-02 02:10;fuel;os-nosdn-kvm-noha
-2017-05-02 02:11;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-02 02:11;fuel;os-nosdn-ovs-ha
-2017-05-02 02:12;fuel;os-nosdn-ovs-noha
-2017-05-02 02:14;fuel;os-nosdn-kvm-ha
-2017-05-02 02:14;fuel;os-odl_l3-nofeature-noha
-2017-05-02 02:16;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-05-02 02:17;fuel;os-odl_l2-bgpvpn-noha
-2017-05-02 02:18;fuel;os-nosdn-nofeature-noha
-2017-05-02 02:19;joid;os-nosdn-nofeature-noha
-2017-05-03 02:09;compass;os-nosdn-nofeature-ha
-2017-05-03 02:10;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-03 02:11;fuel;os-nosdn-kvm-noha
-2017-05-03 02:11;fuel;os-nosdn-ovs-noha
-2017-05-03 02:13;fuel;os-nosdn-kvm-ha
-2017-05-03 02:14;fuel;os-odl_l3-nofeature-noha
-2017-05-03 02:15;fuel;os-odl_l2-sfc-ha
-2017-05-03 02:16;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-05-03 02:16;fuel;os-odl_l2-bgpvpn-noha
-2017-05-03 02:17;fuel;os-nosdn-nofeature-noha
-2017-05-03 02:18;fuel;os-nosdn-ovs-ha
-2017-05-03 02:19;joid;os-nosdn-nofeature-noha
-2017-05-04 02:10;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-04 02:11;fuel;os-nosdn-ovs-ha
-2017-05-04 02:11;fuel;os-nosdn-ovs-noha
-2017-05-04 02:13;fuel;os-nosdn-kvm-ha
-2017-05-04 02:14;fuel;os-odl_l3-nofeature-noha
-2017-05-04 02:15;fuel;os-odl_l2-sfc-ha
-2017-05-04 02:16;fuel;os-odl_l2-bgpvpn-noha
-2017-05-04 02:17;fuel;os-nosdn-nofeature-noha
-2017-05-04 02:18;fuel;os-nosdn-kvm-noha
-2017-05-04 02:19;joid;os-nosdn-nofeature-noha
-2017-05-05 02:10;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-05 02:11;fuel;os-nosdn-kvm-noha
-2017-05-05 02:11;fuel;os-nosdn-ovs-noha
-2017-05-05 02:12;fuel;os-odl_l3-nofeature-noha
-2017-05-05 02:14;fuel;os-nosdn-kvm-ha
-2017-05-05 02:14;fuel;os-nosdn-nofeature-noha
-2017-05-05 02:16;fuel;os-odl_l2-sfc-ha
-2017-05-05 02:17;fuel;os-odl_l2-bgpvpn-noha
-2017-05-05 02:18;fuel;os-nosdn-nofeature-ha
-2017-05-05 02:18;fuel;os-nosdn-ovs-ha
diff --git a/docs/results/danube/3.0/apex.html b/docs/results/danube/3.0/apex.html
deleted file mode 100644
index 2a906b69..00000000
--- a/docs/results/danube/3.0/apex.html
+++ /dev/null
@@ -1,1424 +0,0 @@
- <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');var gaugeScenario13 = gauge('#gaugeScenario13');var gaugeScenario14 = gauge('#gaugeScenario14');var gaugeScenario15 = gauge('#gaugeScenario15');var gaugeScenario16 = gauge('#gaugeScenario16');var gaugeScenario17 = gauge('#gaugeScenario17');var gaugeScenario18 = gauge('#gaugeScenario18');var gaugeScenario19 = gauge('#gaugeScenario19');var gaugeScenario20 = gauge('#gaugeScenario20');
-
- // assign success rate to the gauge
- function updateReadings() {
- gaugeScenario1.update(33.3333333333);gaugeScenario2.update(96.2962962963);gaugeScenario3.update(60.6060606061);gaugeScenario4.update(33.3333333333);gaugeScenario5.update(13.3333333333);gaugeScenario6.update(66.6666666667);gaugeScenario7.update(30.0);gaugeScenario8.update(72.7272727273);gaugeScenario9.update(66.6666666667);gaugeScenario10.update(53.3333333333);gaugeScenario11.update(75.7575757576);gaugeScenario12.update(53.3333333333);gaugeScenario13.update(92.5925925926);gaugeScenario14.update(54.5454545455);gaugeScenario15.update(13.3333333333);gaugeScenario16.update(13.3333333333);gaugeScenario17.update(20.0);gaugeScenario18.update(66.6666666667);gaugeScenario19.update(66.6666666667);gaugeScenario20.update(60.0);
- }
- updateReadings();
- }
-
- // trend line management
- d3.csv("./scenario_history.txt", function(data) {
- // ***************************************
- // Create the trend line
- // for scenario os-nosdn-kvm-noha
- // Filter results
- var trend1 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-kvm-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-nosdn-fdio-noha
- // Filter results
- var trend2 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-fdio-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-gluon-noha
- // Filter results
- var trend3 = data.filter(function(row) {
- return row["scenario"]=="os-odl-gluon-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_dvr-noha
- // Filter results
- var trend4 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l3-fdio_dvr-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-nosdn-ovs-noha
- // Filter results
- var trend5 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-ovs-noha" && 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-nofeature-noha
- // Filter results
- var trend6 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-nofeature-noha" && 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-ovn-nofeature-noha
- // Filter results
- var trend7 = data.filter(function(row) {
- return row["scenario"]=="os-ovn-nofeature-noha" && 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_l2-fdio-noha
- // Filter results
- var trend8 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-fdio-noha" && 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-fdio-noha
- // Filter results
- var trend9 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l3-fdio-noha" && 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-odl_l3-nofeature-ha
- // Filter results
- var trend10 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l3-nofeature-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-odl_l3-nofeature-noha
- // Filter results
- var trend12 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l3-nofeature-noha" && 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)
- // ****************************************// for scenario os-nosdn-fdio-ha
- // Filter results
- var trend13 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-fdio-ha" && row["installer"]=="apex";
- })
- // Parse the date
- trend13.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg13",trend13)
- // ****************************************// for scenario os-odl-bgpvpn-ha
- // Filter results
- var trend14 = data.filter(function(row) {
- return row["scenario"]=="os-odl-bgpvpn-ha" && row["installer"]=="apex";
- })
- // Parse the date
- trend14.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg14",trend14)
- // ****************************************// for scenario os-odl_l3-ovs-ha
- // Filter results
- var trend15 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l3-ovs-ha" && row["installer"]=="apex";
- })
- // Parse the date
- trend15.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg15",trend15)
- // ****************************************// for scenario os-nosdn-ovs-ha
- // Filter results
- var trend16 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-ovs-ha" && row["installer"]=="apex";
- })
- // Parse the date
- trend16.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg16",trend16)
- // ****************************************// for scenario os-odl_l3-ovs-noha
- // Filter results
- var trend17 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l3-ovs-noha" && row["installer"]=="apex";
- })
- // Parse the date
- trend17.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg17",trend17)
- // ****************************************// for scenario os-nosdn-kvm-ha
- // Filter results
- var trend18 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-kvm-ha" && row["installer"]=="apex";
- })
- // Parse the date
- trend18.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg18",trend18)
- // ****************************************// for scenario os-nosdn-nofeature-ha
- // Filter results
- var trend19 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-nofeature-ha" && row["installer"]=="apex";
- })
- // Parse the date
- trend19.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg19",trend19)
- // ****************************************// for scenario os-odl_l3-fdio-ha
- // Filter results
- var trend20 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l3-fdio-ha" && row["installer"]=="apex";
- })
- // Parse the date
- trend20.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg20",trend20)
- // ****************************************
- });
- 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 status page (danube 3.0, 2017-07-13 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 Danube 3.0 scenarios (4-14/7/2017) </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=https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-danube/434/console>os-nosdn-kvm-noha</a></td>
- <td><div id="gaugeScenario1"></div></td>
- <td><div id="trend_svg1"></div></td>
- <td>10/30</td>
- <td>1</td>
- </tr><tr class="tr-ok">
- <td><a href=http://testresultS.opnfv.org/reporting>os-nosdn-fdio-noha</a></td>
- <td><div id="gaugeScenario2"></div></td>
- <td><div id="trend_svg2"></div></td>
- <td>26/27</td>
- <td>13</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-danube/450/console>os-odl-gluon-noha</a></td>
- <td><div id="gaugeScenario3"></div></td>
- <td><div id="trend_svg3"></div></td>
- <td>20/33</td>
- <td>3</td>
- </tr><tr class="tr-ok">
- <td><a href=http://testresultS.opnfv.org/reporting>os-odl_l3-fdio_dvr-noha</a></td>
- <td><div id="gaugeScenario4"></div></td>
- <td><div id="trend_svg4"></div></td>
- <td>10/30</td>
- <td>3</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-danube/457/console>os-nosdn-ovs-noha</a></td>
- <td><div id="gaugeScenario5"></div></td>
- <td><div id="trend_svg5"></div></td>
- <td>4/30</td>
- <td>3</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-danube/428/console>os-nosdn-nofeature-noha</a></td>
- <td><div id="gaugeScenario6"></div></td>
- <td><div id="trend_svg6"></div></td>
- <td>20/30</td>
- <td>3</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-danube/453/console>os-ovn-nofeature-noha</a></td>
- <td><div id="gaugeScenario7"></div></td>
- <td><div id="trend_svg7"></div></td>
- <td>9/30</td>
- <td>4</td>
- </tr><tr class="tr-ok">
- <td><a href=http://testresultS.opnfv.org/reporting>os-odl_l2-fdio-noha</a></td>
- <td><div id="gaugeScenario8"></div></td>
- <td><div id="trend_svg8"></div></td>
- <td>24/33</td>
- <td>5</td>
- </tr><tr class="tr-ok">
- <td><a href=http://testresultS.opnfv.org/reporting>os-odl_l3-fdio-noha</a></td>
- <td><div id="gaugeScenario9"></div></td>
- <td><div id="trend_svg9"></div></td>
- <td>20/30</td>
- <td>6</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-danube/466/console>os-odl_l3-nofeature-ha</a></td>
- <td><div id="gaugeScenario10"></div></td>
- <td><div id="trend_svg10"></div></td>
- <td>16/30</td>
- <td>3</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-danube/485/console>os-odl_l2-fdio-ha</a></td>
- <td><div id="gaugeScenario11"></div></td>
- <td><div id="trend_svg11"></div></td>
- <td>25/33</td>
- <td>9</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-danube/494/console>os-odl_l3-nofeature-noha</a></td>
- <td><div id="gaugeScenario12"></div></td>
- <td><div id="trend_svg12"></div></td>
- <td>16/30</td>
- <td>3</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-danube/491/console>os-nosdn-fdio-ha</a></td>
- <td><div id="gaugeScenario13"></div></td>
- <td><div id="trend_svg13"></div></td>
- <td>25/27</td>
- <td>14</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-danube/449/console>os-odl-bgpvpn-ha</a></td>
- <td><div id="gaugeScenario14"></div></td>
- <td><div id="trend_svg14"></div></td>
- <td>18/33</td>
- <td>2</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-danube/468/console>os-odl_l3-ovs-ha</a></td>
- <td><div id="gaugeScenario15"></div></td>
- <td><div id="trend_svg15"></div></td>
- <td>4/30</td>
- <td>2</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-danube/484/console>os-nosdn-ovs-ha</a></td>
- <td><div id="gaugeScenario16"></div></td>
- <td><div id="trend_svg16"></div></td>
- <td>4/30</td>
- <td>3</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-danube/486/console>os-odl_l3-ovs-noha</a></td>
- <td><div id="gaugeScenario17"></div></td>
- <td><div id="trend_svg17"></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-baremetal-daily-danube/461/console>os-nosdn-kvm-ha</a></td>
- <td><div id="gaugeScenario18"></div></td>
- <td><div id="trend_svg18"></div></td>
- <td>20/30</td>
- <td>2</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-danube/455/console>os-nosdn-nofeature-ha</a></td>
- <td><div id="gaugeScenario19"></div></td>
- <td><div id="trend_svg19"></div></td>
- <td>20/30</td>
- <td>3</td>
- </tr><tr class="tr-ok">
- <td><a href=http://testresultS.opnfv.org/reporting>os-odl_l3-fdio-ha</a></td>
- <td><div id="gaugeScenario20"></div></td>
- <td><div id="trend_svg20"></div></td>
- <td>18/30</td>
- <td>3</td>
- </tr>
- </table>
- </div>
-
-
- <div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-kvm-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>
- Doctor
-
- </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-overcast.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-overcast.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-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>
- </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-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-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>
- Netready
-
- </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-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>
- </tr>
- </table>
- </div>
- </div><div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l3-fdio_dvr-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>
- FDS
-
- </th><th>
- SNAPS
-
- </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-storm.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-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-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>
- Doctor
-
- </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-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-nofeature-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>
- Doctor
-
- </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-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-ovn-nofeature-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>
- Doctor
-
- </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-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-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>
- </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-overcast.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-storm.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>
- FDS
-
- </th><th>
- SNAPS
-
- </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-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-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-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>
- </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-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>
- </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>
- </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-overcast.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-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_l3-nofeature-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>
- </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-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>
- </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>
- Tempest (full)
- *
- </th><th>
- Rally (full)
- *
- </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-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>
- </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>
- </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-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>
- </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>
- </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-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>
- </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-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-ovs-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>
- </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-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>
- </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-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-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>
- </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-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_l3-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 (userdata)
-
- </th><th>
- Tempest (smoke)
-
- </th><th>
- Rally (smoke)
-
- </th><th>
- Refstack
-
- </th><th>
- ODL
-
- </th><th>
- FDS
-
- </th><th>
- SNAPS
-
- </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-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-few-clouds.png"></td><td><img src="../../img/weather-storm.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> <br>
- <a href="./status-apex.pdf" class="myButtonPdf">Export to PDF</a> <a href="./scenario_history_apex.txt" class="myButtonCSV">Export to CSV</a>
- </div>
- </div>
- <div class="col-md-1"></div>
-</div>
diff --git a/docs/results/danube/3.0/compass.html b/docs/results/danube/3.0/compass.html
deleted file mode 100644
index 4f3c5c54..00000000
--- a/docs/results/danube/3.0/compass.html
+++ /dev/null
@@ -1,434 +0,0 @@
- <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');
-
- // assign success rate to the gauge
- function updateReadings() {
- gaugeScenario1.update(87.8787878788);gaugeScenario2.update(84.8484848485);gaugeScenario3.update(76.6666666667);gaugeScenario4.update(96.6666666667);gaugeScenario5.update(55.5555555556);
- }
- updateReadings();
- }
-
- // trend line management
- d3.csv("./scenario_history.txt", function(data) {
- // ***************************************
- // Create the trend line
- // for scenario os-odl_l2-nofeature-ha
- // Filter results
- var trend1 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-nofeature-ha" && row["installer"]=="compass";
- })
- // 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-onos-nofeature-ha
- // Filter results
- var trend2 = data.filter(function(row) {
- return row["scenario"]=="os-onos-nofeature-ha" && row["installer"]=="compass";
- })
- // 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_l3-nofeature-ha
- // Filter results
- var trend3 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l3-nofeature-ha" && row["installer"]=="compass";
- })
- // 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-nosdn-nofeature-ha
- // Filter results
- var trend4 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-nofeature-ha" && row["installer"]=="compass";
- })
- // 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-onos-sfc-ha
- // Filter results
- var trend5 = data.filter(function(row) {
- return row["scenario"]=="os-onos-sfc-ha" && row["installer"]=="compass";
- })
- // 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)
- // ****************************************
- });
- 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 status page (danube 3.0, 2017-07-13 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>compass</h2>
- </div>
-
- <div class="scenario-overview">
- <div class="panel-heading"><h4><b>List of Danube 3.0 scenarios (4-14/7/2017) </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=https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-danube/454/console>os-odl_l2-nofeature-ha</a></td>
- <td><div id="gaugeScenario1"></div></td>
- <td><div id="trend_svg1"></div></td>
- <td>29/33</td>
- <td>11</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-danube/481/console>os-onos-nofeature-ha</a></td>
- <td><div id="gaugeScenario2"></div></td>
- <td><div id="trend_svg2"></div></td>
- <td>28/33</td>
- <td>11</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-danube/482/console>os-odl_l3-nofeature-ha</a></td>
- <td><div id="gaugeScenario3"></div></td>
- <td><div id="trend_svg3"></div></td>
- <td>23/30</td>
- <td>7</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-virtual-daily-danube/484/console>os-nosdn-nofeature-ha</a></td>
- <td><div id="gaugeScenario4"></div></td>
- <td><div id="trend_svg4"></div></td>
- <td>29/30</td>
- <td>12</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-danube/453/console>os-onos-sfc-ha</a></td>
- <td><div id="gaugeScenario5"></div></td>
- <td><div id="trend_svg5"></div></td>
- <td>20/36</td>
- <td>10</td>
- </tr>
- </table>
- </div>
-
-
- <div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l2-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>
- 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-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-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><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-onos-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>
- ONOS
-
- </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-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-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>
- 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-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-clear.png"></td><td><img src="../../img/weather-few-clouds.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>
- 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-few-clouds.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-onos-sfc-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>
- ONOS
-
- </th><th>
- SNAPS
-
- </th><th>
- SFC
-
- </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-storm.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-few-clouds.png"></td><td><img src="../../img/weather-storm.png"></td><td><img src="../../img/weather-storm.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> <br>
- <a href="./status-compass.pdf" class="myButtonPdf">Export to PDF</a> <a href="./scenario_history_compass.txt" class="myButtonCSV">Export to CSV</a>
- </div>
- </div>
- <div class="col-md-1"></div>
-</div>
diff --git a/docs/results/danube/3.0/fuel.html b/docs/results/danube/3.0/fuel.html
deleted file mode 100644
index d4c3a877..00000000
--- a/docs/results/danube/3.0/fuel.html
+++ /dev/null
@@ -1,1448 +0,0 @@
- <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');var gaugeScenario13 = gauge('#gaugeScenario13');var gaugeScenario14 = gauge('#gaugeScenario14');var gaugeScenario15 = gauge('#gaugeScenario15');var gaugeScenario16 = gauge('#gaugeScenario16');var gaugeScenario17 = gauge('#gaugeScenario17');var gaugeScenario18 = gauge('#gaugeScenario18');
-
- // assign success rate to the gauge
- function updateReadings() {
- gaugeScenario1.update(100.0);gaugeScenario2.update(100.0);gaugeScenario3.update(97.2222222222);gaugeScenario4.update(100.0);gaugeScenario5.update(100.0);gaugeScenario6.update(83.3333333333);gaugeScenario7.update(92.3076923077);gaugeScenario8.update(100.0);gaugeScenario9.update(100.0);gaugeScenario10.update(100.0);gaugeScenario11.update(100.0);gaugeScenario12.update(97.619047619);gaugeScenario13.update(100.0);gaugeScenario14.update(92.3076923077);gaugeScenario15.update(97.619047619);gaugeScenario16.update(100.0);gaugeScenario17.update(100.0);gaugeScenario18.update(100.0);
- }
- updateReadings();
- }
-
- // trend line management
- d3.csv("./scenario_history.txt", function(data) {
- // ***************************************
- // Create the trend line
- // for scenario os-nosdn-kvm-noha
- // Filter results
- var trend1 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-kvm-noha" && row["installer"]=="fuel";
- })
- // 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-nosdn-kvm_ovs_dpdk_bar-ha
- // Filter results
- var trend2 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-kvm_ovs_dpdk_bar-ha" && row["installer"]=="fuel";
- })
- // 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-nosdn-kvm_ovs_dpdk-noha
- // Filter results
- var trend3 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-kvm_ovs_dpdk-noha" && row["installer"]=="fuel";
- })
- // 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-nosdn-ovs-noha
- // Filter results
- var trend4 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-ovs-noha" && row["installer"]=="fuel";
- })
- // 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-nosdn-kvm_ovs_dpdk-ha
- // Filter results
- var trend5 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-kvm_ovs_dpdk-ha" && row["installer"]=="fuel";
- })
- // 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-odl_l2-sfc-noha
- // Filter results
- var trend6 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-sfc-noha" && row["installer"]=="fuel";
- })
- // 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-odl_l3-nofeature-ha
- // Filter results
- var trend7 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l3-nofeature-ha" && row["installer"]=="fuel";
- })
- // 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-nosdn-kvm-ha
- // Filter results
- var trend8 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-kvm-ha" && row["installer"]=="fuel";
- })
- // 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_l2-nofeature-ha
- // Filter results
- var trend9 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-nofeature-ha" && row["installer"]=="fuel";
- })
- // 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-nofeature-noha
- // Filter results
- var trend10 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-nofeature-noha" && row["installer"]=="fuel";
- })
- // 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-nofeature-noha
- // Filter results
- var trend11 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-nofeature-noha" && row["installer"]=="fuel";
- })
- // 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-odl_l2-bgpvpn-ha
- // Filter results
- var trend12 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-bgpvpn-ha" && row["installer"]=="fuel";
- })
- // 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)
- // ****************************************// for scenario os-odl_l3-nofeature-noha
- // Filter results
- var trend13 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l3-nofeature-noha" && row["installer"]=="fuel";
- })
- // Parse the date
- trend13.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg13",trend13)
- // ****************************************// for scenario os-nosdn-kvm_ovs_dpdk_bar-noha
- // Filter results
- var trend14 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-kvm_ovs_dpdk_bar-noha" && row["installer"]=="fuel";
- })
- // Parse the date
- trend14.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg14",trend14)
- // ****************************************// for scenario os-odl_l2-bgpvpn-noha
- // Filter results
- var trend15 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-bgpvpn-noha" && row["installer"]=="fuel";
- })
- // Parse the date
- trend15.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg15",trend15)
- // ****************************************// for scenario os-odl_l2-sfc-ha
- // Filter results
- var trend16 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-sfc-ha" && row["installer"]=="fuel";
- })
- // Parse the date
- trend16.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg16",trend16)
- // ****************************************// for scenario os-nosdn-ovs-ha
- // Filter results
- var trend17 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-ovs-ha" && row["installer"]=="fuel";
- })
- // Parse the date
- trend17.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg17",trend17)
- // ****************************************// for scenario os-nosdn-nofeature-ha
- // Filter results
- var trend18 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-nofeature-ha" && row["installer"]=="fuel";
- })
- // Parse the date
- trend18.forEach(function(d) {
- d.date = parseDate(d.date);
- d.score = +d.score
- });
- // Draw the trend line
- var mytrend = trend("#trend_svg18",trend18)
- // ****************************************
- });
- 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 status page (danube 3.0, 2017-07-13 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>fuel</h2>
- </div>
-
- <div class="scenario-overview">
- <div class="panel-heading"><h4><b>List of Danube 3.0 scenarios (4-14/7/2017) </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=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/935/console>os-nosdn-kvm-noha</a></td>
- <td><div id="gaugeScenario1"></div></td>
- <td><div id="trend_svg1"></div></td>
- <td>36/36</td>
- <td>9</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-danube/869/console>os-nosdn-kvm_ovs_dpdk_bar-ha</a></td>
- <td><div id="gaugeScenario2"></div></td>
- <td><div id="trend_svg2"></div></td>
- <td>42/42</td>
- <td>8</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/938/console>os-nosdn-kvm_ovs_dpdk-noha</a></td>
- <td><div id="gaugeScenario3"></div></td>
- <td><div id="trend_svg3"></div></td>
- <td>35/36</td>
- <td>8</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/936/console>os-nosdn-ovs-noha</a></td>
- <td><div id="gaugeScenario4"></div></td>
- <td><div id="trend_svg4"></div></td>
- <td>36/36</td>
- <td>8</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-danube/871/console>os-nosdn-kvm_ovs_dpdk-ha</a></td>
- <td><div id="gaugeScenario5"></div></td>
- <td><div id="trend_svg5"></div></td>
- <td>39/39</td>
- <td>8</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/933/console>os-odl_l2-sfc-noha</a></td>
- <td><div id="gaugeScenario6"></div></td>
- <td><div id="trend_svg6"></div></td>
- <td>35/42</td>
- <td>7</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-danube/868/console>os-odl_l3-nofeature-ha</a></td>
- <td><div id="gaugeScenario7"></div></td>
- <td><div id="trend_svg7"></div></td>
- <td>36/39</td>
- <td>9</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-danube/873/console>os-nosdn-kvm-ha</a></td>
- <td><div id="gaugeScenario8"></div></td>
- <td><div id="trend_svg8"></div></td>
- <td>39/39</td>
- <td>7</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-danube/867/console>os-odl_l2-nofeature-ha</a></td>
- <td><div id="gaugeScenario9"></div></td>
- <td><div id="trend_svg9"></div></td>
- <td>42/42</td>
- <td>15</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/937/console>os-nosdn-nofeature-noha</a></td>
- <td><div id="gaugeScenario10"></div></td>
- <td><div id="trend_svg10"></div></td>
- <td>36/36</td>
- <td>8</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/939/console>os-odl_l2-nofeature-noha</a></td>
- <td><div id="gaugeScenario11"></div></td>
- <td><div id="trend_svg11"></div></td>
- <td>39/39</td>
- <td>4</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-danube/872/console>os-odl_l2-bgpvpn-ha</a></td>
- <td><div id="gaugeScenario12"></div></td>
- <td><div id="trend_svg12"></div></td>
- <td>41/42</td>
- <td>7</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/940/console>os-odl_l3-nofeature-noha</a></td>
- <td><div id="gaugeScenario13"></div></td>
- <td><div id="trend_svg13"></div></td>
- <td>36/36</td>
- <td>7</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/941/console>os-nosdn-kvm_ovs_dpdk_bar-noha</a></td>
- <td><div id="gaugeScenario14"></div></td>
- <td><div id="trend_svg14"></div></td>
- <td>36/39</td>
- <td>5</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-virtual-daily-danube/934/console>os-odl_l2-bgpvpn-noha</a></td>
- <td><div id="gaugeScenario15"></div></td>
- <td><div id="trend_svg15"></div></td>
- <td>41/42</td>
- <td>7</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-danube/870/console>os-odl_l2-sfc-ha</a></td>
- <td><div id="gaugeScenario16"></div></td>
- <td><div id="trend_svg16"></div></td>
- <td>45/45</td>
- <td>5</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-danube/875/console>os-nosdn-ovs-ha</a></td>
- <td><div id="gaugeScenario17"></div></td>
- <td><div id="trend_svg17"></div></td>
- <td>39/39</td>
- <td>8</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-fuel-baremetal-daily-danube/874/console>os-nosdn-nofeature-ha</a></td>
- <td><div id="gaugeScenario18"></div></td>
- <td><div id="trend_svg18"></div></td>
- <td>39/39</td>
- <td>7</td>
- </tr>
- </table>
- </div>
-
-
- <div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-kvm-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>
- Promise
-
- </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><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-kvm_ovs_dpdk_bar-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>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- Parser
-
- </th><th>
- Domino
-
- </th><th>
- Barometer
-
- </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><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-kvm_ovs_dpdk-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>
- Promise
-
- </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-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-ovs-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>
- Promise
-
- </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><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-kvm_ovs_dpdk-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>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- Parser
-
- </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><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_l2-sfc-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>
- SNAPS
-
- </th><th>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- SFC
-
- </th><th>
- Domino
-
- </th>
- </tr>
- <tr class="tr-weather-weather">
- <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><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-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-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-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>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- Parser
-
- </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-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><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>
- </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>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- Parser
-
- </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><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_l2-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>
- ODL
-
- </th><th>
- SNAPS
-
- </th><th>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- Parser
-
- </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><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-nofeature-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>
- Promise
-
- </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><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_l2-nofeature-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>
- SNAPS
-
- </th><th>
- Promise
-
- </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><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_l2-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 (ssh)
-
- </th><th>
- vPing (userdata)
-
- </th><th>
- Tempest (smoke)
-
- </th><th>
- Rally (smoke)
-
- </th><th>
- Refstack
-
- </th><th>
- ODL
-
- </th><th>
- SNAPS
-
- </th><th>
- Promise
-
- </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-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><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-nofeature-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>
- Promise
-
- </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><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-kvm_ovs_dpdk_bar-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>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- Domino
-
- </th><th>
- Barometer
-
- </th>
- </tr>
- <tr class="tr-weather-weather">
- <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-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>
- </tr>
- </table>
- </div>
- </div><div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l2-bgpvpn-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>
- SNAPS
-
- </th><th>
- Promise
-
- </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-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><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><div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l2-sfc-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>
- SNAPS
-
- </th><th>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- SFC
-
- </th><th>
- Parser
-
- </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><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><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>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- Parser
-
- </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><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>
- Promise
-
- </th><th>
- Doctor
-
- </th><th>
- Parser
-
- </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><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> <br>
- <a href="./status-fuel.pdf" class="myButtonPdf">Export to PDF</a> <a href="./scenario_history_fuel.txt" class="myButtonCSV">Export to CSV</a>
- </div>
- </div>
- <div class="col-md-1"></div>
-</div>
diff --git a/docs/results/danube/3.0/joid.html b/docs/results/danube/3.0/joid.html
deleted file mode 100644
index b9e7ecce..00000000
--- a/docs/results/danube/3.0/joid.html
+++ /dev/null
@@ -1,407 +0,0 @@
- <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');
-
- // assign success rate to the gauge
- function updateReadings() {
- gaugeScenario1.update(71.4285714286);gaugeScenario2.update(33.3333333333);gaugeScenario3.update(47.619047619);gaugeScenario4.update(100.0);gaugeScenario5.update(18.1818181818);
- }
- updateReadings();
- }
-
- // trend line management
- d3.csv("./scenario_history.txt", function(data) {
- // ***************************************
- // Create the trend line
- // for scenario os-nosdn-lxd-noha
- // Filter results
- var trend1 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-lxd-noha" && row["installer"]=="joid";
- })
- // 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-nosdn-nofeature-noha
- // Filter results
- var trend2 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-nofeature-noha" && row["installer"]=="joid";
- })
- // 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-nosdn-lxd-ha
- // Filter results
- var trend3 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-lxd-ha" && row["installer"]=="joid";
- })
- // 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-nosdn-nofeature-ha
- // Filter results
- var trend4 = data.filter(function(row) {
- return row["scenario"]=="os-nosdn-nofeature-ha" && row["installer"]=="joid";
- })
- // 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_l2-nofeature-ha
- // Filter results
- var trend5 = data.filter(function(row) {
- return row["scenario"]=="os-odl_l2-nofeature-ha" && row["installer"]=="joid";
- })
- // 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)
- // ****************************************
- });
- 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 status page (danube 3.0, 2017-07-13 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>joid</h2>
- </div>
-
- <div class="scenario-overview">
- <div class="panel-heading"><h4><b>List of Danube 3.0 scenarios (4-14/7/2017) </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=https://build.opnfv.org/ci/view/functest/job/functest-joid-baremetal-daily-danube/301/console>os-nosdn-lxd-noha</a></td>
- <td><div id="gaugeScenario1"></div></td>
- <td><div id="trend_svg1"></div></td>
- <td>15/21</td>
- <td>6</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-joid-baremetal-daily-danube/260/console>os-nosdn-nofeature-noha</a></td>
- <td><div id="gaugeScenario2"></div></td>
- <td><div id="trend_svg2"></div></td>
- <td>10/30</td>
- <td>1</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-joid-baremetal-daily-danube/281/console>os-nosdn-lxd-ha</a></td>
- <td><div id="gaugeScenario3"></div></td>
- <td><div id="trend_svg3"></div></td>
- <td>10/21</td>
- <td>3</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-joid-baremetal-daily-danube/298/console>os-nosdn-nofeature-ha</a></td>
- <td><div id="gaugeScenario4"></div></td>
- <td><div id="trend_svg4"></div></td>
- <td>30/30</td>
- <td>6</td>
- </tr><tr class="tr-ok">
- <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-joid-baremetal-daily-danube/291/console>os-odl_l2-nofeature-ha</a></td>
- <td><div id="gaugeScenario5"></div></td>
- <td><div id="trend_svg5"></div></td>
- <td>6/33</td>
- <td>2</td>
- </tr>
- </table>
- </div>
-
-
- <div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-lxd-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>
- vPing (ssh)
-
- </th><th>
- Tempest (smoke)
-
- </th><th>
- Rally (smoke)
-
- </th><th>
- Refstack
-
- </th><th>
- Promise
-
- </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-storm.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-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>
- Promise
-
- </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-overcast.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-overcast.png"></td><td><img src="../../img/weather-overcast.png"></td>
- </tr>
- </table>
- </div>
- </div><div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-nosdn-lxd-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>
- vPing (ssh)
-
- </th><th>
- Tempest (smoke)
-
- </th><th>
- Rally (smoke)
-
- </th><th>
- Refstack
-
- </th><th>
- Promise
-
- </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-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-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>
- Promise
-
- </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>
- </tr>
- </table>
- </div>
- </div><div class="scenario-part">
- <div class="page-header">
- <h3><span class="glyphicon glyphicon-chevron-right"> <b>os-odl_l2-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>
- ODL
-
- </th><th>
- SNAPS
-
- </th><th>
- Promise
-
- </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-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>
- see <a href="https://wiki.opnfv.org/pages/viewpage.action?pageId=6828617">Functest scoring wiki page</a> for details on scenario scoring
- <div> <br>
- <a href="./status-joid.pdf" class="myButtonPdf">Export to PDF</a> <a href="./scenario_history_joid.txt" class="myButtonCSV">Export to CSV</a>
- </div>
- </div>
- <div class="col-md-1"></div>
-</div>
diff --git a/docs/results/danube/3.0/scenario_history.txt b/docs/results/danube/3.0/scenario_history.txt
deleted file mode 100644
index 20d0d51c..00000000
--- a/docs/results/danube/3.0/scenario_history.txt
+++ /dev/null
@@ -1,3855 +0,0 @@
-date,scenario,installer,detail,score
-2017-03-13 10:00,os-odl_l2-fdio-noha,apex,5/33,15.0
-2017-03-13 10:00,os-odl_l2-fdio-ha,apex,1/33,3.0
-2017-03-14 01:45,os-odl_l2-fdio-noha,apex,12/33,36.0
-2017-03-14 01:45,os-odl_l2-fdio-ha,apex,1/33,3.0
-2017-03-15 01:45,os-odl_l2-fdio-noha,apex,29/33,88.0
-2017-03-15 01:45,os-odl_l2-fdio-ha,apex,4/33,12.0
-2017-03-16 01:45,os-odl_l2-fdio-noha,apex,29/36,81.0
-2017-03-16 01:45,os-odl_l2-fdio-ha,apex,13/36,36.0
-2017-03-16 10:23,os-odl_l2-fdio-noha,apex,33/36,92.0
-2017-03-16 10:23,os-odl_l2-fdio-ha,apex,13/36,36.0
-2017-03-17 01:45,os-odl_l2-fdio-noha,apex,33/36,92.0
-2017-03-17 01:45,os-odl_l2-fdio-ha,apex,20/36,56.0
-2017-03-17 07:33,os-odl_l2-fdio-noha,apex,33/36,92.0
-2017-03-17 07:33,os-odl_l2-fdio-ha,apex,20/36,56.0
-2017-03-17 08:49,os-odl_l2-fdio-noha,apex,33/36,92.0
-2017-03-17 08:49,os-nosdn-nofeature-ha,apex,9/33,27.0
-2017-03-17 08:49,os-odl_l2-fdio-ha,apex,20/36,56.0
-2017-03-18 01:45,os-odl-gluon-noha,apex,12/39,31.0
-2017-03-18 01:45,os-odl_l2-fdio-noha,apex,33/36,92.0
-2017-03-18 01:45,os-odl_l3-fdio-noha,apex,15/30,50.0
-2017-03-18 01:45,os-odl_l3-nofeature-ha,apex,8/33,24.0
-2017-03-18 01:45,os-odl_l2-fdio-ha,apex,19/36,53.0
-2017-03-18 01:45,os-odl-bgpvpn-ha,apex,11/39,28.0
-2017-03-18 01:45,os-nosdn-nofeature-ha,apex,11/33,33.0
-2017-03-19 01:45,os-odl_l2-fdio-noha,apex,33/36,92.0
-2017-03-19 01:45,os-odl_l3-fdio-noha,apex,21/30,70.0
-2017-03-19 01:45,os-odl_l3-nofeature-ha,apex,15/33,45.0
-2017-03-19 01:45,os-odl_l2-fdio-ha,apex,19/36,53.0
-2017-03-19 01:45,os-odl-bgpvpn-ha,apex,14/39,36.0
-2017-03-19 01:45,os-nosdn-kvm-ha,apex,11/33,33.0
-2017-03-19 01:45,os-nosdn-nofeature-ha,apex,22/33,67.0
-2017-03-19 01:45,os-odl-gluon-noha,apex,22/39,56.0
-2017-03-19 01:45,os-odl_l2-fdio-noha,apex,33/36,92.0
-2017-03-19 01:45,os-odl_l3-fdio-noha,apex,21/30,70.0
-2017-03-19 01:45,os-odl_l3-nofeature-ha,apex,15/33,45.0
-2017-03-19 01:45,os-odl_l2-fdio-ha,apex,19/36,53.0
-2017-03-19 01:45,os-odl-bgpvpn-ha,apex,14/39,36.0
-2017-03-19 01:45,os-nosdn-kvm-ha,apex,11/33,33.0
-2017-03-19 01:45,os-nosdn-nofeature-ha,apex,22/33,67.0
-2017-03-20 01:45,os-odl-gluon-noha,apex,23/39,59.0
-2017-03-20 01:45,os-odl_l2-fdio-noha,apex,33/36,92.0
-2017-03-20 01:45,os-odl_l3-fdio-noha,apex,21/30,70.0
-2017-03-20 01:45,os-odl_l3-nofeature-ha,apex,15/33,45.0
-2017-03-20 01:45,os-odl_l2-fdio-ha,apex,19/36,53.0
-2017-03-20 01:45,os-nosdn-fdio-ha,apex,2/30,7.0
-2017-03-20 01:45,os-odl-bgpvpn-ha,apex,14/39,36.0
-2017-03-20 01:45,os-nosdn-kvm-ha,apex,12/33,36.0
-2017-03-20 01:45,os-nosdn-nofeature-ha,apex,22/33,67.0
-2017-03-17 01:45,os-nosdn-nofeature-ha,compass,10/30,33.0
-2017-03-17 07:33,os-ocl-nofeature-ha,compass,1/30,3.0
-2017-03-17 07:33,os-nosdn-nofeature-ha,compass,10/30,33.0
-2017-03-17 08:49,os-ocl-nofeature-ha,compass,1/30,3.0
-2017-03-17 08:49,os-nosdn-nofeature-ha,compass,10/30,33.0
-2017-03-18 01:45,os-ocl-nofeature-ha,compass,1/30,3.0
-2017-03-18 01:45,os-odl_l2-nofeature-ha,compass,20/33,61.0
-2017-03-18 01:45,os-nosdn-openo-ha,compass,10/30,33.0
-2017-03-18 01:45,os-odl_l3-nofeature-ha,compass,16/30,53.0
-2017-03-18 01:45,os-nosdn-nofeature-ha,compass,20/30,67.0
-2017-03-19 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-03-19 01:45,os-ocl-nofeature-ha,compass,4/30,13.0
-2017-03-19 01:45,os-onos-nofeature-ha,compass,11/33,33.0
-2017-03-19 01:45,os-odl_l2-nofeature-ha,compass,26/33,79.0
-2017-03-19 01:45,os-nosdn-openo-ha,compass,10/30,33.0
-2017-03-19 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-03-20 01:45,os-odl_l3-nofeature-ha,compass,27/30,90.0
-2017-03-20 01:45,os-ocl-nofeature-ha,compass,4/30,13.0
-2017-03-20 01:45,os-onos-nofeature-ha,compass,22/33,67.0
-2017-03-20 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-20 01:45,os-nosdn-openo-ha,compass,10/30,33.0
-2017-03-20 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-03-19 01:45,os-odl_l2-nofeature-ha,fuel,13/42,31.0
-2017-03-19 01:45,os-odl_l2-nofeature-ha,fuel,13/42,31.0
-2017-03-20 01:45,os-odl_l2-nofeature-ha,fuel,13/42,31.0
-2017-03-20 01:45,os-odl_l2-bgpvpn-ha,fuel,3/42,7.0
-2017-03-16 10:23,os-nosdn-nofeature-ha,joid,10/33,30.0
-2017-03-17 01:45,os-nosdn-lxd-noha,joid,13/24,54.0
-2017-03-17 01:45,os-odl_l2-nofeature-ha,joid,2/36,6.0
-2017-03-17 01:45,os-nosdn-nofeature-ha,joid,10/33,30.0
-2017-03-17 07:33,os-nosdn-lxd-noha,joid,13/24,54.0
-2017-03-17 07:33,os-odl_l2-nofeature-ha,joid,2/36,6.0
-2017-03-17 07:33,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-17 07:33,os-nosdn-nofeature-noha,joid,11/33,33.0
-2017-03-17 08:49,os-nosdn-lxd-noha,joid,13/24,54.0
-2017-03-17 08:49,os-odl_l2-nofeature-ha,joid,2/36,6.0
-2017-03-17 08:49,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-17 08:49,os-nosdn-nofeature-noha,joid,11/33,33.0
-2017-03-18 01:45,os-nosdn-lxd-noha,joid,13/24,54.0
-2017-03-18 01:45,os-odl_l2-nofeature-ha,joid,2/36,6.0
-2017-03-18 01:45,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-18 01:45,os-nosdn-nofeature-noha,joid,11/33,33.0
-2017-03-19 01:45,os-nosdn-lxd-noha,joid,13/24,54.0
-2017-03-19 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-03-19 01:45,os-nosdn-lxd-ha,joid,1/24,4.0
-2017-03-19 01:45,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-19 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-03-20 01:45,os-nosdn-lxd-noha,joid,13/24,54.0
-2017-03-20 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-03-20 01:45,os-nosdn-lxd-ha,joid,1/24,4.0
-2017-03-20 01:45,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-20 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-03-21 01:45,os-odl-gluon-noha,apex,23/39,59.0
-2017-03-21 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-03-21 01:45,os-odl_l3-fdio-noha,apex,27/30,90.0
-2017-03-21 01:45,os-odl_l3-nofeature-ha,apex,15/33,45.0
-2017-03-21 01:45,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-03-21 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-03-21 01:45,os-odl-bgpvpn-ha,apex,22/39,56.0
-2017-03-21 01:45,os-nosdn-kvm-ha,apex,22/33,67.0
-2017-03-21 01:45,os-nosdn-nofeature-ha,apex,27/33,82.0
-2017-03-21 01:45,os-odl_l3-nofeature-ha,compass,27/30,90.0
-2017-03-21 01:45,os-ocl-nofeature-ha,compass,7/30,23.0
-2017-03-21 01:45,os-onos-nofeature-ha,compass,31/33,94.0
-2017-03-21 01:45,os-odl_l2-nofeature-ha,compass,30/33,91.0
-2017-03-21 01:45,os-nosdn-openo-ha,compass,20/30,67.0
-2017-03-21 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-03-21 01:45,os-odl_l3-nofeature-noha,fuel,11/36,31.0
-2017-03-21 01:45,os-nosdn-nofeature-noha,fuel,12/36,33.0
-2017-03-21 01:45,os-odl_l2-nofeature-noha,fuel,12/39,31.0
-2017-03-21 01:45,os-odl_l2-bgpvpn-ha,fuel,15/42,36.0
-2017-03-21 01:45,os-nosdn-ovs-ha,fuel,26/39,67.0
-2017-03-21 01:45,os-odl_l2-nofeature-ha,fuel,13/42,31.0
-2017-03-21 01:45,os-nosdn-nofeature-ha,fuel,26/39,67.0
-2017-03-21 01:45,os-nosdn-lxd-noha,joid,13/24,54.0
-2017-03-21 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-03-21 01:45,os-nosdn-lxd-ha,joid,1/24,4.0
-2017-03-21 01:45,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-21 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-
-2017-03-22 01:45,os-odl-gluon-noha,apex,34/39,87.0
-2017-03-22 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-03-22 01:45,os-odl_l3-fdio-noha,apex,27/30,90.0
-2017-03-22 01:45,os-odl_l3-nofeature-ha,apex,22/33,67.0
-2017-03-22 01:45,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-03-22 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-03-22 01:45,os-odl-bgpvpn-ha,apex,25/39,64.0
-2017-03-22 01:45,os-nosdn-kvm-ha,apex,23/33,70.0
-2017-03-22 01:45,os-nosdn-nofeature-ha,apex,33/33,100.0
-2017-03-22 01:45,os-odl_l3-nofeature-ha,compass,27/30,90.0
-2017-03-22 01:45,os-ocl-nofeature-ha,compass,7/30,23.0
-2017-03-22 01:45,os-onos-nofeature-ha,compass,31/33,94.0
-2017-03-22 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-03-22 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-03-22 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-22 01:45,os-nosdn-ovs-noha,fuel,12/36,33.0
-2017-03-22 01:45,os-odl_l3-nofeature-noha,fuel,11/36,31.0
-2017-03-22 01:45,os-odl_l2-bgpvpn-noha,fuel,12/42,29.0
-2017-03-22 01:45,os-odl_l2-sfc-noha,fuel,2/42,5.0
-2017-03-22 01:45,os-odl_l3-nofeature-ha,fuel,19/39,49.0
-2017-03-22 01:45,os-nosdn-nofeature-noha,fuel,24/36,67.0
-2017-03-22 01:45,os-odl_l2-nofeature-noha,fuel,14/39,36.0
-2017-03-22 01:45,os-odl_l2-bgpvpn-ha,fuel,22/42,52.0
-2017-03-22 01:45,os-odl_l2-sfc-ha,fuel,13/45,29.0
-2017-03-22 01:45,os-nosdn-ovs-ha,fuel,26/39,67.0
-2017-03-22 01:45,os-odl_l2-nofeature-ha,fuel,26/42,62.0
-2017-03-22 01:45,os-nosdn-nofeature-ha,fuel,26/39,67.0
-2017-03-22 01:45,os-nosdn-lxd-noha,joid,14/24,58.0
-2017-03-22 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-03-22 01:45,os-nosdn-lxd-ha,joid,2/24,8.0
-2017-03-22 01:45,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-22 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-03-23 01:45,os-odl-gluon-noha,apex,34/39,87.0
-2017-03-23 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-03-23 01:45,os-odl_l3-fdio-noha,apex,27/30,90.0
-2017-03-23 01:45,os-odl_l3-nofeature-ha,apex,21/33,64.0
-2017-03-23 01:45,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-03-23 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-03-23 01:45,os-odl-bgpvpn-ha,apex,25/39,64.0
-2017-03-23 01:45,os-nosdn-kvm-ha,apex,23/33,70.0
-2017-03-23 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-03-23 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-03-23 01:45,os-ocl-nofeature-ha,compass,7/30,23.0
-2017-03-23 01:45,os-onos-nofeature-ha,compass,30/33,91.0
-2017-03-23 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-23 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-03-23 01:45,os-nosdn-nofeature-ha,compass,28/30,93.0
-2017-03-23 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,12/36,33.0
-2017-03-23 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,2/42,5.0
-2017-03-23 01:45,os-nosdn-kvm-noha,fuel,12/36,33.0
-2017-03-23 01:45,os-nosdn-ovs-noha,fuel,24/36,67.0
-2017-03-23 01:45,os-odl_l3-nofeature-noha,fuel,22/36,61.0
-2017-03-23 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,2/39,5.0
-2017-03-23 01:45,os-odl_l2-bgpvpn-noha,fuel,24/42,57.0
-2017-03-23 01:45,os-odl_l2-sfc-noha,fuel,2/42,5.0
-2017-03-23 01:45,os-odl_l3-nofeature-ha,fuel,19/39,49.0
-2017-03-23 01:45,os-nosdn-kvm-ha,fuel,25/39,64.0
-2017-03-23 01:45,os-nosdn-nofeature-noha,fuel,24/36,67.0
-2017-03-23 01:45,os-odl_l2-nofeature-noha,fuel,26/39,67.0
-2017-03-23 01:45,os-odl_l2-bgpvpn-ha,fuel,25/42,60.0
-2017-03-23 01:45,os-odl_l2-sfc-ha,fuel,13/45,29.0
-2017-03-23 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,24/39,62.0
-2017-03-23 01:45,os-nosdn-ovs-ha,fuel,26/39,67.0
-2017-03-23 01:45,os-odl_l2-nofeature-ha,fuel,26/42,62.0
-2017-03-23 01:45,os-nosdn-nofeature-ha,fuel,37/39,95.0
-2017-03-23 01:45,os-nosdn-lxd-noha,joid,20/24,83.0
-2017-03-23 01:45,os-odl_l2-nofeature-ha,joid,7/36,19.0
-2017-03-23 01:45,os-nosdn-lxd-ha,joid,7/24,29.0
-2017-03-23 01:45,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-23 01:45,os-nosdn-nofeature-noha,joid,33/33,100.0
-2017-03-24 01:45,os-odl-gluon-noha,apex,34/39,87.0
-2017-03-24 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-03-24 01:45,os-odl_l3-fdio-noha,apex,27/30,90.0
-2017-03-24 01:45,os-odl_l3-nofeature-ha,apex,21/33,64.0
-2017-03-24 01:45,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-03-24 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-03-24 01:45,os-odl-bgpvpn-ha,apex,25/39,64.0
-2017-03-24 01:45,os-nosdn-kvm-ha,apex,31/33,94.0
-2017-03-24 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-03-24 01:45,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-03-24 01:45,os-ocl-nofeature-ha,compass,6/30,20.0
-2017-03-24 01:45,os-onos-nofeature-ha,compass,31/33,94.0
-2017-03-24 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-24 01:45,os-nosdn-openo-ha,compass,25/30,83.0
-2017-03-24 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-24 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,24/36,67.0
-2017-03-24 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,4/42,10.0
-2017-03-24 01:45,os-nosdn-kvm-noha,fuel,24/36,67.0
-2017-03-24 01:45,os-nosdn-ovs-noha,fuel,24/36,67.0
-2017-03-24 01:45,os-odl_l3-nofeature-noha,fuel,23/36,64.0
-2017-03-24 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,4/39,10.0
-2017-03-24 01:45,os-odl_l2-bgpvpn-noha,fuel,24/42,57.0
-2017-03-24 01:45,os-odl_l2-sfc-noha,fuel,14/42,33.0
-2017-03-24 01:45,os-odl_l3-nofeature-ha,fuel,24/39,62.0
-2017-03-24 01:45,os-nosdn-kvm-ha,fuel,25/39,64.0
-2017-03-24 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-24 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-03-24 01:45,os-odl_l2-bgpvpn-ha,fuel,27/42,64.0
-2017-03-24 01:45,os-odl_l2-sfc-ha,fuel,24/45,53.0
-2017-03-24 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,24/39,62.0
-2017-03-24 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-03-24 01:45,os-odl_l2-nofeature-ha,fuel,26/42,62.0
-2017-03-24 01:45,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-03-24 01:45,os-nosdn-lxd-noha,joid,20/24,83.0
-2017-03-24 01:45,os-odl_l2-nofeature-ha,joid,7/36,19.0
-2017-03-24 01:45,os-nosdn-lxd-ha,joid,13/24,54.0
-2017-03-24 01:45,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-03-24 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-03-25 01:45,os-odl-gluon-noha,apex,34/39,87.0
-2017-03-25 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-03-25 01:45,os-odl_l3-fdio-noha,apex,27/30,90.0
-2017-03-25 01:45,os-odl_l3-nofeature-ha,apex,23/33,70.0
-2017-03-25 01:45,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-03-25 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-03-25 01:45,os-odl-bgpvpn-ha,apex,25/39,64.0
-2017-03-25 01:45,os-nosdn-kvm-ha,apex,31/33,94.0
-2017-03-25 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-03-25 01:45,os-odl_l3-nofeature-ha,compass,27/30,90.0
-2017-03-25 01:45,os-ocl-nofeature-ha,compass,6/30,20.0
-2017-03-25 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-03-25 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-25 01:45,os-nosdn-openo-ha,compass,25/30,83.0
-2017-03-25 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-25 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,24/36,67.0
-2017-03-25 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,4/42,10.0
-2017-03-25 01:45,os-nosdn-kvm-noha,fuel,24/36,67.0
-2017-03-25 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-25 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-03-25 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,4/39,10.0
-2017-03-25 01:45,os-odl_l2-bgpvpn-noha,fuel,26/42,62.0
-2017-03-25 01:45,os-odl_l2-sfc-noha,fuel,24/42,57.0
-2017-03-25 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-03-25 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-25 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-25 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-03-25 01:45,os-odl_l2-bgpvpn-ha,fuel,35/42,83.0
-2017-03-25 01:45,os-odl_l2-sfc-ha,fuel,25/45,56.0
-2017-03-25 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,24/39,62.0
-2017-03-25 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-03-25 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-03-25 01:45,os-nosdn-nofeature-ha,fuel,35/39,90.0
-2017-03-25 01:45,os-nosdn-lxd-noha,joid,19/24,79.0
-2017-03-25 01:45,os-odl_l2-nofeature-ha,joid,7/36,19.0
-2017-03-25 01:45,os-nosdn-lxd-ha,joid,13/24,54.0
-2017-03-25 01:45,os-nosdn-nofeature-ha,joid,21/33,64.0
-2017-03-25 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-03-26 01:45,os-odl-gluon-noha,apex,34/39,87.0
-2017-03-26 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-03-26 01:45,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-03-26 01:45,os-odl_l3-nofeature-ha,apex,23/33,70.0
-2017-03-26 01:45,os-odl_l2-fdio-ha,apex,22/36,61.0
-2017-03-26 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-26 01:45,os-odl-bgpvpn-ha,apex,25/39,64.0
-2017-03-26 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-26 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-03-26 01:45,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-03-26 01:45,os-ocl-nofeature-ha,compass,6/30,20.0
-2017-03-26 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-03-26 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-26 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-03-26 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-26 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,24/36,67.0
-2017-03-26 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,4/42,10.0
-2017-03-26 01:45,os-nosdn-kvm-noha,fuel,24/36,67.0
-2017-03-26 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-26 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-03-26 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,4/39,10.0
-2017-03-26 01:45,os-odl_l2-bgpvpn-noha,fuel,26/42,62.0
-2017-03-26 01:45,os-odl_l2-sfc-noha,fuel,24/42,57.0
-2017-03-26 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-03-26 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-26 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-26 01:45,os-odl_l2-nofeature-noha,fuel,36/39,92.0
-2017-03-26 01:45,os-odl_l2-bgpvpn-ha,fuel,35/42,83.0
-2017-03-26 01:45,os-odl_l2-sfc-ha,fuel,25/45,56.0
-2017-03-26 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,24/39,62.0
-2017-03-26 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-03-26 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-03-26 01:45,os-nosdn-nofeature-ha,fuel,35/39,90.0
-2017-03-26 01:45,os-nosdn-lxd-noha,joid,19/24,79.0
-2017-03-26 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-26 01:45,os-nosdn-lxd-ha,joid,13/24,54.0
-2017-03-26 01:45,os-nosdn-nofeature-ha,joid,22/33,67.0
-2017-03-26 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-03-27 01:45,os-odl-gluon-noha,apex,34/39,87.0
-2017-03-27 01:45,os-odl_l2-fdio-noha,apex,18/36,50.0
-2017-03-27 01:45,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-03-27 01:45,os-odl_l3-nofeature-ha,apex,26/33,79.0
-2017-03-27 01:45,os-odl_l2-fdio-ha,apex,21/36,58.0
-2017-03-27 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-27 01:45,os-odl-bgpvpn-ha,apex,25/39,64.0
-2017-03-27 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-27 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-03-27 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-03-27 01:45,os-ocl-nofeature-ha,compass,5/30,17.0
-2017-03-27 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-03-27 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-03-27 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-03-27 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-27 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,24/36,67.0
-2017-03-27 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,4/42,10.0
-2017-03-27 01:45,os-nosdn-kvm-noha,fuel,24/36,67.0
-2017-03-27 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-27 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-03-27 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,4/39,10.0
-2017-03-27 01:45,os-odl_l2-bgpvpn-noha,fuel,26/42,62.0
-2017-03-27 01:45,os-odl_l2-sfc-noha,fuel,24/42,57.0
-2017-03-27 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-03-27 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-27 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-27 01:45,os-odl_l2-nofeature-noha,fuel,36/39,92.0
-2017-03-27 01:45,os-odl_l2-bgpvpn-ha,fuel,35/42,83.0
-2017-03-27 01:45,os-odl_l2-sfc-ha,fuel,25/45,56.0
-2017-03-27 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,24/39,62.0
-2017-03-27 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-03-27 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-03-27 01:45,os-nosdn-nofeature-ha,fuel,35/39,90.0
-2017-03-27 01:45,os-nosdn-lxd-noha,joid,13/24,54.0
-2017-03-27 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-03-27 01:45,os-nosdn-lxd-ha,joid,13/24,54.0
-2017-03-27 01:45,os-nosdn-nofeature-ha,joid,21/33,64.0
-2017-03-27 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-28 01:45,os-odl-gluon-noha,apex,33/39,85.0
-2017-03-28 01:45,os-odl_l2-fdio-noha,apex,28/36,78.0
-2017-03-28 01:45,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-03-28 01:45,os-odl_l3-nofeature-ha,apex,26/33,79.0
-2017-03-28 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-28 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-28 01:45,os-odl-bgpvpn-ha,apex,24/39,62.0
-2017-03-28 01:45,os-odl_l2-fdio-ha,apex,20/36,56.0
-2017-03-28 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-03-28 01:45,os-odl_l3-nofeature-ha,compass,21/30,70.0
-2017-03-28 01:45,os-ocl-nofeature-ha,compass,5/30,17.0
-2017-03-28 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-03-28 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-28 01:45,os-nosdn-openo-ha,compass,30/30,100.0
-2017-03-28 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-03-28 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-03-28 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-03-28 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-03-28 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-28 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-03-28 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-03-28 01:45,os-odl_l2-bgpvpn-noha,fuel,36/42,86.0
-2017-03-28 01:45,os-odl_l2-sfc-noha,fuel,27/42,64.0
-2017-03-28 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-03-28 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-28 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-28 01:45,os-odl_l2-nofeature-noha,fuel,37/39,95.0
-2017-03-28 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-03-28 01:45,os-odl_l2-sfc-ha,fuel,37/45,82.0
-2017-03-28 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,37/39,95.0
-2017-03-28 01:45,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-03-28 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-03-28 01:45,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-03-28 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-03-28 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-03-28 01:45,os-nosdn-lxd-ha,joid,13/24,54.0
-2017-03-28 01:45,os-nosdn-nofeature-ha,joid,21/33,64.0
-2017-03-28 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-28 13:20,os-odl-gluon-noha,apex,30/36,83.0
-2017-03-28 13:20,os-odl_l2-fdio-noha,apex,28/36,78.0
-2017-03-28 13:20,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-03-28 13:20,os-odl-bgpvpn-ha,apex,22/36,61.0
-2017-03-28 13:20,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-28 13:20,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-28 13:20,os-odl_l3-nofeature-ha,apex,26/33,79.0
-2017-03-28 13:20,os-odl_l2-fdio-ha,apex,25/36,69.0
-2017-03-28 13:20,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-03-28 13:20,os-odl_l3-nofeature-ha,compass,21/30,70.0
-2017-03-28 13:20,os-ocl-nofeature-ha,compass,4/30,13.0
-2017-03-28 13:20,os-onos-nofeature-ha,compass,27/33,82.0
-2017-03-28 13:20,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-28 13:20,os-nosdn-openo-ha,compass,30/30,100.0
-2017-03-28 13:20,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-28 13:20,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-03-28 13:20,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-03-28 13:20,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-03-28 13:20,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-28 13:20,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-03-28 13:20,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-03-28 13:20,os-odl_l2-bgpvpn-noha,fuel,36/42,86.0
-2017-03-28 13:20,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-03-28 13:20,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-03-28 13:20,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-28 13:20,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-28 13:20,os-odl_l2-nofeature-noha,fuel,37/39,95.0
-2017-03-28 13:20,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-03-28 13:20,os-odl_l2-sfc-ha,fuel,37/45,82.0
-2017-03-28 13:20,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,37/39,95.0
-2017-03-28 13:20,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-03-28 13:20,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-03-28 13:20,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-03-28 13:20,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-03-28 13:20,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-28 13:20,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-03-28 13:20,os-nosdn-nofeature-ha,joid,21/33,64.0
-2017-03-28 13:20,os-nosdn-lxd-ha,joid,13/24,54.0
-2017-03-28 13:56,os-odl-gluon-noha,apex,30/36,83.0
-2017-03-28 13:56,os-odl_l2-fdio-noha,apex,30/36,83.0
-2017-03-28 13:56,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-03-28 13:56,os-odl-bgpvpn-ha,apex,22/36,61.0
-2017-03-28 13:56,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-28 13:56,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-28 13:56,os-odl_l3-nofeature-ha,apex,26/33,79.0
-2017-03-28 13:56,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-03-28 13:56,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-03-28 13:56,os-odl_l3-nofeature-ha,compass,21/30,70.0
-2017-03-28 13:56,os-ocl-nofeature-ha,compass,4/30,13.0
-2017-03-28 13:56,os-onos-nofeature-ha,compass,27/33,82.0
-2017-03-28 13:56,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-28 13:56,os-nosdn-openo-ha,compass,30/30,100.0
-2017-03-28 13:56,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-28 13:56,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-03-28 13:56,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-03-28 13:56,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-03-28 13:56,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-28 13:56,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-03-28 13:56,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-03-28 13:56,os-odl_l2-bgpvpn-noha,fuel,36/42,86.0
-2017-03-28 13:56,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-03-28 13:56,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-03-28 13:56,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-28 13:56,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-28 13:56,os-odl_l2-nofeature-noha,fuel,37/39,95.0
-2017-03-28 13:56,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-03-28 13:56,os-odl_l2-sfc-ha,fuel,37/45,82.0
-2017-03-28 13:56,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,37/39,95.0
-2017-03-28 13:56,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-03-28 13:56,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-03-28 13:56,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-03-28 13:56,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-03-28 13:56,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-28 13:56,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-03-28 13:56,os-nosdn-nofeature-ha,joid,21/33,64.0
-2017-03-28 13:56,os-nosdn-lxd-ha,joid,13/24,54.0
-2017-03-28 16:16,os-odl-gluon-noha,apex,30/36,83.0
-2017-03-28 16:16,os-odl_l2-fdio-noha,apex,30/36,83.0
-2017-03-28 16:16,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-03-28 16:16,os-odl-bgpvpn-ha,apex,22/36,61.0
-2017-03-28 16:16,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-28 16:16,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-28 16:16,os-odl_l3-nofeature-ha,apex,26/33,79.0
-2017-03-28 16:16,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-03-28 16:16,os-nosdn-nofeature-ha,apex,33/33,100.0
-2017-03-28 16:16,os-odl_l3-nofeature-ha,compass,21/30,70.0
-2017-03-28 16:16,os-ocl-nofeature-ha,compass,4/30,13.0
-2017-03-28 16:16,os-onos-nofeature-ha,compass,27/33,82.0
-2017-03-28 16:16,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-28 16:16,os-nosdn-openo-ha,compass,29/30,97.0
-2017-03-28 16:16,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-28 16:16,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-03-28 16:16,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-03-28 16:16,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-03-28 16:16,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-28 16:16,os-odl_l3-nofeature-noha,fuel,34/36,94.0
-2017-03-28 16:16,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-03-28 16:16,os-odl_l2-bgpvpn-noha,fuel,36/42,86.0
-2017-03-28 16:16,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-03-28 16:16,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-03-28 16:16,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-28 16:16,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-28 16:16,os-odl_l2-nofeature-noha,fuel,37/39,95.0
-2017-03-28 16:16,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-03-28 16:16,os-odl_l2-sfc-ha,fuel,40/45,89.0
-2017-03-28 16:16,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,37/39,95.0
-2017-03-28 16:16,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-03-28 16:16,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-03-28 16:16,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-03-28 16:16,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-03-28 16:16,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-28 16:16,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-03-28 16:16,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-03-28 16:16,os-nosdn-lxd-ha,joid,13/24,54.0
-2017-03-29 01:45,os-odl-gluon-noha,apex,30/36,83.0
-2017-03-29 01:45,os-odl_l2-fdio-noha,apex,30/36,83.0
-2017-03-29 01:45,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-03-29 01:45,os-odl-bgpvpn-ha,apex,22/36,61.0
-2017-03-29 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-29 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-29 01:45,os-odl_l3-nofeature-ha,apex,27/33,82.0
-2017-03-29 01:45,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-03-29 01:45,os-nosdn-nofeature-ha,apex,33/33,100.0
-2017-03-29 01:45,os-odl_l3-nofeature-ha,compass,21/30,70.0
-2017-03-29 01:45,os-ocl-nofeature-ha,compass,4/30,13.0
-2017-03-29 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-03-29 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-29 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-03-29 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-29 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-03-29 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-03-29 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-03-29 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-29 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-29 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-03-29 01:45,os-odl_l2-bgpvpn-noha,fuel,36/42,86.0
-2017-03-29 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-03-29 01:45,os-odl_l3-nofeature-ha,fuel,34/39,87.0
-2017-03-29 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-29 01:45,os-odl_l3-nofeature-noha,fuel,34/36,94.0
-2017-03-29 01:45,os-odl_l2-nofeature-noha,fuel,36/39,92.0
-2017-03-29 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-03-29 01:45,os-odl_l2-sfc-ha,fuel,40/45,89.0
-2017-03-29 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,38/39,97.0
-2017-03-29 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-03-29 01:45,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-03-29 01:45,os-nosdn-nofeature-ha,fuel,37/39,95.0
-2017-03-29 01:45,os-nosdn-lxd-noha,joid,17/24,71.0
-2017-03-29 01:45,os-nosdn-nofeature-noha,joid,31/33,94.0
-2017-03-29 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-29 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-03-29 01:45,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-03-30 01:45,os-nosdn-fdio-noha,apex,15/30,50.0
-2017-03-30 01:45,os-odl-gluon-noha,apex,31/36,86.0
-2017-03-30 01:45,os-odl_l2-fdio-noha,apex,30/36,83.0
-2017-03-30 01:45,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-03-30 01:45,os-odl-bgpvpn-ha,apex,22/36,61.0
-2017-03-30 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-30 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-30 01:45,os-odl_l3-nofeature-ha,apex,27/33,82.0
-2017-03-30 01:45,os-nosdn-ovs-ha,apex,2/33,6.0
-2017-03-30 01:45,os-odl_l2-fdio-ha,apex,29/36,81.0
-2017-03-30 01:45,os-nosdn-nofeature-ha,apex,33/33,100.0
-2017-03-30 01:45,os-odl_l3-nofeature-ha,compass,21/30,70.0
-2017-03-30 01:45,os-ocl-nofeature-ha,compass,4/30,13.0
-2017-03-30 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-03-30 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-30 01:45,os-nosdn-openo-ha,compass,28/30,93.0
-2017-03-30 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-30 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-03-30 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-03-30 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-03-30 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-30 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-30 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-03-30 01:45,os-odl_l2-bgpvpn-noha,fuel,36/42,86.0
-2017-03-30 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-03-30 01:45,os-odl_l3-nofeature-ha,fuel,34/39,87.0
-2017-03-30 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-30 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-03-30 01:45,os-odl_l2-nofeature-noha,fuel,36/39,92.0
-2017-03-30 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-03-30 01:45,os-odl_l2-sfc-ha,fuel,42/45,93.0
-2017-03-30 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,38/39,97.0
-2017-03-30 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-03-30 01:45,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-03-30 01:45,os-nosdn-nofeature-ha,fuel,37/39,95.0
-2017-03-30 01:45,os-nosdn-lxd-noha,joid,17/24,71.0
-2017-03-30 01:45,os-nosdn-nofeature-noha,joid,31/33,94.0
-2017-03-30 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-30 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-03-30 01:45,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-03-31 01:45,os-nosdn-fdio-noha,apex,15/30,50.0
-2017-03-31 01:45,os-odl-gluon-noha,apex,30/36,83.0
-2017-03-31 01:45,os-odl_l2-fdio-noha,apex,30/36,83.0
-2017-03-31 01:45,os-odl_l3-fdio-noha,apex,20/30,67.0
-2017-03-31 01:45,os-odl-bgpvpn-ha,apex,21/36,58.0
-2017-03-31 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-03-31 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-03-31 01:45,os-odl_l3-nofeature-ha,apex,27/33,82.0
-2017-03-31 01:45,os-odl_l3-ovs-ha,apex,2/33,6.0
-2017-03-31 01:45,os-nosdn-ovs-ha,apex,2/33,6.0
-2017-03-31 01:45,os-odl_l2-fdio-ha,apex,29/36,81.0
-2017-03-31 01:45,os-nosdn-nofeature-ha,apex,33/33,100.0
-2017-03-31 01:45,os-odl_l3-nofeature-ha,compass,23/30,77.0
-2017-03-31 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-03-31 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-03-31 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-03-31 01:45,os-nosdn-openo-ha,compass,28/30,93.0
-2017-03-31 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-03-31 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-03-31 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-03-31 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-03-31 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-03-31 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-03-31 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-03-31 01:45,os-odl_l3-nofeature-ha,fuel,31/39,79.0
-2017-03-31 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-03-31 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-03-31 01:45,os-odl_l2-nofeature-noha,fuel,36/39,92.0
-2017-03-31 01:45,os-odl_l2-bgpvpn-ha,fuel,37/42,88.0
-2017-03-31 01:45,os-odl_l2-sfc-ha,fuel,43/45,96.0
-2017-03-31 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-03-31 01:45,os-odl_l2-bgpvpn-noha,fuel,37/42,88.0
-2017-03-31 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-03-31 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-03-31 01:45,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-03-31 01:45,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-03-31 01:45,os-nosdn-lxd-noha,joid,17/24,71.0
-2017-03-31 01:45,os-nosdn-nofeature-noha,joid,31/33,94.0
-2017-03-31 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-03-31 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-03-31 01:45,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-04-01 01:45,os-nosdn-fdio-noha,apex,15/30,50.0
-2017-04-01 01:45,os-odl-gluon-noha,apex,24/36,67.0
-2017-04-01 01:45,os-odl_l2-fdio-noha,apex,30/36,83.0
-2017-04-01 01:45,os-odl_l3-fdio-noha,apex,20/30,67.0
-2017-04-01 01:45,os-odl_l3-nofeature-ha,apex,27/33,82.0
-2017-04-01 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-04-01 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-04-01 01:45,os-odl-bgpvpn-ha,apex,21/36,58.0
-2017-04-01 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-04-01 01:45,os-nosdn-ovs-ha,apex,2/33,6.0
-2017-04-01 01:45,os-odl_l2-fdio-ha,apex,29/36,81.0
-2017-04-01 01:45,os-nosdn-nofeature-ha,apex,33/33,100.0
-2017-04-01 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-04-01 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-01 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-04-01 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-04-01 01:45,os-nosdn-openo-ha,compass,28/30,93.0
-2017-04-01 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-04-01 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-01 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-01 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-04-01 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-01 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-01 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-04-01 01:45,os-odl_l3-nofeature-ha,fuel,32/39,82.0
-2017-04-01 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-04-01 01:45,os-odl_l2-nofeature-ha,fuel,39/42,93.0
-2017-04-01 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-04-01 01:45,os-odl_l2-nofeature-noha,fuel,36/39,92.0
-2017-04-01 01:45,os-odl_l2-bgpvpn-ha,fuel,34/42,81.0
-2017-04-01 01:45,os-odl_l3-nofeature-noha,fuel,34/36,94.0
-2017-04-01 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-01 01:45,os-odl_l2-bgpvpn-noha,fuel,38/42,90.0
-2017-04-01 01:45,os-odl_l2-sfc-ha,fuel,44/45,98.0
-2017-04-01 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-01 01:45,os-nosdn-nofeature-ha,fuel,37/39,95.0
-2017-04-01 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-04-01 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-04-01 01:45,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-04-01 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-04-01 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-04-02 01:45,os-nosdn-fdio-noha,apex,15/30,50.0
-2017-04-02 01:45,os-odl-gluon-noha,apex,24/36,67.0
-2017-04-02 01:45,os-odl_l2-fdio-noha,apex,30/36,83.0
-2017-04-02 01:45,os-odl_l3-fdio-noha,apex,13/30,43.0
-2017-04-02 01:45,os-odl-bgpvpn-ha,apex,21/36,58.0
-2017-04-02 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-04-02 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-04-02 01:45,os-odl_l3-nofeature-ha,apex,27/33,82.0
-2017-04-02 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-04-02 01:45,os-nosdn-ovs-ha,apex,2/33,6.0
-2017-04-02 01:45,os-odl_l2-fdio-ha,apex,29/36,81.0
-2017-04-02 01:45,os-nosdn-nofeature-ha,apex,33/33,100.0
-2017-04-02 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-04-02 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-02 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-04-02 01:45,os-odl_l2-nofeature-ha,compass,27/33,82.0
-2017-04-02 01:45,os-nosdn-openo-ha,compass,28/30,93.0
-2017-04-02 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-04-02 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-04-02 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-02 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-02 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-02 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-02 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-02 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-04-02 01:45,os-odl_l3-nofeature-ha,fuel,32/39,82.0
-2017-04-02 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-04-02 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-04-02 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-04-02 01:45,os-odl_l2-bgpvpn-ha,fuel,34/42,81.0
-2017-04-02 01:45,os-odl_l2-sfc-ha,fuel,40/45,89.0
-2017-04-02 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-02 01:45,os-odl_l2-bgpvpn-noha,fuel,38/42,90.0
-2017-04-02 01:45,os-odl_l2-nofeature-ha,fuel,37/42,88.0
-2017-04-02 01:45,os-odl_l3-nofeature-noha,fuel,34/36,94.0
-2017-04-02 01:45,os-nosdn-nofeature-ha,fuel,37/39,95.0
-2017-04-02 01:45,os-odl_l2-nofeature-ha,joid,6/36,17.0
-2017-04-02 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-04-02 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-04-02 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-04-02 01:45,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-04-03 01:45,os-nosdn-fdio-noha,apex,15/30,50.0
-2017-04-03 01:45,os-odl-gluon-noha,apex,29/36,81.0
-2017-04-03 01:45,os-odl_l2-fdio-noha,apex,29/36,81.0
-2017-04-03 01:45,os-odl_l3-fdio-noha,apex,13/30,43.0
-2017-04-03 01:45,os-odl_l3-nofeature-ha,apex,27/33,82.0
-2017-04-03 01:45,os-odl_l2-fdio-ha,apex,26/36,72.0
-2017-04-03 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-04-03 01:45,os-odl-bgpvpn-ha,apex,21/36,58.0
-2017-04-03 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-04-03 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-04-03 01:45,os-nosdn-kvm-ha,apex,33/33,100.0
-2017-04-03 01:45,os-nosdn-nofeature-ha,apex,33/33,100.0
-2017-04-03 01:45,os-odl_l3-nofeature-ha,compass,23/30,77.0
-2017-04-03 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-03 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-04-03 01:45,os-odl_l2-nofeature-ha,compass,27/33,82.0
-2017-04-03 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-04-03 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-04-03 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-04-03 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-03 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-03 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-03 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-03 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-03 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-04-03 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-04-03 01:45,os-odl_l3-nofeature-ha,fuel,32/39,82.0
-2017-04-03 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-04-03 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-04-03 01:45,os-odl_l3-nofeature-noha,fuel,34/36,94.0
-2017-04-03 01:45,os-odl_l2-bgpvpn-ha,fuel,35/42,83.0
-2017-04-03 01:45,os-odl_l2-sfc-ha,fuel,39/45,87.0
-2017-04-03 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-03 01:45,os-odl_l2-bgpvpn-noha,fuel,39/42,93.0
-2017-04-03 01:45,os-odl_l2-nofeature-ha,fuel,38/42,90.0
-2017-04-03 01:45,os-nosdn-nofeature-ha,fuel,36/39,92.0
-2017-04-03 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-04-03 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-04-03 01:45,os-nosdn-lxd-ha,joid,12/24,50.0
-2017-04-03 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-04-03 01:45,os-odl_l2-nofeature-ha,joid,6/36,17.0
-2017-04-04 01:45,os-nosdn-fdio-noha,apex,15/30,50.0
-2017-04-04 01:45,os-odl-gluon-noha,apex,30/36,83.0
-2017-04-04 01:45,os-ovn-nofeature-noha,apex,3/33,9.0
-2017-04-04 01:45,os-odl_l2-fdio-noha,apex,29/36,81.0
-2017-04-04 01:45,os-odl_l3-fdio-noha,apex,6/30,20.0
-2017-04-04 01:45,os-odl_l3-nofeature-ha,apex,26/33,79.0
-2017-04-04 01:45,os-nosdn-kvm-ha,apex,33/33,100.0
-2017-04-04 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-04-04 01:45,os-odl-bgpvpn-ha,apex,22/36,61.0
-2017-04-04 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-04-04 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-04-04 01:45,os-odl_l2-fdio-ha,apex,26/36,72.0
-2017-04-04 01:45,os-nosdn-nofeature-ha,apex,33/33,100.0
-2017-04-04 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-04-04 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-04 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-04-04 01:45,os-odl_l2-nofeature-ha,compass,27/33,82.0
-2017-04-04 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-04-04 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-04-04 01:45,os-nosdn-kvm-noha,fuel,35/36,97.0
-2017-04-04 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-04 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-04 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-04 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-04 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-04 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-04-04 01:45,os-odl_l2-sfc-ha,fuel,39/45,87.0
-2017-04-04 01:45,os-nosdn-kvm-ha,fuel,36/39,92.0
-2017-04-04 01:45,os-nosdn-nofeature-noha,fuel,35/36,97.0
-2017-04-04 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-04-04 01:45,os-odl_l2-bgpvpn-ha,fuel,36/42,86.0
-2017-04-04 01:45,os-odl_l3-nofeature-ha,fuel,34/39,87.0
-2017-04-04 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-04 01:45,os-odl_l2-bgpvpn-noha,fuel,39/42,93.0
-2017-04-04 01:45,os-odl_l2-nofeature-ha,fuel,38/42,90.0
-2017-04-04 01:45,os-odl_l3-nofeature-noha,fuel,34/36,94.0
-2017-04-04 01:45,os-nosdn-nofeature-ha,fuel,37/39,95.0
-2017-04-04 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-04-04 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-04-04 01:45,os-nosdn-lxd-ha,joid,12/24,50.0
-2017-04-04 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-04-04 01:45,os-odl_l2-nofeature-ha,joid,6/36,17.0
-2017-04-05 01:45,os-nosdn-fdio-noha,apex,15/30,50.0
-2017-04-05 01:45,os-odl-gluon-noha,apex,29/36,81.0
-2017-04-05 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-04-05 01:45,os-odl_l2-fdio-noha,apex,29/36,81.0
-2017-04-05 01:45,os-odl_l3-fdio-noha,apex,6/30,20.0
-2017-04-05 01:45,os-odl-bgpvpn-ha,apex,21/36,58.0
-2017-04-05 01:45,os-nosdn-kvm-ha,apex,33/33,100.0
-2017-04-05 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-04-05 01:45,os-odl_l3-nofeature-ha,apex,26/33,79.0
-2017-04-05 01:45,os-odl_l3-ovs-ha,apex,6/33,18.0
-2017-04-05 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-04-05 01:45,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-04-05 01:45,os-nosdn-nofeature-ha,apex,33/33,100.0
-2017-04-05 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-04-05 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-05 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-04-05 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-04-05 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-04-05 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-04-05 01:45,os-nosdn-kvm-noha,fuel,35/36,97.0
-2017-04-05 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-05 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-05 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-05 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-05 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-05 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-04-05 01:45,os-odl_l2-sfc-ha,fuel,39/45,87.0
-2017-04-05 01:45,os-nosdn-kvm-ha,fuel,36/39,92.0
-2017-04-05 01:45,os-nosdn-nofeature-noha,fuel,35/36,97.0
-2017-04-05 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-04-05 01:45,os-odl_l2-bgpvpn-ha,fuel,36/42,86.0
-2017-04-05 01:45,os-odl_l3-nofeature-ha,fuel,35/39,90.0
-2017-04-05 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-05 01:45,os-odl_l2-bgpvpn-noha,fuel,39/42,93.0
-2017-04-05 01:45,os-odl_l2-nofeature-ha,fuel,37/42,88.0
-2017-04-05 01:45,os-odl_l3-nofeature-noha,fuel,33/36,92.0
-2017-04-05 01:45,os-nosdn-nofeature-ha,fuel,36/39,92.0
-2017-04-05 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-04-05 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-04-05 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-04-05 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-04-05 01:45,os-nosdn-lxd-ha,joid,12/24,50.0
-2017-04-06 01:45,os-nosdn-fdio-noha,apex,15/30,50.0
-2017-04-06 01:45,os-odl-gluon-noha,apex,29/36,81.0
-2017-04-06 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-04-06 01:45,os-odl_l2-fdio-noha,apex,29/36,81.0
-2017-04-06 01:45,os-odl_l3-fdio-noha,apex,4/30,13.0
-2017-04-06 01:45,os-odl-bgpvpn-ha,apex,27/36,75.0
-2017-04-06 01:45,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-04-06 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-04-06 01:45,os-odl_l3-nofeature-ha,apex,25/33,76.0
-2017-04-06 01:45,os-odl_l3-ovs-ha,apex,6/33,18.0
-2017-04-06 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-04-06 01:45,os-nosdn-kvm-ha,apex,22/33,67.0
-2017-04-06 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-04-06 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-04-06 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-06 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-04-06 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-04-06 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-04-06 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-04-06 01:45,os-nosdn-kvm-noha,fuel,35/36,97.0
-2017-04-06 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-06 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-06 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-06 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-06 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-06 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-04-06 01:45,os-odl_l2-sfc-ha,fuel,39/45,87.0
-2017-04-06 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-04-06 01:45,os-nosdn-nofeature-noha,fuel,35/36,97.0
-2017-04-06 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-04-06 01:45,os-odl_l2-bgpvpn-ha,fuel,36/42,86.0
-2017-04-06 01:45,os-odl_l3-nofeature-ha,fuel,35/39,90.0
-2017-04-06 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-06 01:45,os-odl_l2-bgpvpn-noha,fuel,39/42,93.0
-2017-04-06 01:45,os-odl_l2-nofeature-ha,fuel,38/42,90.0
-2017-04-06 01:45,os-odl_l3-nofeature-noha,fuel,32/36,89.0
-2017-04-06 01:45,os-nosdn-nofeature-ha,fuel,35/39,90.0
-2017-04-06 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-04-06 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-04-06 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-04-06 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-04-06 01:45,os-nosdn-lxd-ha,joid,12/24,50.0
-2017-04-07 01:45,os-nosdn-fdio-noha,apex,15/30,50.0
-2017-04-07 01:45,os-odl-gluon-noha,apex,27/36,75.0
-2017-04-07 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-04-07 01:45,os-odl_l2-fdio-noha,apex,30/36,83.0
-2017-04-07 01:45,os-odl_l3-fdio-noha,apex,6/30,20.0
-2017-04-07 01:45,os-odl-bgpvpn-ha,apex,27/36,75.0
-2017-04-07 01:45,os-odl_l2-fdio-ha,apex,28/36,78.0
-2017-04-07 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-04-07 01:45,os-odl_l3-nofeature-ha,apex,25/33,76.0
-2017-04-07 01:45,os-odl_l3-ovs-ha,apex,6/33,18.0
-2017-04-07 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-04-07 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-04-07 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-04-07 01:45,os-odl_l3-nofeature-ha,compass,23/30,77.0
-2017-04-07 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-07 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-04-07 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-04-07 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-04-07 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-04-07 01:45,os-nosdn-kvm-noha,fuel,35/36,97.0
-2017-04-07 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-07 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-07 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-07 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-07 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-07 01:45,os-odl_l2-nofeature-noha,fuel,33/39,85.0
-2017-04-07 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-04-07 01:45,os-odl_l3-nofeature-ha,fuel,34/39,87.0
-2017-04-07 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-04-07 01:45,os-nosdn-nofeature-noha,fuel,35/36,97.0
-2017-04-07 01:45,os-odl_l3-nofeature-noha,fuel,32/36,89.0
-2017-04-07 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-04-07 01:45,os-odl_l2-sfc-ha,fuel,42/45,93.0
-2017-04-07 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-07 01:45,os-odl_l2-bgpvpn-noha,fuel,39/42,93.0
-2017-04-07 01:45,os-odl_l2-nofeature-ha,fuel,37/42,88.0
-2017-04-07 01:45,os-nosdn-nofeature-ha,fuel,36/39,92.0
-2017-04-07 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-04-07 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-04-07 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-04-07 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-04-07 01:45,os-nosdn-lxd-ha,joid,12/24,50.0
-2017-04-08 01:45,os-nosdn-fdio-noha,apex,15/30,50.0
-2017-04-08 01:45,os-odl-gluon-noha,apex,27/36,75.0
-2017-04-08 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-04-08 01:45,os-odl_l2-fdio-noha,apex,30/36,83.0
-2017-04-08 01:45,os-odl_l3-fdio-noha,apex,6/30,20.0
-2017-04-08 01:45,os-odl_l3-nofeature-ha,apex,18/33,55.0
-2017-04-08 01:45,os-nosdn-kvm-ha,apex,32/33,97.0
-2017-04-08 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-04-08 01:45,os-odl-bgpvpn-ha,apex,19/36,53.0
-2017-04-08 01:45,os-odl_l3-ovs-ha,apex,6/33,18.0
-2017-04-08 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-04-08 01:45,os-odl_l2-fdio-ha,apex,27/36,75.0
-2017-04-08 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-04-08 01:45,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-04-08 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-08 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-04-08 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-04-08 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-04-08 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-04-08 01:45,os-nosdn-kvm-noha,fuel,35/36,97.0
-2017-04-08 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-08 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-08 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-08 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-08 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-08 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-04-08 01:45,os-odl_l3-nofeature-ha,fuel,35/39,90.0
-2017-04-08 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-04-08 01:45,os-nosdn-nofeature-noha,fuel,35/36,97.0
-2017-04-08 01:45,os-odl_l2-nofeature-noha,fuel,33/39,85.0
-2017-04-08 01:45,os-odl_l2-bgpvpn-ha,fuel,37/42,88.0
-2017-04-08 01:45,os-odl_l2-sfc-ha,fuel,42/45,93.0
-2017-04-08 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-08 01:45,os-odl_l2-bgpvpn-noha,fuel,39/42,93.0
-2017-04-08 01:45,os-odl_l2-nofeature-ha,fuel,37/42,88.0
-2017-04-08 01:45,os-odl_l3-nofeature-noha,fuel,32/36,89.0
-2017-04-08 01:45,os-nosdn-nofeature-ha,fuel,35/39,90.0
-2017-04-08 01:45,os-nosdn-lxd-noha,joid,12/24,50.0
-2017-04-08 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-04-08 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-04-08 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-04-08 01:45,os-nosdn-lxd-ha,joid,12/24,50.0
-2017-04-09 01:45,os-odl-gluon-noha,apex,18/36,50.0
-2017-04-09 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-04-09 01:45,os-odl_l2-fdio-noha,apex,22/36,61.0
-2017-04-09 01:45,os-odl_l3-ovs-ha,apex,6/33,18.0
-2017-04-09 01:45,os-odl-bgpvpn-ha,apex,19/36,53.0
-2017-04-09 01:45,os-odl_l2-fdio-ha,apex,27/36,75.0
-2017-04-09 01:45,os-odl_l3-fdio-noha,apex,4/30,13.0
-2017-04-09 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-04-09 01:45,os-odl_l3-nofeature-ha,apex,18/33,55.0
-2017-04-09 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-04-09 01:45,os-nosdn-kvm-ha,apex,22/33,67.0
-2017-04-09 01:45,os-nosdn-nofeature-ha,apex,32/33,97.0
-2017-04-09 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-04-09 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-09 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-04-09 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-04-09 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-04-09 01:45,os-nosdn-nofeature-ha,compass,28/30,93.0
-2017-04-09 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-04-09 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-09 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-09 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-09 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-09 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-09 01:45,os-odl_l2-nofeature-noha,fuel,33/39,85.0
-2017-04-09 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-04-09 01:45,os-odl_l3-nofeature-ha,fuel,34/39,87.0
-2017-04-09 01:45,os-nosdn-kvm-ha,fuel,38/39,97.0
-2017-04-09 01:45,os-nosdn-nofeature-noha,fuel,35/36,97.0
-2017-04-09 01:45,os-odl_l3-nofeature-noha,fuel,33/36,92.0
-2017-04-09 01:45,os-odl_l2-bgpvpn-ha,fuel,37/42,88.0
-2017-04-09 01:45,os-odl_l2-sfc-ha,fuel,40/45,89.0
-2017-04-09 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-09 01:45,os-odl_l2-bgpvpn-noha,fuel,39/42,93.0
-2017-04-09 01:45,os-odl_l2-nofeature-ha,fuel,39/42,93.0
-2017-04-09 01:45,os-nosdn-nofeature-ha,fuel,36/39,92.0
-2017-04-09 01:45,os-nosdn-lxd-noha,joid,12/24,50.0
-2017-04-09 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-04-09 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-04-09 01:45,os-nosdn-nofeature-ha,joid,22/33,67.0
-2017-04-09 01:45,os-nosdn-lxd-ha,joid,12/24,50.0
-2017-04-10 01:45,os-odl-gluon-noha,apex,18/36,50.0
-2017-04-10 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-04-10 01:45,os-odl_l2-fdio-noha,apex,22/36,61.0
-2017-04-10 01:45,os-odl_l3-ovs-ha,apex,6/33,18.0
-2017-04-10 01:45,os-odl-bgpvpn-ha,apex,19/36,53.0
-2017-04-10 01:45,os-odl_l2-fdio-ha,apex,21/36,58.0
-2017-04-10 01:45,os-odl_l3-fdio-noha,apex,4/30,13.0
-2017-04-10 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-04-10 01:45,os-odl_l3-nofeature-ha,apex,18/33,55.0
-2017-04-10 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-04-10 01:45,os-nosdn-kvm-ha,apex,22/33,67.0
-2017-04-10 01:45,os-nosdn-nofeature-ha,apex,22/33,67.0
-2017-04-10 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-04-10 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-10 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-04-10 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-04-10 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-04-10 01:45,os-nosdn-nofeature-ha,compass,28/30,93.0
-2017-04-10 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-04-10 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-10 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-10 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-10 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-10 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-10 01:45,os-odl_l2-sfc-noha,fuel,32/42,76.0
-2017-04-10 01:45,os-odl_l3-nofeature-ha,fuel,35/39,90.0
-2017-04-10 01:45,os-nosdn-kvm-ha,fuel,38/39,97.0
-2017-04-10 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-04-10 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-04-10 01:45,os-odl_l2-bgpvpn-ha,fuel,37/42,88.0
-2017-04-10 01:45,os-odl_l2-sfc-ha,fuel,39/45,87.0
-2017-04-10 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-10 01:45,os-odl_l2-bgpvpn-noha,fuel,39/42,93.0
-2017-04-10 01:45,os-odl_l2-nofeature-ha,fuel,39/42,93.0
-2017-04-10 01:45,os-odl_l3-nofeature-noha,fuel,33/36,92.0
-2017-04-10 01:45,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-04-10 01:45,os-nosdn-lxd-noha,joid,12/24,50.0
-2017-04-10 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-04-10 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-04-10 01:45,os-nosdn-nofeature-ha,joid,21/33,64.0
-2017-04-10 01:45,os-nosdn-lxd-ha,joid,12/24,50.0
-2017-04-11 01:45,os-odl-gluon-noha,apex,18/36,50.0
-2017-04-11 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-04-11 01:45,os-odl_l2-fdio-noha,apex,22/36,61.0
-2017-04-11 01:45,os-odl_l3-fdio-noha,apex,4/30,13.0
-2017-04-11 01:45,os-odl-bgpvpn-ha,apex,19/36,53.0
-2017-04-11 01:45,os-odl_l2-fdio-ha,apex,21/36,58.0
-2017-04-11 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-04-11 01:45,os-odl_l3-nofeature-ha,apex,18/33,55.0
-2017-04-11 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-04-11 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-04-11 01:45,os-nosdn-kvm-ha,apex,22/33,67.0
-2017-04-11 01:45,os-nosdn-nofeature-ha,apex,22/33,67.0
-2017-04-11 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-04-11 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-11 01:45,os-onos-nofeature-ha,compass,29/33,88.0
-2017-04-11 01:45,os-odl_l2-nofeature-ha,compass,30/33,91.0
-2017-04-11 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-04-11 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-04-11 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-04-11 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-11 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-11 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-11 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-11 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-11 01:45,os-odl_l2-sfc-noha,fuel,32/42,76.0
-2017-04-11 01:45,os-odl_l3-nofeature-ha,fuel,34/39,87.0
-2017-04-11 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-04-11 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-04-11 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-04-11 01:45,os-odl_l2-bgpvpn-ha,fuel,36/42,86.0
-2017-04-11 01:45,os-odl_l2-sfc-ha,fuel,39/45,87.0
-2017-04-11 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-11 01:45,os-odl_l2-bgpvpn-noha,fuel,39/42,93.0
-2017-04-11 01:45,os-odl_l2-nofeature-ha,fuel,38/42,90.0
-2017-04-11 01:45,os-odl_l3-nofeature-noha,fuel,33/36,92.0
-2017-04-11 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-04-11 01:45,os-nosdn-lxd-noha,joid,6/24,25.0
-2017-04-11 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-04-11 01:45,os-nosdn-lxd-ha,joid,6/24,25.0
-2017-04-11 01:45,os-nosdn-nofeature-ha,joid,22/33,67.0
-2017-04-11 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-04-12 01:45,os-odl-gluon-noha,apex,18/36,50.0
-2017-04-12 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-04-12 01:45,os-odl_l2-fdio-noha,apex,22/36,61.0
-2017-04-12 01:45,os-odl_l3-fdio-noha,apex,4/30,13.0
-2017-04-12 01:45,os-odl_l3-nofeature-ha,apex,17/33,52.0
-2017-04-12 01:45,os-nosdn-kvm-ha,apex,22/33,67.0
-2017-04-12 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-04-12 01:45,os-odl-bgpvpn-ha,apex,19/36,53.0
-2017-04-12 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-04-12 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-04-12 01:45,os-odl_l2-fdio-ha,apex,21/36,58.0
-2017-04-12 01:45,os-nosdn-nofeature-ha,apex,21/33,64.0
-2017-04-12 01:45,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-04-12 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-12 01:45,os-onos-nofeature-ha,compass,29/33,88.0
-2017-04-12 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-04-12 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-04-12 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-04-12 01:45,os-nosdn-kvm-noha,fuel,35/36,97.0
-2017-04-12 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-12 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-12 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-12 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-12 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-12 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-04-12 01:45,os-odl_l2-sfc-noha,fuel,34/42,81.0
-2017-04-12 01:45,os-odl_l3-nofeature-ha,fuel,34/39,87.0
-2017-04-12 01:45,os-nosdn-kvm-ha,fuel,37/39,95.0
-2017-04-12 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-04-12 01:45,os-odl_l3-nofeature-noha,fuel,33/36,92.0
-2017-04-12 01:45,os-odl_l2-bgpvpn-ha,fuel,36/42,86.0
-2017-04-12 01:45,os-odl_l2-sfc-ha,fuel,39/45,87.0
-2017-04-12 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-12 01:45,os-odl_l2-bgpvpn-noha,fuel,39/42,93.0
-2017-04-12 01:45,os-odl_l2-nofeature-ha,fuel,38/42,90.0
-2017-04-12 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-04-12 01:45,os-nosdn-lxd-noha,joid,12/24,50.0
-2017-04-12 01:45,os-nosdn-nofeature-noha,joid,11/33,33.0
-2017-04-12 01:45,os-odl_l2-nofeature-ha,joid,1/36,3.0
-2017-04-12 01:45,os-nosdn-nofeature-ha,joid,12/33,36.0
-2017-04-12 01:45,os-nosdn-lxd-ha,joid,6/24,25.0
-2017-04-28 20:23,os-nosdn-fdio-noha,apex,28/30,93.0
-2017-04-28 20:23,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-04-28 20:23,os-odl_l2-fdio-noha,apex,19/36,53.0
-2017-04-28 20:23,os-odl_l3-fdio-noha,apex,24/30,80.0
-2017-04-28 20:23,os-odl_l3-nofeature-ha,apex,16/33,48.0
-2017-04-28 20:23,os-nosdn-kvm-ha,apex,20/33,61.0
-2017-04-28 20:23,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-04-28 20:23,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-04-28 20:23,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-04-28 20:23,os-odl_l2-fdio-ha,apex,26/36,72.0
-2017-04-28 20:23,os-nosdn-nofeature-ha,apex,20/33,61.0
-2017-04-28 20:23,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-04-28 20:23,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-28 20:23,os-onos-nofeature-ha,compass,29/33,88.0
-2017-04-28 20:23,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-04-28 20:23,os-nosdn-openo-ha,compass,30/30,100.0
-2017-04-28 20:23,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-04-28 20:23,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-04-28 20:23,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-28 20:23,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-28 20:23,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-28 20:23,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-28 20:23,os-odl_l2-bgpvpn-noha,fuel,40/42,95.0
-2017-04-28 20:23,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-04-28 20:23,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-04-28 20:23,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-04-28 20:23,os-odl_l3-nofeature-noha,fuel,33/36,92.0
-2017-04-28 20:23,os-odl_l2-nofeature-noha,fuel,34/39,87.0
-2017-04-28 20:23,os-odl_l2-bgpvpn-ha,fuel,37/42,88.0
-2017-04-28 20:23,os-odl_l2-sfc-ha,fuel,41/45,91.0
-2017-04-28 20:23,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-28 20:23,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-28 20:23,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-04-28 20:23,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-04-28 20:23,os-nosdn-nofeature-ha,fuel,37/39,95.0
-2017-04-28 20:23,os-nosdn-lxd-noha,joid,11/24,46.0
-2017-04-28 20:23,os-odl_l2-nofeature-ha,joid,8/36,22.0
-2017-04-28 20:23,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-04-28 20:23,os-nosdn-nofeature-ha,joid,29/33,88.0
-2017-04-28 20:23,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-04-29 01:45,os-nosdn-fdio-noha,apex,28/30,93.0
-2017-04-29 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-04-29 01:45,os-odl_l2-fdio-noha,apex,19/36,53.0
-2017-04-29 01:45,os-odl_l3-fdio-noha,apex,24/30,80.0
-2017-04-29 01:45,os-odl_l3-nofeature-ha,apex,16/33,48.0
-2017-04-29 01:45,os-nosdn-kvm-ha,apex,20/33,61.0
-2017-04-29 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-04-29 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-04-29 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-04-29 01:45,os-odl_l2-fdio-ha,apex,30/36,83.0
-2017-04-29 01:45,os-nosdn-nofeature-ha,apex,20/33,61.0
-2017-04-29 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-04-29 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-29 01:45,os-onos-nofeature-ha,compass,29/33,88.0
-2017-04-29 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-04-29 01:45,os-nosdn-openo-ha,compass,30/30,100.0
-2017-04-29 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-04-29 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-04-29 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-29 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-29 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-29 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-29 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-29 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-04-29 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-04-29 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-04-29 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-04-29 01:45,os-odl_l2-nofeature-noha,fuel,34/39,87.0
-2017-04-29 01:45,os-odl_l2-bgpvpn-ha,fuel,37/42,88.0
-2017-04-29 01:45,os-odl_l2-sfc-ha,fuel,41/45,91.0
-2017-04-29 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-29 01:45,os-odl_l2-bgpvpn-noha,fuel,40/42,95.0
-2017-04-29 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-04-29 01:45,os-odl_l3-nofeature-noha,fuel,33/36,92.0
-2017-04-29 01:45,os-nosdn-nofeature-ha,fuel,37/39,95.0
-2017-04-29 01:45,os-nosdn-lxd-noha,joid,11/24,46.0
-2017-04-29 01:45,os-odl_l2-nofeature-ha,joid,8/36,22.0
-2017-04-29 01:45,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-04-29 01:45,os-nosdn-nofeature-ha,joid,29/33,88.0
-2017-04-29 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-04-30 01:45,os-nosdn-fdio-noha,apex,28/30,93.0
-2017-04-30 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-04-30 01:45,os-odl_l2-fdio-noha,apex,19/36,53.0
-2017-04-30 01:45,os-odl_l3-fdio-noha,apex,24/30,80.0
-2017-04-30 01:45,os-odl_l3-nofeature-ha,apex,23/33,70.0
-2017-04-30 01:45,os-nosdn-kvm-ha,apex,20/33,61.0
-2017-04-30 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-04-30 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-04-30 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-04-30 01:45,os-odl_l2-fdio-ha,apex,30/36,83.0
-2017-04-30 01:45,os-nosdn-nofeature-ha,apex,20/33,61.0
-2017-04-30 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-04-30 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-04-30 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-04-30 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-04-30 01:45,os-nosdn-openo-ha,compass,30/30,100.0
-2017-04-30 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-04-30 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-04-30 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-04-30 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-04-30 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-04-30 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-04-30 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-04-30 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-04-30 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-04-30 01:45,os-nosdn-kvm-ha,fuel,38/39,97.0
-2017-04-30 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-04-30 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-04-30 01:45,os-odl_l2-bgpvpn-ha,fuel,37/42,88.0
-2017-04-30 01:45,os-odl_l2-sfc-ha,fuel,42/45,93.0
-2017-04-30 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-04-30 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-04-30 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-04-30 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-04-30 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-04-30 01:45,os-nosdn-lxd-noha,joid,12/24,50.0
-2017-04-30 01:45,os-nosdn-nofeature-noha,joid,33/33,100.0
-2017-04-30 01:45,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-04-30 01:45,os-nosdn-nofeature-ha,joid,21/33,64.0
-2017-04-30 01:45,os-odl_l2-nofeature-ha,joid,8/36,22.0
-2017-05-01 01:45,os-nosdn-fdio-noha,apex,28/30,93.0
-2017-05-01 01:45,os-odl-gluon-noha,apex,9/36,25.0
-2017-05-01 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-05-01 01:45,os-odl-bgpvpn-ha,apex,8/36,22.0
-2017-05-01 01:45,os-odl_l2-fdio-noha,apex,28/36,78.0
-2017-05-01 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-05-01 01:45,os-odl_l3-nofeature-ha,apex,23/33,70.0
-2017-05-01 01:45,os-nosdn-kvm-ha,apex,30/33,91.0
-2017-05-01 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-05-01 01:45,os-odl_l3-fdio-noha,apex,23/30,77.0
-2017-05-01 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-05-01 01:45,os-odl_l2-fdio-ha,apex,29/36,81.0
-2017-05-01 01:45,os-nosdn-nofeature-ha,apex,20/33,61.0
-2017-05-01 01:45,os-odl_l3-fdio-ha,apex,24/30,80.0
-2017-05-01 01:45,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-05-01 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-05-01 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-05-01 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-05-01 01:45,os-nosdn-openo-ha,compass,30/30,100.0
-2017-05-01 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-05-01 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-01 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-01 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-05-01 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-05-01 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-05-01 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-05-01 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-05-01 01:45,os-nosdn-kvm-ha,fuel,38/39,97.0
-2017-05-01 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-05-01 01:45,os-odl_l2-nofeature-noha,fuel,36/39,92.0
-2017-05-01 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-05-01 01:45,os-odl_l2-sfc-ha,fuel,44/45,98.0
-2017-05-01 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-05-01 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-05-01 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-05-01 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-05-01 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-01 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-05-01 01:45,os-nosdn-lxd-noha,joid,17/24,71.0
-2017-05-01 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-05-01 01:45,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-05-01 01:45,os-nosdn-nofeature-ha,joid,17/33,52.0
-2017-05-01 01:45,os-nosdn-nofeature-noha,joid,33/33,100.0
-2017-05-02 01:45,os-nosdn-fdio-noha,apex,28/30,93.0
-2017-05-02 01:45,os-odl-gluon-noha,apex,18/36,50.0
-2017-05-02 01:45,os-ovn-nofeature-noha,apex,9/33,27.0
-2017-05-02 01:45,os-odl-bgpvpn-ha,apex,16/36,44.0
-2017-05-02 01:45,os-odl_l2-fdio-noha,apex,28/36,78.0
-2017-05-02 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-05-02 01:45,os-odl_l3-nofeature-ha,apex,23/33,70.0
-2017-05-02 01:45,os-nosdn-kvm-ha,apex,30/33,91.0
-2017-05-02 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-05-02 01:45,os-odl_l3-fdio-noha,apex,23/30,77.0
-2017-05-02 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-05-02 01:45,os-odl_l2-fdio-ha,apex,29/36,81.0
-2017-05-02 01:45,os-nosdn-nofeature-ha,apex,30/33,91.0
-2017-05-02 01:45,os-odl_l3-fdio-ha,apex,24/30,80.0
-2017-05-02 01:45,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-05-02 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-05-02 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-05-02 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-05-02 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-05-02 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-05-02 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-02 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-05-02 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-02 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-05-02 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-05-02 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-05-02 01:45,os-odl_l2-sfc-noha,fuel,38/42,90.0
-2017-05-02 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-05-02 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-05-02 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-05-02 01:45,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-05-02 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-05-02 01:45,os-odl_l2-sfc-ha,fuel,44/45,98.0
-2017-05-02 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-05-02 01:45,os-odl_l2-bgpvpn-noha,fuel,42/42,100.0
-2017-05-02 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-05-02 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-02 01:45,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-05-02 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-05-02 01:45,os-nosdn-nofeature-noha,joid,33/33,100.0
-2017-05-02 01:45,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-05-02 01:45,os-nosdn-nofeature-ha,joid,18/33,55.0
-2017-05-02 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-05-03 01:45,os-nosdn-fdio-noha,apex,28/30,93.0
-2017-05-03 01:45,os-odl-gluon-noha,apex,18/36,50.0
-2017-05-03 01:45,os-ovn-nofeature-noha,apex,9/33,27.0
-2017-05-03 01:45,os-odl-bgpvpn-ha,apex,16/36,44.0
-2017-05-03 01:45,os-odl_l2-fdio-noha,apex,29/36,81.0
-2017-05-03 01:45,os-odl_l3-ovs-ha,apex,6/33,18.0
-2017-05-03 01:45,os-odl_l3-nofeature-ha,apex,23/33,70.0
-2017-05-03 01:45,os-nosdn-kvm-ha,apex,30/33,91.0
-2017-05-03 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-05-03 01:45,os-odl_l3-fdio-noha,apex,23/30,77.0
-2017-05-03 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-05-03 01:45,os-odl_l2-fdio-ha,apex,30/36,83.0
-2017-05-03 01:45,os-nosdn-nofeature-ha,apex,30/33,91.0
-2017-05-03 01:45,os-odl_l3-fdio-ha,apex,24/30,80.0
-2017-05-03 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-05-03 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-05-03 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-05-03 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-05-03 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-05-03 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-05-03 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-03 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-05-03 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-03 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-05-03 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-05-03 01:45,os-odl_l2-sfc-noha,fuel,39/42,93.0
-2017-05-03 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-05-03 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-05-03 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-05-03 01:45,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-05-03 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-05-03 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-05-03 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-05-03 01:45,os-odl_l2-bgpvpn-noha,fuel,42/42,100.0
-2017-05-03 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-05-03 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-03 01:45,os-nosdn-nofeature-ha,fuel,37/39,95.0
-2017-05-03 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-05-03 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-05-03 01:45,os-nosdn-nofeature-noha,joid,33/33,100.0
-2017-05-03 01:45,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-05-03 01:45,os-nosdn-nofeature-ha,joid,22/33,67.0
-2017-05-03 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-05-04 01:45,os-nosdn-fdio-noha,apex,28/30,93.0
-2017-05-04 01:45,os-odl-gluon-noha,apex,18/36,50.0
-2017-05-04 01:45,os-ovn-nofeature-noha,apex,9/33,27.0
-2017-05-04 01:45,os-odl-bgpvpn-ha,apex,16/36,44.0
-2017-05-04 01:45,os-odl_l2-fdio-noha,apex,29/36,81.0
-2017-05-04 01:45,os-odl_l3-ovs-ha,apex,6/33,18.0
-2017-05-04 01:45,os-odl_l3-nofeature-ha,apex,23/33,70.0
-2017-05-04 01:45,os-nosdn-kvm-ha,apex,30/33,91.0
-2017-05-04 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-05-04 01:45,os-odl_l3-fdio-noha,apex,23/30,77.0
-2017-05-04 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-05-04 01:45,os-odl_l2-fdio-ha,apex,30/36,83.0
-2017-05-04 01:45,os-nosdn-nofeature-ha,apex,30/33,91.0
-2017-05-04 01:45,os-odl_l3-fdio-ha,apex,24/30,80.0
-2017-05-04 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-05-04 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-05-04 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-05-04 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-05-04 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-05-04 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-05-04 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-04 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,6/42,14.0
-2017-05-04 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-05-04 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-05-04 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-05-04 01:45,os-odl_l2-sfc-noha,fuel,39/42,93.0
-2017-05-04 01:45,os-odl_l3-nofeature-ha,fuel,38/39,97.0
-2017-05-04 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-05-04 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-05-04 01:45,os-odl_l2-nofeature-noha,fuel,37/39,95.0
-2017-05-04 01:45,os-odl_l2-bgpvpn-ha,fuel,40/42,95.0
-2017-05-04 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-05-04 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,38/39,97.0
-2017-05-04 01:45,os-odl_l2-bgpvpn-noha,fuel,42/42,100.0
-2017-05-04 01:45,os-odl_l2-nofeature-ha,fuel,40/42,95.0
-2017-05-04 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-04 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-04 01:45,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-05-04 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-05-04 01:45,os-nosdn-nofeature-noha,joid,33/33,100.0
-2017-05-04 01:45,os-nosdn-lxd-ha,joid,18/24,75.0
-2017-05-04 01:45,os-nosdn-nofeature-ha,joid,29/33,88.0
-2017-05-04 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-05-05 01:45,os-nosdn-fdio-noha,apex,28/30,93.0
-2017-05-05 01:45,os-odl-gluon-noha,apex,18/36,50.0
-2017-05-05 01:45,os-ovn-nofeature-noha,apex,9/33,27.0
-2017-05-05 01:45,os-odl-bgpvpn-ha,apex,16/36,44.0
-2017-05-05 01:45,os-odl_l2-fdio-noha,apex,28/36,78.0
-2017-05-05 01:45,os-odl_l3-ovs-ha,apex,6/33,18.0
-2017-05-05 01:45,os-odl_l3-nofeature-ha,apex,23/33,70.0
-2017-05-05 01:45,os-nosdn-kvm-ha,apex,30/33,91.0
-2017-05-05 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-05-05 01:45,os-odl_l3-fdio-noha,apex,23/30,77.0
-2017-05-05 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-05-05 01:45,os-odl_l2-fdio-ha,apex,29/36,81.0
-2017-05-05 01:45,os-nosdn-nofeature-ha,apex,30/33,91.0
-2017-05-05 01:45,os-odl_l3-fdio-ha,apex,23/30,77.0
-2017-05-05 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-05-05 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-05-05 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-05-05 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-05-05 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-05-05 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-05-05 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-05 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,12/42,29.0
-2017-05-05 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-05 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-05-05 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-05-05 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,6/39,15.0
-2017-05-05 01:45,os-odl_l2-sfc-noha,fuel,40/42,95.0
-2017-05-05 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-05-05 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-05-05 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-05 01:45,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-05-05 01:45,os-odl_l2-bgpvpn-ha,fuel,39/42,93.0
-2017-05-05 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-05-05 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,38/39,97.0
-2017-05-05 01:45,os-odl_l2-bgpvpn-noha,fuel,42/42,100.0
-2017-05-05 01:45,os-odl_l2-nofeature-ha,fuel,40/42,95.0
-2017-05-05 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-05-05 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-05-05 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-05-05 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-05-05 01:45,os-nosdn-lxd-ha,joid,17/24,71.0
-2017-05-05 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-05-05 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-05-06 01:45,os-nosdn-fdio-noha,apex,28/30,93.0
-2017-05-06 01:45,os-odl-gluon-noha,apex,23/36,64.0
-2017-05-06 01:45,os-odl_l2-fdio-noha,apex,28/36,78.0
-2017-05-06 01:45,os-odl-bgpvpn-ha,apex,24/36,67.0
-2017-05-06 01:45,os-ovn-nofeature-noha,apex,9/33,27.0
-2017-05-06 01:45,os-odl_l3-ovs-ha,apex,6/33,18.0
-2017-05-06 01:45,os-odl_l3-nofeature-ha,apex,23/33,70.0
-2017-05-06 01:45,os-nosdn-kvm-ha,apex,30/33,91.0
-2017-05-06 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-05-06 01:45,os-odl_l3-fdio-noha,apex,23/30,77.0
-2017-05-06 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-05-06 01:45,os-odl_l2-fdio-ha,apex,29/36,81.0
-2017-05-06 01:45,os-nosdn-nofeature-ha,apex,30/33,91.0
-2017-05-06 01:45,os-odl_l3-fdio-ha,apex,23/30,77.0
-2017-05-06 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-05-06 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-05-06 01:45,os-onos-nofeature-ha,compass,26/33,79.0
-2017-05-06 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-05-06 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-05-06 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-05-06 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-06 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,18/42,43.0
-2017-05-06 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-06 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-05-06 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-05-06 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,17/39,44.0
-2017-05-06 01:45,os-odl_l2-bgpvpn-noha,fuel,42/42,100.0
-2017-05-06 01:45,os-odl_l2-sfc-noha,fuel,40/42,95.0
-2017-05-06 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-05-06 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-05-06 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-06 01:45,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-05-06 01:45,os-odl_l2-bgpvpn-ha,fuel,39/42,93.0
-2017-05-06 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-05-06 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,38/39,97.0
-2017-05-06 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-05-06 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-05-06 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-05-06 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-05-06 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-05-06 01:45,os-nosdn-lxd-ha,joid,17/24,71.0
-2017-05-06 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-05-06 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-05-07 01:45,os-odl-gluon-noha,apex,28/36,78.0
-2017-05-07 01:45,os-ovn-nofeature-noha,apex,9/33,27.0
-2017-05-07 01:45,os-odl-bgpvpn-ha,apex,24/36,67.0
-2017-05-07 01:45,os-odl_l2-fdio-noha,apex,28/36,78.0
-2017-05-07 01:45,os-odl_l3-ovs-ha,apex,6/33,18.0
-2017-05-07 01:45,os-odl_l3-nofeature-ha,apex,23/33,70.0
-2017-05-07 01:45,os-nosdn-kvm-ha,apex,30/33,91.0
-2017-05-07 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-05-07 01:45,os-odl_l3-fdio-noha,apex,23/30,77.0
-2017-05-07 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-05-07 01:45,os-odl_l2-fdio-ha,apex,29/36,81.0
-2017-05-07 01:45,os-nosdn-nofeature-ha,apex,30/33,91.0
-2017-05-07 01:45,os-odl_l3-fdio-ha,apex,22/30,73.0
-2017-05-07 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-05-07 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-05-07 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-05-07 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-05-07 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-05-07 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-05-07 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-07 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,30/42,71.0
-2017-05-07 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-07 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-05-07 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-05-07 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,28/39,72.0
-2017-05-07 01:45,os-odl_l2-sfc-noha,fuel,40/42,95.0
-2017-05-07 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-05-07 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-05-07 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-07 01:45,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-05-07 01:45,os-odl_l2-bgpvpn-ha,fuel,39/42,93.0
-2017-05-07 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-05-07 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-05-07 01:45,os-odl_l2-bgpvpn-noha,fuel,42/42,100.0
-2017-05-07 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-05-07 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-05-07 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-05-07 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-05-07 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-05-07 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-05-07 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-05-07 01:45,os-nosdn-lxd-ha,joid,17/24,71.0
-2017-05-08 01:45,os-odl-gluon-noha,apex,28/36,78.0
-2017-05-08 01:45,os-ovn-nofeature-noha,apex,9/33,27.0
-2017-05-08 01:45,os-odl_l2-fdio-noha,apex,28/36,78.0
-2017-05-08 01:45,os-odl_l3-ovs-ha,apex,6/33,18.0
-2017-05-08 01:45,os-odl_l3-nofeature-ha,apex,23/33,70.0
-2017-05-08 01:45,os-odl_l3-fdio-noha,apex,23/30,77.0
-2017-05-08 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-05-08 01:45,os-nosdn-kvm-ha,apex,30/33,91.0
-2017-05-08 01:45,os-odl-bgpvpn-ha,apex,24/36,67.0
-2017-05-08 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-05-08 01:45,os-odl_l2-fdio-ha,apex,29/36,81.0
-2017-05-08 01:45,os-nosdn-nofeature-ha,apex,30/33,91.0
-2017-05-08 01:45,os-odl_l3-fdio-ha,apex,22/30,73.0
-2017-05-08 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-05-08 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-05-08 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-05-08 01:45,os-odl_l2-nofeature-ha,compass,26/33,79.0
-2017-05-08 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-05-08 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-05-08 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-08 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-08 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-05-08 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-05-08 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,28/39,72.0
-2017-05-08 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-05-08 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-05-08 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-05-08 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-05-08 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-08 01:45,os-odl_l2-nofeature-noha,fuel,39/39,100.0
-2017-05-08 01:45,os-odl_l2-bgpvpn-ha,fuel,39/42,93.0
-2017-05-08 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,30/42,71.0
-2017-05-08 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-05-08 01:45,os-odl_l2-bgpvpn-noha,fuel,42/42,100.0
-2017-05-08 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-05-08 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-05-08 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-05-08 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-05-08 01:45,os-nosdn-nofeature-noha,joid,32/33,97.0
-2017-05-08 01:45,os-nosdn-lxd-ha,joid,17/24,71.0
-2017-05-08 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-05-08 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-05-09 01:45,os-odl-gluon-noha,apex,28/36,78.0
-2017-05-09 01:45,os-odl_l2-fdio-noha,apex,28/36,78.0
-2017-05-09 01:45,os-ovn-nofeature-noha,apex,9/33,27.0
-2017-05-09 01:45,os-odl_l3-fdio-noha,apex,23/30,77.0
-2017-05-09 01:45,os-odl_l3-nofeature-ha,apex,23/33,70.0
-2017-05-09 01:45,os-odl_l2-fdio-ha,apex,29/36,81.0
-2017-05-09 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-05-09 01:45,os-odl-bgpvpn-ha,apex,24/36,67.0
-2017-05-09 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-05-09 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-05-09 01:45,os-nosdn-kvm-ha,apex,30/33,91.0
-2017-05-09 01:45,os-nosdn-nofeature-ha,apex,30/33,91.0
-2017-05-09 01:45,os-odl_l3-fdio-ha,apex,22/30,73.0
-2017-05-09 01:45,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-05-09 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-05-09 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-05-09 01:45,os-odl_l2-nofeature-ha,compass,27/33,82.0
-2017-05-09 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-05-09 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-05-09 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-09 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,30/42,71.0
-2017-05-09 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-09 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-05-09 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,28/39,72.0
-2017-05-09 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-05-09 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-05-09 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-05-09 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-05-09 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-05-09 01:45,os-odl_l2-nofeature-noha,fuel,39/39,100.0
-2017-05-09 01:45,os-odl_l2-bgpvpn-ha,fuel,40/42,95.0
-2017-05-09 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-05-09 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-05-09 01:45,os-odl_l2-bgpvpn-noha,fuel,42/42,100.0
-2017-05-09 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-05-09 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-09 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-05-09 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-05-09 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-05-09 01:45,os-nosdn-lxd-ha,joid,17/24,71.0
-2017-05-09 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-05-09 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-05-10 01:45,os-odl-gluon-noha,apex,28/36,78.0
-2017-05-10 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-05-10 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-05-10 01:45,os-odl_l2-fdio-noha,apex,28/36,78.0
-2017-05-10 01:45,os-odl_l3-fdio-noha,apex,18/30,60.0
-2017-05-10 01:45,os-odl-bgpvpn-ha,apex,24/36,67.0
-2017-05-10 01:45,os-nosdn-kvm-ha,apex,30/33,91.0
-2017-05-10 01:45,os-odl_l3-fdio-ha,apex,22/30,73.0
-2017-05-10 01:45,os-odl_l3-nofeature-ha,apex,16/33,48.0
-2017-05-10 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-05-10 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-05-10 01:45,os-odl_l2-fdio-ha,apex,27/36,75.0
-2017-05-10 01:45,os-nosdn-nofeature-ha,apex,30/33,91.0
-2017-05-10 01:45,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-05-10 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-05-10 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-05-10 01:45,os-odl_l2-nofeature-ha,compass,27/33,82.0
-2017-05-10 01:45,os-nosdn-openo-ha,compass,29/30,97.0
-2017-05-10 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-05-10 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-10 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-05-10 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-05-10 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-05-10 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-10 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,28/39,72.0
-2017-05-10 01:45,os-odl_l2-sfc-noha,fuel,37/42,88.0
-2017-05-10 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-05-10 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-05-10 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-10 01:45,os-odl_l2-nofeature-noha,fuel,39/39,100.0
-2017-05-10 01:45,os-odl_l2-bgpvpn-ha,fuel,40/42,95.0
-2017-05-10 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-05-10 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-05-10 01:45,os-odl_l2-bgpvpn-noha,fuel,42/42,100.0
-2017-05-10 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-05-10 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-05-10 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-05-10 01:45,os-nosdn-lxd-noha,joid,18/24,75.0
-2017-05-10 01:45,os-nosdn-nofeature-noha,joid,21/33,64.0
-2017-05-10 01:45,os-nosdn-lxd-ha,joid,13/24,54.0
-2017-05-10 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-05-10 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-05-11 01:45,os-odl-gluon-noha,apex,19/36,53.0
-2017-05-11 01:45,os-odl_l2-fdio-noha,apex,21/36,58.0
-2017-05-11 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-05-11 01:45,os-odl_l3-fdio-noha,apex,10/30,33.0
-2017-05-11 01:45,os-odl-bgpvpn-ha,apex,16/36,44.0
-2017-05-11 01:45,os-odl_l2-fdio-ha,apex,20/36,56.0
-2017-05-11 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-05-11 01:45,os-odl_l3-nofeature-ha,apex,16/33,48.0
-2017-05-11 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-05-11 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-05-11 01:45,os-nosdn-kvm-ha,apex,20/33,61.0
-2017-05-11 01:45,os-nosdn-nofeature-ha,apex,30/33,91.0
-2017-05-11 01:45,os-odl_l3-fdio-ha,apex,15/30,50.0
-2017-05-11 01:45,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-05-11 01:45,os-ocl-nofeature-ha,compass,2/30,7.0
-2017-05-11 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-05-11 01:45,os-odl_l2-nofeature-ha,compass,27/33,82.0
-2017-05-11 01:45,os-nosdn-openo-ha,compass,20/30,67.0
-2017-05-11 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-05-11 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-11 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-11 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-05-11 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-05-11 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-05-11 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,28/39,72.0
-2017-05-11 01:45,os-odl_l2-sfc-noha,fuel,37/42,88.0
-2017-05-11 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-05-11 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-05-11 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-11 01:45,os-odl_l2-nofeature-noha,fuel,39/39,100.0
-2017-05-11 01:45,os-odl_l2-bgpvpn-ha,fuel,40/42,95.0
-2017-05-11 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-05-11 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-05-11 01:45,os-odl_l2-bgpvpn-noha,fuel,42/42,100.0
-2017-05-11 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-05-11 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-05-11 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-05-11 01:45,os-nosdn-lxd-noha,joid,12/24,50.0
-2017-05-11 01:45,os-odl_l2-nofeature-ha,joid,9/36,25.0
-2017-05-11 01:45,os-nosdn-nofeature-noha,joid,10/33,30.0
-2017-05-11 01:45,os-nosdn-nofeature-ha,joid,32/33,97.0
-2017-05-11 01:45,os-nosdn-lxd-ha,joid,12/24,50.0
-2017-05-12 01:45,os-odl-gluon-noha,apex,19/36,53.0
-2017-05-12 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-05-12 01:45,os-odl_l2-fdio-noha,apex,21/36,58.0
-2017-05-12 01:45,os-odl_l3-fdio-noha,apex,2/30,7.0
-2017-05-12 01:45,os-odl-bgpvpn-ha,apex,16/36,44.0
-2017-05-12 01:45,os-nosdn-kvm-ha,apex,20/33,61.0
-2017-05-12 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-05-12 01:45,os-odl_l3-nofeature-ha,apex,16/33,48.0
-2017-05-12 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-05-12 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-05-12 01:45,os-odl_l2-fdio-ha,apex,20/36,56.0
-2017-05-12 01:45,os-nosdn-nofeature-ha,apex,20/33,61.0
-2017-05-12 01:45,os-odl_l3-fdio-ha,apex,15/30,50.0
-2017-05-12 01:45,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-05-12 01:45,os-ocl-nofeature-ha,compass,2/30,7.0
-2017-05-12 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-05-12 01:45,os-odl_l2-nofeature-ha,compass,27/33,82.0
-2017-05-12 01:45,os-nosdn-openo-ha,compass,20/30,67.0
-2017-05-12 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-05-12 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-12 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-12 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-05-12 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-05-12 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,28/39,72.0
-2017-05-12 01:45,os-odl_l2-sfc-noha,fuel,37/42,88.0
-2017-05-12 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-05-12 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-05-12 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-05-12 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-12 01:45,os-odl_l2-nofeature-noha,fuel,39/39,100.0
-2017-05-12 01:45,os-odl_l2-bgpvpn-ha,fuel,40/42,95.0
-2017-05-12 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-05-12 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-05-12 01:45,os-odl_l2-bgpvpn-noha,fuel,42/42,100.0
-2017-05-12 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-05-12 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-05-12 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-05-12 01:45,os-nosdn-lxd-noha,joid,12/24,50.0
-2017-05-12 01:45,os-odl_l2-nofeature-ha,joid,6/36,17.0
-2017-05-12 01:45,os-nosdn-nofeature-noha,joid,10/33,30.0
-2017-05-12 01:45,os-nosdn-nofeature-ha,joid,22/33,67.0
-2017-05-12 01:45,os-nosdn-lxd-ha,joid,7/24,29.0
-2017-05-13 01:45,os-odl-gluon-noha,apex,19/36,53.0
-2017-05-13 01:45,os-ovn-nofeature-noha,apex,3/33,9.0
-2017-05-13 01:45,os-odl_l2-fdio-noha,apex,19/36,53.0
-2017-05-13 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-05-13 01:45,os-odl-bgpvpn-ha,apex,16/36,44.0
-2017-05-13 01:45,os-odl_l2-fdio-ha,apex,20/36,56.0
-2017-05-13 01:45,os-odl_l3-fdio-ha,apex,15/30,50.0
-2017-05-13 01:45,os-odl_l3-nofeature-ha,apex,16/33,48.0
-2017-05-13 01:45,os-odl_l3-ovs-ha,apex,2/33,6.0
-2017-05-13 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-05-13 01:45,os-nosdn-kvm-ha,apex,20/33,61.0
-2017-05-13 01:45,os-nosdn-nofeature-ha,apex,20/33,61.0
-2017-05-13 01:45,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-05-13 01:45,os-ocl-nofeature-ha,compass,2/30,7.0
-2017-05-13 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-05-13 01:45,os-odl_l2-nofeature-ha,compass,27/33,82.0
-2017-05-13 01:45,os-nosdn-openo-ha,compass,10/30,33.0
-2017-05-13 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-05-13 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-13 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-05-13 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-05-13 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-13 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,28/39,72.0
-2017-05-13 01:45,os-odl_l2-sfc-noha,fuel,37/42,88.0
-2017-05-13 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-05-13 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-05-13 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-05-13 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-13 01:45,os-odl_l2-nofeature-noha,fuel,39/39,100.0
-2017-05-13 01:45,os-odl_l2-bgpvpn-ha,fuel,40/42,95.0
-2017-05-13 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-05-13 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-05-13 01:45,os-odl_l2-bgpvpn-noha,fuel,42/42,100.0
-2017-05-13 01:45,os-nosdn-ovs-ha,fuel,26/39,67.0
-2017-05-13 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-05-13 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-05-13 01:45,os-nosdn-lxd-noha,joid,6/24,25.0
-2017-05-13 01:45,os-odl_l2-nofeature-ha,joid,6/36,17.0
-2017-05-13 01:45,os-nosdn-lxd-ha,joid,1/24,4.0
-2017-05-13 01:45,os-nosdn-nofeature-ha,joid,21/33,64.0
-2017-05-13 01:45,os-nosdn-nofeature-noha,joid,10/33,30.0
-2017-05-14 01:45,os-odl-gluon-noha,apex,10/36,28.0
-2017-05-14 01:45,os-ovn-nofeature-noha,apex,3/33,9.0
-2017-05-14 01:45,os-odl_l2-fdio-noha,apex,19/36,53.0
-2017-05-14 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-05-14 01:45,os-odl_l3-nofeature-ha,apex,16/33,48.0
-2017-05-14 01:45,os-nosdn-kvm-ha,apex,20/33,61.0
-2017-05-14 01:45,os-odl_l3-fdio-ha,apex,9/30,30.0
-2017-05-14 01:45,os-odl-bgpvpn-ha,apex,8/36,22.0
-2017-05-14 01:45,os-odl_l3-ovs-ha,apex,2/33,6.0
-2017-05-14 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-05-14 01:45,os-odl_l2-fdio-ha,apex,20/36,56.0
-2017-05-14 01:45,os-nosdn-nofeature-ha,apex,20/33,61.0
-2017-05-14 01:45,os-ocl-nofeature-ha,compass,2/30,7.0
-2017-05-14 01:45,os-odl_l2-nofeature-ha,compass,27/33,82.0
-2017-05-14 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-05-14 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-05-14 01:45,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-05-14 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-14 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-14 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-05-14 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-05-14 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,26/39,67.0
-2017-05-14 01:45,os-odl_l2-sfc-noha,fuel,37/42,88.0
-2017-05-14 01:45,os-odl_l3-nofeature-ha,fuel,35/39,90.0
-2017-05-14 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-05-14 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-05-14 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-14 01:45,os-odl_l2-nofeature-noha,fuel,39/39,100.0
-2017-05-14 01:45,os-odl_l2-bgpvpn-ha,fuel,33/42,79.0
-2017-05-14 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-05-14 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-05-14 01:45,os-odl_l2-bgpvpn-noha,fuel,42/42,100.0
-2017-05-14 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-05-14 01:45,os-nosdn-ovs-ha,fuel,26/39,67.0
-2017-05-14 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-05-14 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-05-14 01:45,os-nosdn-lxd-ha,joid,1/24,4.0
-2017-05-14 01:45,os-nosdn-nofeature-ha,joid,10/33,30.0
-2017-05-14 01:45,os-nosdn-nofeature-noha,joid,10/33,30.0
-2017-05-15 01:45,os-odl-gluon-noha,apex,10/36,28.0
-2017-05-15 01:45,os-ovn-nofeature-noha,apex,3/33,9.0
-2017-05-15 01:45,os-odl_l2-fdio-noha,apex,10/36,28.0
-2017-05-15 01:45,os-nosdn-fdio-ha,apex,2/30,7.0
-2017-05-15 01:45,os-odl-bgpvpn-ha,apex,8/36,22.0
-2017-05-15 01:45,os-odl_l2-fdio-ha,apex,11/36,31.0
-2017-05-15 01:45,os-odl_l3-fdio-ha,apex,7/30,23.0
-2017-05-15 01:45,os-odl_l3-nofeature-ha,apex,16/33,48.0
-2017-05-15 01:45,os-odl_l3-ovs-ha,apex,2/33,6.0
-2017-05-15 01:45,os-nosdn-ovs-ha,apex,2/33,6.0
-2017-05-15 01:45,os-nosdn-kvm-ha,apex,10/33,30.0
-2017-05-15 01:45,os-nosdn-nofeature-ha,apex,20/33,61.0
-2017-05-15 01:45,os-ocl-nofeature-ha,compass,1/30,3.0
-2017-05-15 01:45,os-odl_l2-nofeature-ha,compass,27/33,82.0
-2017-05-15 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-05-15 01:45,os-odl_l3-nofeature-ha,compass,19/30,63.0
-2017-05-15 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-05-15 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-15 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-15 01:45,os-nosdn-ovs-ha,fuel,26/39,67.0
-2017-05-15 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-05-15 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,26/39,67.0
-2017-05-15 01:45,os-odl_l3-nofeature-ha,fuel,24/39,62.0
-2017-05-15 01:45,os-odl_l2-sfc-noha,fuel,37/42,88.0
-2017-05-15 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-05-15 01:45,os-nosdn-kvm-ha,fuel,26/39,67.0
-2017-05-15 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-15 01:45,os-odl_l2-nofeature-noha,fuel,39/39,100.0
-2017-05-15 01:45,os-odl_l2-bgpvpn-ha,fuel,28/42,67.0
-2017-05-15 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-05-15 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-05-15 01:45,os-odl_l2-bgpvpn-noha,fuel,42/42,100.0
-2017-05-15 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,34/42,81.0
-2017-05-15 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-05-15 01:45,os-nosdn-nofeature-ha,fuel,26/39,67.0
-2017-05-16 01:45,os-ovn-nofeature-noha,apex,3/33,9.0
-2017-05-16 01:45,os-odl_l2-fdio-noha,apex,10/36,28.0
-2017-05-16 01:45,os-nosdn-fdio-ha,apex,2/30,7.0
-2017-05-16 01:45,os-odl_l3-nofeature-ha,apex,8/33,24.0
-2017-05-16 01:45,os-nosdn-kvm-ha,apex,10/33,30.0
-2017-05-16 01:45,os-odl_l3-fdio-ha,apex,7/30,23.0
-2017-05-16 01:45,os-odl_l3-ovs-ha,apex,2/33,6.0
-2017-05-16 01:45,os-nosdn-ovs-ha,apex,2/33,6.0
-2017-05-16 01:45,os-odl_l2-fdio-ha,apex,11/36,31.0
-2017-05-16 01:45,os-nosdn-nofeature-ha,apex,10/33,30.0
-2017-05-16 01:45,os-odl_l2-nofeature-ha,compass,18/33,55.0
-2017-05-16 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-05-16 01:45,os-nosdn-nofeature-ha,compass,20/30,67.0
-2017-05-16 01:45,os-odl_l3-nofeature-ha,compass,19/30,63.0
-2017-05-16 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-16 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,28/42,67.0
-2017-05-16 01:45,os-nosdn-ovs-ha,fuel,13/39,33.0
-2017-05-16 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-05-16 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,24/36,67.0
-2017-05-16 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,26/39,67.0
-2017-05-16 01:45,os-odl_l2-sfc-noha,fuel,32/42,76.0
-2017-05-16 01:45,os-odl_l3-nofeature-ha,fuel,24/39,62.0
-2017-05-16 01:45,os-nosdn-kvm-ha,fuel,26/39,67.0
-2017-05-16 01:45,os-nosdn-nofeature-noha,fuel,24/36,67.0
-2017-05-16 01:45,os-odl_l2-nofeature-noha,fuel,26/39,67.0
-2017-05-16 01:45,os-odl_l2-bgpvpn-ha,fuel,27/42,64.0
-2017-05-16 01:45,os-odl_l2-sfc-ha,fuel,30/45,67.0
-2017-05-16 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,26/39,67.0
-2017-05-16 01:45,os-odl_l2-bgpvpn-noha,fuel,42/42,100.0
-2017-05-16 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-05-16 01:45,os-odl_l3-nofeature-noha,fuel,24/36,67.0
-2017-05-16 01:45,os-nosdn-nofeature-ha,fuel,26/39,67.0
-2017-05-17 01:45,os-odl_l3-nofeature-ha,apex,8/33,24.0
-2017-05-17 01:45,os-odl_l2-nofeature-ha,compass,15/33,45.0
-2017-05-17 01:45,os-onos-nofeature-ha,compass,18/33,55.0
-2017-05-17 01:45,os-odl_l3-nofeature-ha,compass,18/30,60.0
-2017-05-17 01:45,os-nosdn-nofeature-ha,compass,20/30,67.0
-2017-05-17 01:45,os-nosdn-kvm-noha,fuel,24/36,67.0
-2017-05-17 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,28/42,67.0
-2017-05-17 01:45,os-nosdn-ovs-ha,fuel,13/39,33.0
-2017-05-17 01:45,os-nosdn-ovs-noha,fuel,24/36,67.0
-2017-05-17 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,24/36,67.0
-2017-05-17 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,13/39,33.0
-2017-05-17 01:45,os-odl_l2-sfc-noha,fuel,32/42,76.0
-2017-05-17 01:45,os-odl_l3-nofeature-ha,fuel,24/39,62.0
-2017-05-17 01:45,os-nosdn-kvm-ha,fuel,26/39,67.0
-2017-05-17 01:45,os-nosdn-nofeature-noha,fuel,24/36,67.0
-2017-05-17 01:45,os-odl_l2-nofeature-noha,fuel,26/39,67.0
-2017-05-17 01:45,os-odl_l2-bgpvpn-ha,fuel,27/42,64.0
-2017-05-17 01:45,os-odl_l3-nofeature-noha,fuel,24/36,67.0
-2017-05-17 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,26/39,67.0
-2017-05-17 01:45,os-odl_l2-bgpvpn-noha,fuel,28/42,67.0
-2017-05-17 01:45,os-odl_l2-sfc-ha,fuel,30/45,67.0
-2017-05-17 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-05-17 01:45,os-nosdn-nofeature-ha,fuel,26/39,67.0
-2017-05-18 01:45,os-odl_l2-nofeature-ha,compass,18/33,55.0
-2017-05-18 01:45,os-onos-nofeature-ha,compass,18/33,55.0
-2017-05-18 01:45,os-odl_l3-nofeature-ha,compass,16/30,53.0
-2017-05-18 01:45,os-nosdn-kvm-noha,fuel,24/36,67.0
-2017-05-18 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,24/36,67.0
-2017-05-18 01:45,os-odl_l2-sfc-ha,fuel,30/45,67.0
-2017-05-18 01:45,os-nosdn-ovs-ha,fuel,13/39,33.0
-2017-05-18 01:45,os-nosdn-ovs-noha,fuel,24/36,67.0
-2017-05-18 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,26/39,67.0
-2017-05-18 01:45,os-odl_l2-sfc-noha,fuel,27/42,64.0
-2017-05-18 01:45,os-odl_l3-nofeature-ha,fuel,11/39,28.0
-2017-05-18 01:45,os-nosdn-kvm-ha,fuel,13/39,33.0
-2017-05-18 01:45,os-nosdn-nofeature-noha,fuel,24/36,67.0
-2017-05-18 01:45,os-odl_l2-nofeature-noha,fuel,26/39,67.0
-2017-05-18 01:45,os-odl_l2-bgpvpn-ha,fuel,14/42,33.0
-2017-05-18 01:45,os-odl_l3-nofeature-noha,fuel,24/36,67.0
-2017-05-18 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,26/39,67.0
-2017-05-18 01:45,os-odl_l2-bgpvpn-noha,fuel,28/42,67.0
-2017-05-18 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,28/42,67.0
-2017-05-18 01:45,os-odl_l2-nofeature-ha,fuel,28/42,67.0
-2017-05-18 01:45,os-nosdn-nofeature-ha,fuel,13/39,33.0
-2017-05-19 01:45,os-odl_l2-nofeature-ha,compass,16/33,48.0
-2017-05-19 01:45,os-onos-nofeature-ha,compass,18/33,55.0
-2017-05-19 01:45,os-nosdn-nofeature-ha,compass,10/30,33.0
-2017-05-19 01:45,os-odl_l3-nofeature-ha,compass,17/30,57.0
-2017-05-19 01:45,os-nosdn-kvm-noha,fuel,24/36,67.0
-2017-05-19 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,28/42,67.0
-2017-05-19 01:45,os-nosdn-ovs-ha,fuel,13/39,33.0
-2017-05-19 01:45,os-nosdn-ovs-noha,fuel,13/36,36.0
-2017-05-19 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,24/36,67.0
-2017-05-19 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,13/39,33.0
-2017-05-19 01:45,os-odl_l2-sfc-noha,fuel,27/42,64.0
-2017-05-19 01:45,os-odl_l3-nofeature-ha,fuel,14/39,36.0
-2017-05-19 01:45,os-nosdn-kvm-ha,fuel,13/39,33.0
-2017-05-19 01:45,os-nosdn-nofeature-noha,fuel,24/36,67.0
-2017-05-19 01:45,os-odl_l2-nofeature-noha,fuel,26/39,67.0
-2017-05-19 01:45,os-odl_l2-bgpvpn-ha,fuel,12/42,29.0
-2017-05-19 01:45,os-odl_l2-sfc-ha,fuel,30/45,67.0
-2017-05-19 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,26/39,67.0
-2017-05-19 01:45,os-odl_l2-bgpvpn-noha,fuel,27/42,64.0
-2017-05-19 01:45,os-odl_l2-nofeature-ha,fuel,28/42,67.0
-2017-05-19 01:45,os-odl_l3-nofeature-noha,fuel,24/36,67.0
-2017-05-19 01:45,os-nosdn-lxd-noha,joid,6/24,25.0
-2017-05-20 01:45,os-ocl-nofeature-ha,compass,1/30,3.0
-2017-05-20 01:45,os-odl_l2-nofeature-ha,compass,16/33,48.0
-2017-05-20 01:45,os-onos-nofeature-ha,compass,18/33,55.0
-2017-05-20 01:45,os-nosdn-nofeature-ha,compass,10/30,33.0
-2017-05-20 01:45,os-odl_l3-nofeature-ha,compass,17/30,57.0
-2017-05-20 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,24/36,67.0
-2017-05-20 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,28/42,67.0
-2017-05-20 01:45,os-nosdn-ovs-noha,fuel,1/36,3.0
-2017-05-20 01:45,os-odl_l3-nofeature-noha,fuel,24/36,67.0
-2017-05-20 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,13/39,33.0
-2017-05-20 01:45,os-odl_l2-sfc-noha,fuel,26/42,62.0
-2017-05-20 01:45,os-odl_l2-sfc-ha,fuel,15/45,33.0
-2017-05-20 01:45,os-nosdn-kvm-noha,fuel,24/36,67.0
-2017-05-20 01:45,os-odl_l2-nofeature-ha,fuel,28/42,67.0
-2017-05-20 01:45,os-nosdn-nofeature-noha,fuel,24/36,67.0
-2017-05-20 01:45,os-odl_l2-nofeature-noha,fuel,26/39,67.0
-2017-05-20 01:45,os-odl_l2-bgpvpn-ha,fuel,12/42,29.0
-2017-05-20 01:45,os-odl_l3-nofeature-ha,fuel,13/39,33.0
-2017-05-20 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,26/39,67.0
-2017-05-20 01:45,os-odl_l2-bgpvpn-noha,fuel,27/42,64.0
-2017-05-20 01:45,os-nosdn-ovs-ha,fuel,13/39,33.0
-2017-05-20 01:45,os-nosdn-kvm-ha,fuel,13/39,33.0
-2017-05-20 01:45,os-nosdn-lxd-noha,joid,6/24,25.0
-2017-05-20 01:45,os-nosdn-nofeature-noha,joid,11/33,33.0
-2017-05-20 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-05-21 01:45,os-ocl-nofeature-ha,compass,1/30,3.0
-2017-05-21 01:45,os-odl_l2-nofeature-ha,compass,16/33,48.0
-2017-05-21 01:45,os-onos-nofeature-ha,compass,18/33,55.0
-2017-05-21 01:45,os-nosdn-nofeature-ha,compass,10/30,33.0
-2017-05-21 01:45,os-odl_l3-nofeature-ha,compass,17/30,57.0
-2017-05-21 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,24/36,67.0
-2017-05-21 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,28/42,67.0
-2017-05-21 01:45,os-nosdn-ovs-noha,fuel,1/36,3.0
-2017-05-21 01:45,os-odl_l3-nofeature-noha,fuel,24/36,67.0
-2017-05-21 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,13/39,33.0
-2017-05-21 01:45,os-odl_l2-sfc-noha,fuel,26/42,62.0
-2017-05-21 01:45,os-odl_l2-sfc-ha,fuel,15/45,33.0
-2017-05-21 01:45,os-nosdn-kvm-noha,fuel,24/36,67.0
-2017-05-21 01:45,os-odl_l2-nofeature-ha,fuel,28/42,67.0
-2017-05-21 01:45,os-nosdn-nofeature-noha,fuel,24/36,67.0
-2017-05-21 01:45,os-odl_l2-nofeature-noha,fuel,26/39,67.0
-2017-05-21 01:45,os-odl_l2-bgpvpn-ha,fuel,12/42,29.0
-2017-05-21 01:45,os-odl_l3-nofeature-ha,fuel,13/39,33.0
-2017-05-21 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,26/39,67.0
-2017-05-21 01:45,os-odl_l2-bgpvpn-noha,fuel,27/42,64.0
-2017-05-21 01:45,os-nosdn-ovs-ha,fuel,13/39,33.0
-2017-05-21 01:45,os-nosdn-kvm-ha,fuel,13/39,33.0
-2017-05-21 01:45,os-nosdn-lxd-noha,joid,6/24,25.0
-2017-05-21 01:45,os-nosdn-nofeature-noha,joid,11/33,33.0
-2017-05-21 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-05-22 01:45,os-ocl-nofeature-ha,compass,1/30,3.0
-2017-05-22 01:45,os-odl_l2-nofeature-ha,compass,16/33,48.0
-2017-05-22 01:45,os-onos-nofeature-ha,compass,18/33,55.0
-2017-05-22 01:45,os-nosdn-nofeature-ha,compass,10/30,33.0
-2017-05-22 01:45,os-odl_l3-nofeature-ha,compass,17/30,57.0
-2017-05-22 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,24/36,67.0
-2017-05-22 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,28/42,67.0
-2017-05-22 01:45,os-nosdn-ovs-noha,fuel,1/36,3.0
-2017-05-22 01:45,os-odl_l3-nofeature-noha,fuel,24/36,67.0
-2017-05-22 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,13/39,33.0
-2017-05-22 01:45,os-odl_l2-sfc-noha,fuel,26/42,62.0
-2017-05-22 01:45,os-odl_l2-sfc-ha,fuel,15/45,33.0
-2017-05-22 01:45,os-nosdn-kvm-noha,fuel,24/36,67.0
-2017-05-22 01:45,os-odl_l2-nofeature-ha,fuel,28/42,67.0
-2017-05-22 01:45,os-nosdn-nofeature-noha,fuel,24/36,67.0
-2017-05-22 01:45,os-odl_l2-nofeature-noha,fuel,26/39,67.0
-2017-05-22 01:45,os-odl_l2-bgpvpn-ha,fuel,12/42,29.0
-2017-05-22 01:45,os-odl_l3-nofeature-ha,fuel,13/39,33.0
-2017-05-22 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,26/39,67.0
-2017-05-22 01:45,os-odl_l2-bgpvpn-noha,fuel,27/42,64.0
-2017-05-22 01:45,os-nosdn-ovs-ha,fuel,13/39,33.0
-2017-05-22 01:45,os-nosdn-kvm-ha,fuel,13/39,33.0
-2017-05-22 01:45,os-nosdn-lxd-noha,joid,6/24,25.0
-2017-05-22 01:45,os-nosdn-nofeature-noha,joid,11/33,33.0
-2017-05-22 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-05-23 01:45,os-ocl-nofeature-ha,compass,1/30,3.0
-2017-05-23 01:45,os-odl_l2-nofeature-ha,compass,16/33,48.0
-2017-05-23 01:45,os-onos-nofeature-ha,compass,18/33,55.0
-2017-05-23 01:45,os-nosdn-nofeature-ha,compass,10/30,33.0
-2017-05-23 01:45,os-odl_l3-nofeature-ha,compass,17/30,57.0
-2017-05-23 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,24/36,67.0
-2017-05-23 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,28/42,67.0
-2017-05-23 01:45,os-nosdn-ovs-noha,fuel,1/36,3.0
-2017-05-23 01:45,os-odl_l3-nofeature-noha,fuel,24/36,67.0
-2017-05-23 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,13/39,33.0
-2017-05-23 01:45,os-odl_l2-sfc-noha,fuel,26/42,62.0
-2017-05-23 01:45,os-odl_l2-sfc-ha,fuel,15/45,33.0
-2017-05-23 01:45,os-nosdn-kvm-noha,fuel,24/36,67.0
-2017-05-23 01:45,os-odl_l2-nofeature-ha,fuel,28/42,67.0
-2017-05-23 01:45,os-nosdn-nofeature-noha,fuel,24/36,67.0
-2017-05-23 01:45,os-odl_l2-nofeature-noha,fuel,26/39,67.0
-2017-05-23 01:45,os-odl_l2-bgpvpn-ha,fuel,12/42,29.0
-2017-05-23 01:45,os-odl_l3-nofeature-ha,fuel,13/39,33.0
-2017-05-23 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,26/39,67.0
-2017-05-23 01:45,os-odl_l2-bgpvpn-noha,fuel,27/42,64.0
-2017-05-23 01:45,os-nosdn-ovs-ha,fuel,13/39,33.0
-2017-05-23 01:45,os-nosdn-kvm-ha,fuel,13/39,33.0
-2017-05-23 01:45,os-nosdn-lxd-noha,joid,6/24,25.0
-2017-05-23 01:45,os-nosdn-nofeature-noha,joid,11/33,33.0
-2017-05-23 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-05-24 01:45,os-ocl-nofeature-ha,compass,1/30,3.0
-2017-05-24 01:45,os-odl_l2-nofeature-ha,compass,16/33,48.0
-2017-05-24 01:45,os-onos-nofeature-ha,compass,18/33,55.0
-2017-05-24 01:45,os-nosdn-nofeature-ha,compass,10/30,33.0
-2017-05-24 01:45,os-odl_l3-nofeature-ha,compass,17/30,57.0
-2017-05-24 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,24/36,67.0
-2017-05-24 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,28/42,67.0
-2017-05-24 01:45,os-nosdn-ovs-noha,fuel,1/36,3.0
-2017-05-24 01:45,os-odl_l3-nofeature-noha,fuel,24/36,67.0
-2017-05-24 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,13/39,33.0
-2017-05-24 01:45,os-odl_l2-sfc-noha,fuel,26/42,62.0
-2017-05-24 01:45,os-odl_l2-sfc-ha,fuel,15/45,33.0
-2017-05-24 01:45,os-nosdn-kvm-noha,fuel,24/36,67.0
-2017-05-24 01:45,os-odl_l2-nofeature-ha,fuel,28/42,67.0
-2017-05-24 01:45,os-nosdn-nofeature-noha,fuel,24/36,67.0
-2017-05-24 01:45,os-odl_l2-nofeature-noha,fuel,26/39,67.0
-2017-05-24 01:45,os-odl_l2-bgpvpn-ha,fuel,12/42,29.0
-2017-05-24 01:45,os-odl_l3-nofeature-ha,fuel,13/39,33.0
-2017-05-24 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,26/39,67.0
-2017-05-24 01:45,os-odl_l2-bgpvpn-noha,fuel,27/42,64.0
-2017-05-24 01:45,os-nosdn-ovs-ha,fuel,13/39,33.0
-2017-05-24 01:45,os-nosdn-kvm-ha,fuel,13/39,33.0
-2017-05-24 01:45,os-nosdn-lxd-noha,joid,6/24,25.0
-2017-05-24 01:45,os-nosdn-nofeature-noha,joid,11/33,33.0
-2017-05-24 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-05-25 01:45,os-ocl-nofeature-ha,compass,1/30,3.0
-2017-05-25 01:45,os-odl_l2-nofeature-ha,compass,22/33,67.0
-2017-05-25 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-05-25 01:45,os-nosdn-nofeature-ha,compass,20/30,67.0
-2017-05-25 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-05-25 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,24/36,67.0
-2017-05-25 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,28/42,67.0
-2017-05-25 01:45,os-nosdn-ovs-noha,fuel,13/36,36.0
-2017-05-25 01:45,os-odl_l3-nofeature-noha,fuel,24/36,67.0
-2017-05-25 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,13/39,33.0
-2017-05-25 01:45,os-odl_l2-sfc-noha,fuel,26/42,62.0
-2017-05-25 01:45,os-odl_l2-sfc-ha,fuel,22/45,49.0
-2017-05-25 01:45,os-nosdn-kvm-noha,fuel,24/36,67.0
-2017-05-25 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-05-25 01:45,os-nosdn-nofeature-noha,fuel,24/36,67.0
-2017-05-25 01:45,os-odl_l2-nofeature-noha,fuel,29/39,74.0
-2017-05-25 01:45,os-odl_l2-bgpvpn-ha,fuel,12/42,29.0
-2017-05-25 01:45,os-odl_l3-nofeature-ha,fuel,25/39,64.0
-2017-05-25 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,26/39,67.0
-2017-05-25 01:45,os-odl_l2-bgpvpn-noha,fuel,28/42,67.0
-2017-05-25 01:45,os-nosdn-ovs-ha,fuel,26/39,67.0
-2017-05-25 01:45,os-nosdn-kvm-ha,fuel,13/39,33.0
-2017-05-25 01:45,os-nosdn-lxd-noha,joid,6/24,25.0
-2017-05-25 01:45,os-nosdn-nofeature-noha,joid,11/33,33.0
-2017-05-25 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-05-26 01:45,os-ocl-nofeature-ha,compass,1/30,3.0
-2017-05-26 01:45,os-odl_l2-nofeature-ha,compass,22/33,67.0
-2017-05-26 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-05-26 01:45,os-nosdn-nofeature-ha,compass,20/30,67.0
-2017-05-26 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-05-26 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-26 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-05-26 01:45,os-nosdn-ovs-noha,fuel,24/36,67.0
-2017-05-26 01:45,os-odl_l3-nofeature-noha,fuel,24/36,67.0
-2017-05-26 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,26/39,67.0
-2017-05-26 01:45,os-odl_l2-sfc-noha,fuel,26/42,62.0
-2017-05-26 01:45,os-odl_l2-sfc-ha,fuel,30/45,67.0
-2017-05-26 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-26 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-05-26 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-26 01:45,os-odl_l2-nofeature-noha,fuel,39/39,100.0
-2017-05-26 01:45,os-odl_l2-bgpvpn-ha,fuel,26/42,62.0
-2017-05-26 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-05-26 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-05-26 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-05-26 01:45,os-nosdn-ovs-ha,fuel,26/39,67.0
-2017-05-26 01:45,os-nosdn-kvm-ha,fuel,26/39,67.0
-2017-05-26 01:45,os-nosdn-nofeature-ha,fuel,18/39,46.0
-2017-05-26 01:45,os-nosdn-lxd-noha,joid,6/24,25.0
-2017-05-26 01:45,os-nosdn-nofeature-noha,joid,11/33,33.0
-2017-05-26 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-05-27 01:45,os-ocl-nofeature-ha,compass,2/30,7.0
-2017-05-27 01:45,os-odl_l2-nofeature-ha,compass,27/33,82.0
-2017-05-27 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-05-27 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-05-27 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-05-27 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-27 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-05-27 01:45,os-nosdn-ovs-noha,fuel,25/36,69.0
-2017-05-27 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-05-27 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-05-27 01:45,os-odl_l2-sfc-noha,fuel,39/42,93.0
-2017-05-27 01:45,os-odl_l2-sfc-ha,fuel,44/45,98.0
-2017-05-27 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-27 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-05-27 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-27 01:45,os-odl_l2-nofeature-noha,fuel,39/39,100.0
-2017-05-27 01:45,os-odl_l2-bgpvpn-ha,fuel,40/42,95.0
-2017-05-27 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-05-27 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-05-27 01:45,os-odl_l2-bgpvpn-noha,fuel,40/42,95.0
-2017-05-27 01:45,os-nosdn-ovs-ha,fuel,26/39,67.0
-2017-05-27 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-05-27 01:45,os-nosdn-nofeature-ha,fuel,31/39,79.0
-2017-05-27 01:45,os-nosdn-lxd-noha,joid,6/24,25.0
-2017-05-27 01:45,os-nosdn-nofeature-noha,joid,11/33,33.0
-2017-05-27 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-05-28 01:45,os-ocl-nofeature-ha,compass,2/30,7.0
-2017-05-28 01:45,os-odl_l2-nofeature-ha,compass,27/33,82.0
-2017-05-28 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-05-28 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-05-28 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-05-28 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-28 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-28 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-05-28 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-05-28 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-05-28 01:45,os-odl_l2-sfc-noha,fuel,39/42,93.0
-2017-05-28 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-05-28 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-05-28 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-05-28 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-28 01:45,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-05-28 01:45,os-odl_l2-bgpvpn-ha,fuel,41/42,98.0
-2017-05-28 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-05-28 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-05-28 01:45,os-odl_l2-bgpvpn-noha,fuel,40/42,95.0
-2017-05-28 01:45,os-odl_l2-sfc-ha,fuel,44/45,98.0
-2017-05-28 01:45,os-nosdn-ovs-ha,fuel,26/39,67.0
-2017-05-28 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-05-28 01:45,os-nosdn-lxd-noha,joid,6/24,25.0
-2017-05-28 01:45,os-nosdn-nofeature-noha,joid,11/33,33.0
-2017-05-28 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-05-29 01:45,os-nosdn-nofeature-noha,apex,6/33,18.0
-2017-05-29 01:45,os-ocl-nofeature-ha,compass,2/30,7.0
-2017-05-29 01:45,os-odl_l2-nofeature-ha,compass,26/33,79.0
-2017-05-29 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-05-29 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-05-29 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-05-29 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-29 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-05-29 01:45,os-nosdn-ovs-ha,fuel,26/39,67.0
-2017-05-29 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-05-29 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-29 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-05-29 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-05-29 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-05-29 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-05-29 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-29 01:45,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-05-29 01:45,os-odl_l2-bgpvpn-ha,fuel,40/42,95.0
-2017-05-29 01:45,os-odl_l2-sfc-ha,fuel,44/45,98.0
-2017-05-29 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-05-29 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-05-29 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-05-29 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-05-29 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-05-29 01:45,os-nosdn-nofeature-noha,joid,11/33,33.0
-2017-05-29 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-05-30 01:45,os-nosdn-kvm-noha,apex,10/33,30.0
-2017-05-30 01:45,os-nosdn-fdio-noha,apex,2/30,7.0
-2017-05-30 01:45,os-nosdn-kvm-ha,apex,10/33,30.0
-2017-05-30 01:45,os-nosdn-nofeature-noha,apex,8/33,24.0
-2017-05-30 01:45,os-nosdn-fdio-ha,apex,2/30,7.0
-2017-05-30 01:45,os-nosdn-ovs-ha,apex,2/33,6.0
-2017-05-30 01:45,os-ocl-nofeature-ha,compass,2/30,7.0
-2017-05-30 01:45,os-odl_l2-nofeature-ha,compass,26/33,79.0
-2017-05-30 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-05-30 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-05-30 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-05-30 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-30 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-30 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-05-30 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-05-30 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-05-30 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-05-30 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-05-30 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-05-30 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-05-30 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-30 01:45,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-05-30 01:45,os-odl_l2-bgpvpn-ha,fuel,39/42,93.0
-2017-05-30 01:45,os-odl_l2-sfc-ha,fuel,44/45,98.0
-2017-05-30 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-05-30 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-05-30 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-05-30 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-05-30 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-05-31 01:45,os-nosdn-kvm-noha,apex,10/33,30.0
-2017-05-31 01:45,os-nosdn-fdio-noha,apex,2/30,7.0
-2017-05-31 01:45,os-nosdn-kvm-ha,apex,10/33,30.0
-2017-05-31 01:45,os-nosdn-nofeature-noha,apex,16/33,48.0
-2017-05-31 01:45,os-nosdn-fdio-ha,apex,2/30,7.0
-2017-05-31 01:45,os-nosdn-ovs-ha,apex,2/33,6.0
-2017-05-31 01:45,os-ocl-nofeature-ha,compass,2/30,7.0
-2017-05-31 01:45,os-odl_l2-nofeature-ha,compass,26/33,79.0
-2017-05-31 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-05-31 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-05-31 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-05-31 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-05-31 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-05-31 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-05-31 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-05-31 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-05-31 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-05-31 01:45,os-odl_l2-sfc-noha,fuel,37/42,88.0
-2017-05-31 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-05-31 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-05-31 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-05-31 01:45,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-05-31 01:45,os-odl_l2-bgpvpn-ha,fuel,39/42,93.0
-2017-05-31 01:45,os-odl_l2-sfc-ha,fuel,44/45,98.0
-2017-05-31 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-05-31 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-05-31 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-05-31 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-05-31 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-05-31 01:45,os-nosdn-nofeature-noha,joid,11/33,33.0
-2017-06-01 01:45,os-nosdn-kvm-noha,apex,10/33,30.0
-2017-06-01 01:45,os-nosdn-fdio-noha,apex,2/30,7.0
-2017-06-01 01:45,os-nosdn-kvm-ha,apex,10/33,30.0
-2017-06-01 01:45,os-nosdn-nofeature-noha,apex,16/33,48.0
-2017-06-01 01:45,os-nosdn-fdio-ha,apex,2/30,7.0
-2017-06-01 01:45,os-nosdn-ovs-ha,apex,2/33,6.0
-2017-06-01 01:45,os-ocl-nofeature-ha,compass,2/30,7.0
-2017-06-01 01:45,os-odl_l2-nofeature-ha,compass,26/33,79.0
-2017-06-01 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-06-01 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-06-01 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-06-01 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-06-01 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-06-01 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-06-01 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-06-01 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-06-01 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-06-01 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-06-01 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-06-01 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-06-01 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-06-01 01:45,os-odl_l2-nofeature-noha,fuel,37/39,95.0
-2017-06-01 01:45,os-odl_l2-bgpvpn-ha,fuel,39/42,93.0
-2017-06-01 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-06-01 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-06-01 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-06-01 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-06-01 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-06-01 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-06-01 01:45,os-nosdn-lxd-noha,joid,6/24,25.0
-2017-06-01 01:45,os-nosdn-nofeature-noha,joid,17/33,52.0
-2017-06-01 01:45,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-06-02 01:45,os-nosdn-kvm-noha,apex,10/33,30.0
-2017-06-02 01:45,os-nosdn-fdio-noha,apex,2/30,7.0
-2017-06-02 01:45,os-nosdn-kvm-ha,apex,10/33,30.0
-2017-06-02 01:45,os-nosdn-nofeature-noha,apex,16/33,48.0
-2017-06-02 01:45,os-nosdn-fdio-ha,apex,2/30,7.0
-2017-06-02 01:45,os-nosdn-ovs-ha,apex,2/33,6.0
-2017-06-02 01:45,os-ocl-nofeature-ha,compass,2/30,7.0
-2017-06-02 01:45,os-odl_l2-nofeature-ha,compass,26/33,79.0
-2017-06-02 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-06-02 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-06-02 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-06-02 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-06-02 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-06-02 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-06-02 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-06-02 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,38/39,97.0
-2017-06-02 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-06-02 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-06-02 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-06-02 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-06-02 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-06-02 01:45,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-06-02 01:45,os-odl_l2-bgpvpn-ha,fuel,39/42,93.0
-2017-06-02 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-06-02 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-06-02 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-06-02 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-06-02 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-06-02 01:45,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-06-02 01:45,os-nosdn-lxd-noha,joid,6/24,25.0
-2017-06-02 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-06-02 01:45,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-06-02 01:45,os-nosdn-lxd-ha,joid,6/24,25.0
-2017-06-03 01:45,os-nosdn-kvm-noha,apex,18/33,55.0
-2017-06-03 01:45,os-nosdn-fdio-noha,apex,2/30,7.0
-2017-06-03 01:45,os-nosdn-ovs-noha,apex,2/33,6.0
-2017-06-03 01:45,os-odl_l3-nofeature-noha,apex,2/33,6.0
-2017-06-03 01:45,os-odl_l2-fdio-noha,apex,3/36,8.0
-2017-06-03 01:45,os-nosdn-kvm-ha,apex,18/33,55.0
-2017-06-03 01:45,os-nosdn-nofeature-noha,apex,24/33,73.0
-2017-06-03 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-06-03 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-06-03 01:45,os-nosdn-nofeature-ha,apex,8/33,24.0
-2017-06-03 01:45,os-ocl-nofeature-ha,compass,2/30,7.0
-2017-06-03 01:45,os-odl_l2-nofeature-ha,compass,30/33,91.0
-2017-06-03 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-06-03 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-06-03 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-06-03 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-06-03 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-06-03 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-06-03 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-06-03 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,38/39,97.0
-2017-06-03 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-06-03 01:45,os-odl_l2-sfc-noha,fuel,39/42,93.0
-2017-06-03 01:45,os-odl_l3-nofeature-ha,fuel,38/39,97.0
-2017-06-03 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-06-03 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-06-03 01:45,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-06-03 01:45,os-odl_l2-bgpvpn-ha,fuel,39/42,93.0
-2017-06-03 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-06-03 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-06-03 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-06-03 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-06-03 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-06-03 01:45,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-06-03 01:45,os-nosdn-lxd-noha,joid,6/24,25.0
-2017-06-03 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-06-03 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-06-03 01:45,os-nosdn-nofeature-ha,joid,22/33,67.0
-2017-06-03 01:45,os-nosdn-lxd-ha,joid,6/24,25.0
-2017-06-04 01:45,os-nosdn-kvm-noha,apex,18/33,55.0
-2017-06-04 01:45,os-nosdn-fdio-noha,apex,2/30,7.0
-2017-06-04 01:45,os-odl-gluon-noha,apex,5/36,14.0
-2017-06-04 01:45,os-nosdn-ovs-noha,apex,2/33,6.0
-2017-06-04 01:45,os-odl_l3-nofeature-noha,apex,2/33,6.0
-2017-06-04 01:45,os-ovn-nofeature-noha,apex,3/33,9.0
-2017-06-04 01:45,os-odl_l2-fdio-noha,apex,6/36,17.0
-2017-06-04 01:45,os-odl_l3-ovs-ha,apex,2/33,6.0
-2017-06-04 01:45,os-odl_l3-nofeature-ha,apex,5/33,15.0
-2017-06-04 01:45,os-nosdn-kvm-ha,apex,18/33,55.0
-2017-06-04 01:45,os-odl_l3-fdio-noha,apex,5/30,17.0
-2017-06-04 01:45,os-nosdn-nofeature-noha,apex,26/33,79.0
-2017-06-04 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-06-04 01:45,os-odl-bgpvpn-ha,apex,5/36,14.0
-2017-06-04 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-06-04 01:45,os-odl_l3-ovs-noha,apex,2/33,6.0
-2017-06-04 01:45,os-nosdn-nofeature-ha,apex,18/33,55.0
-2017-06-04 01:45,os-odl_l3-fdio-ha,apex,25/30,83.0
-2017-06-04 01:45,os-ocl-nofeature-ha,compass,2/30,7.0
-2017-06-04 01:45,os-odl_l2-nofeature-ha,compass,30/33,91.0
-2017-06-04 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-06-04 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-06-04 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-06-04 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-06-04 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-06-04 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-06-04 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-06-04 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,38/39,97.0
-2017-06-04 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-06-04 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-06-04 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-06-04 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-06-04 01:45,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-06-04 01:45,os-odl_l2-bgpvpn-ha,fuel,39/42,93.0
-2017-06-04 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-06-04 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-06-04 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-06-04 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-06-04 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-06-04 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-06-04 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-06-04 01:45,os-nosdn-lxd-noha,joid,6/24,25.0
-2017-06-04 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-06-04 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-06-04 01:45,os-nosdn-nofeature-ha,joid,22/33,67.0
-2017-06-04 01:45,os-nosdn-lxd-ha,joid,6/24,25.0
-2017-06-05 01:45,os-nosdn-kvm-noha,apex,18/33,55.0
-2017-06-05 01:45,os-nosdn-fdio-noha,apex,4/30,13.0
-2017-06-05 01:45,os-odl-gluon-noha,apex,5/36,14.0
-2017-06-05 01:45,os-nosdn-ovs-noha,apex,2/33,6.0
-2017-06-05 01:45,os-odl_l3-nofeature-noha,apex,7/33,21.0
-2017-06-05 01:45,os-ovn-nofeature-noha,apex,3/33,9.0
-2017-06-05 01:45,os-odl_l2-fdio-noha,apex,6/36,17.0
-2017-06-05 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-06-05 01:45,os-odl_l3-nofeature-ha,apex,10/33,30.0
-2017-06-05 01:45,os-nosdn-kvm-ha,apex,18/33,55.0
-2017-06-05 01:45,os-odl_l3-fdio-noha,apex,28/30,93.0
-2017-06-05 01:45,os-nosdn-nofeature-noha,apex,26/33,79.0
-2017-06-05 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-06-05 01:45,os-odl-bgpvpn-ha,apex,5/36,14.0
-2017-06-05 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-06-05 01:45,os-odl_l3-ovs-noha,apex,3/33,9.0
-2017-06-05 01:45,os-odl_l2-fdio-ha,apex,9/36,25.0
-2017-06-05 01:45,os-nosdn-nofeature-ha,apex,18/33,55.0
-2017-06-05 01:45,os-odl_l3-fdio-ha,apex,25/30,83.0
-2017-06-05 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-06-05 01:45,os-odl_l2-nofeature-ha,compass,30/33,91.0
-2017-06-05 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-06-05 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-06-05 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-06-05 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-06-05 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-06-05 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-06-05 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-06-05 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-06-05 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-06-05 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,38/39,97.0
-2017-06-05 01:45,os-odl_l2-sfc-noha,fuel,34/42,81.0
-2017-06-05 01:45,os-odl_l2-sfc-ha,fuel,43/45,96.0
-2017-06-05 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-06-05 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-06-05 01:45,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-06-05 01:45,os-odl_l2-bgpvpn-ha,fuel,39/42,93.0
-2017-06-05 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-06-05 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,36/39,92.0
-2017-06-05 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-06-05 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-06-05 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-06-05 01:45,os-nosdn-lxd-noha,joid,6/24,25.0
-2017-06-05 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-06-05 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-06-05 01:45,os-nosdn-nofeature-ha,joid,22/33,67.0
-2017-06-05 01:45,os-nosdn-lxd-ha,joid,6/24,25.0
-2017-06-06 01:45,os-nosdn-kvm-noha,apex,18/33,55.0
-2017-06-06 01:45,os-nosdn-fdio-noha,apex,4/30,13.0
-2017-06-06 01:45,os-odl-gluon-noha,apex,5/36,14.0
-2017-06-06 01:45,os-nosdn-ovs-noha,apex,2/33,6.0
-2017-06-06 01:45,os-odl_l3-nofeature-noha,apex,7/33,21.0
-2017-06-06 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-06-06 01:45,os-odl_l2-fdio-noha,apex,19/36,53.0
-2017-06-06 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-06-06 01:45,os-odl_l3-nofeature-ha,apex,10/33,30.0
-2017-06-06 01:45,os-nosdn-kvm-ha,apex,18/33,55.0
-2017-06-06 01:45,os-odl_l3-fdio-noha,apex,28/30,93.0
-2017-06-06 01:45,os-nosdn-nofeature-noha,apex,26/33,79.0
-2017-06-06 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-06-06 01:45,os-odl-bgpvpn-ha,apex,10/36,28.0
-2017-06-06 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-06-06 01:45,os-odl_l3-ovs-noha,apex,3/33,9.0
-2017-06-06 01:45,os-odl_l2-fdio-ha,apex,9/36,25.0
-2017-06-06 01:45,os-nosdn-nofeature-ha,apex,18/33,55.0
-2017-06-06 01:45,os-odl_l3-fdio-ha,apex,25/30,83.0
-2017-06-06 01:45,os-ocl-nofeature-ha,compass,2/30,7.0
-2017-06-06 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-06-06 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-06-06 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-06-06 01:45,os-odl_l3-nofeature-ha,compass,23/30,77.0
-2017-06-06 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,33/36,92.0
-2017-06-06 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-06-06 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-06-06 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-06-06 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,38/39,97.0
-2017-06-06 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-06-06 01:45,os-odl_l2-sfc-noha,fuel,34/42,81.0
-2017-06-06 01:45,os-odl_l3-nofeature-ha,fuel,34/39,87.0
-2017-06-06 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-06-06 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-06-06 01:45,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-06-06 01:45,os-odl_l2-bgpvpn-ha,fuel,41/42,98.0
-2017-06-06 01:45,os-odl_l2-sfc-ha,fuel,43/45,96.0
-2017-06-06 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,36/39,92.0
-2017-06-06 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-06-06 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-06-06 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-06-06 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-06-06 01:45,os-nosdn-lxd-noha,joid,6/24,25.0
-2017-06-06 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-06-06 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-06-06 01:45,os-nosdn-nofeature-ha,joid,22/33,67.0
-2017-06-06 01:45,os-nosdn-lxd-ha,joid,6/24,25.0
-2017-06-07 01:45,os-nosdn-kvm-noha,apex,18/33,55.0
-2017-06-07 01:45,os-nosdn-fdio-noha,apex,4/30,13.0
-2017-06-07 01:45,os-odl-gluon-noha,apex,5/36,14.0
-2017-06-07 01:45,os-nosdn-ovs-noha,apex,2/33,6.0
-2017-06-07 01:45,os-odl_l3-nofeature-noha,apex,7/33,21.0
-2017-06-07 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-06-07 01:45,os-odl_l2-fdio-noha,apex,24/36,67.0
-2017-06-07 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-06-07 01:45,os-odl_l3-nofeature-ha,apex,10/33,30.0
-2017-06-07 01:45,os-nosdn-kvm-ha,apex,18/33,55.0
-2017-06-07 01:45,os-odl_l3-fdio-noha,apex,28/30,93.0
-2017-06-07 01:45,os-nosdn-nofeature-noha,apex,26/33,79.0
-2017-06-07 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-06-07 01:45,os-odl-bgpvpn-ha,apex,10/36,28.0
-2017-06-07 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-06-07 01:45,os-odl_l3-ovs-noha,apex,3/33,9.0
-2017-06-07 01:45,os-odl_l2-fdio-ha,apex,33/36,92.0
-2017-06-07 01:45,os-nosdn-nofeature-ha,apex,18/33,55.0
-2017-06-07 01:45,os-odl_l3-fdio-ha,apex,25/30,83.0
-2017-06-07 01:45,os-ocl-nofeature-ha,compass,2/30,7.0
-2017-06-07 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-06-07 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-06-07 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-06-07 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-06-07 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-06-07 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-06-07 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-06-07 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-06-07 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,32/36,89.0
-2017-06-07 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-06-07 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-06-07 01:45,os-odl_l3-nofeature-ha,fuel,34/39,87.0
-2017-06-07 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-06-07 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-06-07 01:45,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-06-07 01:45,os-odl_l2-bgpvpn-ha,fuel,39/42,93.0
-2017-06-07 01:45,os-odl_l2-sfc-ha,fuel,43/45,96.0
-2017-06-07 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,36/39,92.0
-2017-06-07 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-06-07 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-06-07 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-06-07 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-06-07 01:45,os-nosdn-lxd-noha,joid,6/24,25.0
-2017-06-07 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-06-07 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-06-07 01:45,os-nosdn-nofeature-ha,joid,22/33,67.0
-2017-06-07 01:45,os-nosdn-lxd-ha,joid,6/24,25.0
-2017-06-08 01:45,os-nosdn-kvm-noha,apex,18/33,55.0
-2017-06-08 01:45,os-nosdn-fdio-noha,apex,4/30,13.0
-2017-06-08 01:45,os-odl-gluon-noha,apex,5/36,14.0
-2017-06-08 01:45,os-nosdn-ovs-noha,apex,2/33,6.0
-2017-06-08 01:45,os-odl_l3-nofeature-noha,apex,10/33,30.0
-2017-06-08 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-06-08 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-06-08 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-06-08 01:45,os-odl_l3-nofeature-ha,apex,10/33,30.0
-2017-06-08 01:45,os-nosdn-kvm-ha,apex,27/33,82.0
-2017-06-08 01:45,os-odl_l3-fdio-noha,apex,28/30,93.0
-2017-06-08 01:45,os-nosdn-nofeature-noha,apex,26/33,79.0
-2017-06-08 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-06-08 01:45,os-odl-bgpvpn-ha,apex,10/36,28.0
-2017-06-08 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-06-08 01:45,os-odl_l3-ovs-noha,apex,3/33,9.0
-2017-06-08 01:45,os-odl_l2-fdio-ha,apex,33/36,92.0
-2017-06-08 01:45,os-nosdn-nofeature-ha,apex,18/33,55.0
-2017-06-08 01:45,os-odl_l3-fdio-ha,apex,26/30,87.0
-2017-06-08 01:45,os-ocl-nofeature-ha,compass,2/30,7.0
-2017-06-08 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-06-08 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-06-08 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-06-08 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-06-08 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-06-08 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-06-08 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,32/36,89.0
-2017-06-08 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-06-08 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-06-08 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-06-08 01:45,os-odl_l2-sfc-noha,fuel,34/42,81.0
-2017-06-08 01:45,os-odl_l3-nofeature-ha,fuel,35/39,90.0
-2017-06-08 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-06-08 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-06-08 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-06-08 01:45,os-odl_l2-nofeature-noha,fuel,37/39,95.0
-2017-06-08 01:45,os-odl_l2-bgpvpn-ha,fuel,37/42,88.0
-2017-06-08 01:45,os-odl_l2-sfc-ha,fuel,43/45,96.0
-2017-06-08 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,36/39,92.0
-2017-06-08 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-06-08 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-06-08 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-06-08 01:45,os-nosdn-lxd-noha,joid,6/24,25.0
-2017-06-08 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-06-08 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-06-08 01:45,os-nosdn-nofeature-ha,joid,22/33,67.0
-2017-06-08 01:45,os-nosdn-lxd-ha,joid,6/24,25.0
-2017-06-09 01:45,os-nosdn-kvm-noha,apex,16/33,48.0
-2017-06-09 01:45,os-nosdn-fdio-noha,apex,2/30,7.0
-2017-06-09 01:45,os-odl-gluon-noha,apex,10/36,28.0
-2017-06-09 01:45,os-nosdn-ovs-noha,apex,2/33,6.0
-2017-06-09 01:45,os-odl_l3-nofeature-noha,apex,10/33,30.0
-2017-06-09 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-06-09 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-06-09 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-06-09 01:45,os-odl_l3-nofeature-ha,apex,10/33,30.0
-2017-06-09 01:45,os-nosdn-kvm-ha,apex,18/33,55.0
-2017-06-09 01:45,os-odl_l3-fdio-noha,apex,27/30,90.0
-2017-06-09 01:45,os-nosdn-nofeature-noha,apex,26/33,79.0
-2017-06-09 01:45,os-nosdn-fdio-ha,apex,4/30,13.0
-2017-06-09 01:45,os-odl-bgpvpn-ha,apex,10/36,28.0
-2017-06-09 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-06-09 01:45,os-odl_l3-ovs-noha,apex,3/33,9.0
-2017-06-09 01:45,os-odl_l2-fdio-ha,apex,33/36,92.0
-2017-06-09 01:45,os-nosdn-nofeature-ha,apex,23/33,70.0
-2017-06-09 01:45,os-odl_l3-fdio-ha,apex,26/30,87.0
-2017-06-09 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-06-09 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-06-09 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-06-09 01:45,os-odl_l3-nofeature-ha,compass,23/30,77.0
-2017-06-09 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-06-09 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-06-09 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-06-09 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,32/36,89.0
-2017-06-09 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-06-09 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-06-09 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-06-09 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-06-09 01:45,os-odl_l2-sfc-noha,fuel,34/42,81.0
-2017-06-09 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-06-09 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-06-09 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-06-09 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-06-09 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-06-09 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-06-09 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-06-09 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-06-09 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-06-09 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-06-09 01:45,os-nosdn-lxd-noha,joid,6/24,25.0
-2017-06-09 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-06-09 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-06-09 01:45,os-nosdn-nofeature-ha,joid,22/33,67.0
-2017-06-09 01:45,os-nosdn-lxd-ha,joid,6/24,25.0
-2017-06-10 01:45,os-nosdn-kvm-noha,apex,18/33,55.0
-2017-06-10 01:45,os-nosdn-fdio-noha,apex,4/30,13.0
-2017-06-10 01:45,os-odl-gluon-noha,apex,10/36,28.0
-2017-06-10 01:45,os-nosdn-ovs-noha,apex,4/33,12.0
-2017-06-10 01:45,os-odl_l3-nofeature-noha,apex,12/33,36.0
-2017-06-10 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-06-10 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-06-10 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-06-10 01:45,os-odl_l3-nofeature-ha,apex,15/33,45.0
-2017-06-10 01:45,os-nosdn-kvm-ha,apex,27/33,82.0
-2017-06-10 01:45,os-odl_l3-fdio-noha,apex,27/30,90.0
-2017-06-10 01:45,os-nosdn-nofeature-noha,apex,26/33,79.0
-2017-06-10 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-06-10 01:45,os-odl-bgpvpn-ha,apex,10/36,28.0
-2017-06-10 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-06-10 01:45,os-odl_l3-ovs-noha,apex,3/33,9.0
-2017-06-10 01:45,os-odl_l2-fdio-ha,apex,32/36,89.0
-2017-06-10 01:45,os-nosdn-nofeature-ha,apex,25/33,76.0
-2017-06-10 01:45,os-odl_l3-fdio-ha,apex,26/30,87.0
-2017-06-10 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-06-10 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-06-10 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-06-10 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-06-10 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-06-10 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-06-10 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-06-10 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-06-10 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,36/39,92.0
-2017-06-10 01:45,os-nosdn-ovs-noha,fuel,35/36,97.0
-2017-06-10 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-06-10 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-06-10 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-06-10 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-06-10 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-06-10 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-06-10 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-06-10 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-06-10 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,32/36,89.0
-2017-06-10 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-06-10 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-06-10 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-06-10 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-06-10 01:45,os-nosdn-lxd-noha,joid,6/24,25.0
-2017-06-10 01:45,os-nosdn-nofeature-noha,joid,22/33,67.0
-2017-06-10 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-06-10 01:45,os-nosdn-nofeature-ha,joid,22/33,67.0
-2017-06-10 01:45,os-nosdn-lxd-ha,joid,6/24,25.0
-2017-06-11 01:45,os-nosdn-kvm-noha,apex,18/33,55.0
-2017-06-11 01:45,os-nosdn-fdio-noha,apex,4/30,13.0
-2017-06-11 01:45,os-odl-gluon-noha,apex,10/36,28.0
-2017-06-11 01:45,os-nosdn-ovs-noha,apex,4/33,12.0
-2017-06-11 01:45,os-odl_l3-nofeature-noha,apex,12/33,36.0
-2017-06-11 01:45,os-ovn-nofeature-noha,apex,9/33,27.0
-2017-06-11 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-06-11 01:45,os-odl_l3-ovs-ha,apex,6/33,18.0
-2017-06-11 01:45,os-odl_l3-nofeature-ha,apex,15/33,45.0
-2017-06-11 01:45,os-nosdn-kvm-ha,apex,27/33,82.0
-2017-06-11 01:45,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-06-11 01:45,os-nosdn-nofeature-noha,apex,28/33,85.0
-2017-06-11 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-06-11 01:45,os-odl-bgpvpn-ha,apex,15/36,42.0
-2017-06-11 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-06-11 01:45,os-odl_l3-ovs-noha,apex,4/33,12.0
-2017-06-11 01:45,os-odl_l2-fdio-ha,apex,32/36,89.0
-2017-06-11 01:45,os-nosdn-nofeature-ha,apex,27/33,82.0
-2017-06-11 01:45,os-odl_l3-fdio-ha,apex,25/30,83.0
-2017-06-11 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-06-11 01:45,os-odl_l2-nofeature-ha,compass,27/33,82.0
-2017-06-11 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-06-11 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-06-11 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-06-11 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-06-11 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-06-11 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-06-11 01:45,os-nosdn-ovs-noha,fuel,35/36,97.0
-2017-06-11 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,32/36,89.0
-2017-06-11 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-06-11 01:45,os-odl_l2-sfc-noha,fuel,39/42,93.0
-2017-06-11 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-06-11 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-06-11 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-06-11 01:45,os-odl_l2-nofeature-noha,fuel,34/39,87.0
-2017-06-11 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-06-11 01:45,os-odl_l2-sfc-ha,fuel,44/45,98.0
-2017-06-11 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,36/39,92.0
-2017-06-11 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-06-11 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-06-11 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-06-11 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-06-11 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-06-11 01:45,os-nosdn-nofeature-noha,joid,14/33,42.0
-2017-06-11 01:45,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-06-11 01:45,os-nosdn-lxd-ha,joid,6/24,25.0
-2017-06-12 01:45,os-nosdn-kvm-noha,apex,26/33,79.0
-2017-06-12 01:45,os-nosdn-fdio-noha,apex,4/30,13.0
-2017-06-12 01:45,os-odl-gluon-noha,apex,10/36,28.0
-2017-06-12 01:45,os-nosdn-ovs-noha,apex,4/33,12.0
-2017-06-12 01:45,os-odl_l3-nofeature-noha,apex,15/33,45.0
-2017-06-12 01:45,os-ovn-nofeature-noha,apex,9/33,27.0
-2017-06-12 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-06-12 01:45,os-odl_l3-ovs-ha,apex,6/33,18.0
-2017-06-12 01:45,os-odl_l3-nofeature-ha,apex,14/33,42.0
-2017-06-12 01:45,os-nosdn-kvm-ha,apex,27/33,82.0
-2017-06-12 01:45,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-06-12 01:45,os-nosdn-nofeature-noha,apex,28/33,85.0
-2017-06-12 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-06-12 01:45,os-odl-bgpvpn-ha,apex,16/36,44.0
-2017-06-12 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-06-12 01:45,os-odl_l3-ovs-noha,apex,4/33,12.0
-2017-06-12 01:45,os-odl_l2-fdio-ha,apex,30/36,83.0
-2017-06-12 01:45,os-nosdn-nofeature-ha,apex,27/33,82.0
-2017-06-12 01:45,os-odl_l3-fdio-ha,apex,25/30,83.0
-2017-06-12 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-06-12 01:45,os-odl_l2-nofeature-ha,compass,26/33,79.0
-2017-06-12 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-06-12 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-06-12 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-06-12 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-06-12 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-06-12 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-06-12 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,36/39,92.0
-2017-06-12 01:45,os-nosdn-ovs-noha,fuel,35/36,97.0
-2017-06-12 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-06-12 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-06-12 01:45,os-odl_l2-sfc-noha,fuel,37/42,88.0
-2017-06-12 01:45,os-odl_l3-nofeature-ha,fuel,35/39,90.0
-2017-06-12 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-06-12 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-06-12 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-06-12 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-06-12 01:45,os-odl_l2-sfc-ha,fuel,44/45,98.0
-2017-06-12 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,33/36,92.0
-2017-06-12 01:45,os-odl_l2-bgpvpn-noha,fuel,42/42,100.0
-2017-06-12 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-06-12 01:45,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-06-12 01:45,os-nosdn-nofeature-noha,joid,11/33,33.0
-2017-06-12 01:45,os-nosdn-nofeature-ha,joid,11/33,33.0
-2017-06-12 01:45,os-odl_l2-nofeature-ha,joid,3/36,8.0
-2017-06-13 01:45,os-nosdn-kvm-noha,apex,18/33,55.0
-2017-06-13 01:45,os-nosdn-fdio-noha,apex,4/30,13.0
-2017-06-13 01:45,os-odl-gluon-noha,apex,15/36,42.0
-2017-06-13 01:45,os-nosdn-ovs-noha,apex,4/33,12.0
-2017-06-13 01:45,os-odl_l3-nofeature-noha,apex,15/33,45.0
-2017-06-13 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-06-13 01:45,os-ovn-nofeature-noha,apex,9/33,27.0
-2017-06-13 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-06-13 01:45,os-odl_l3-ovs-ha,apex,6/33,18.0
-2017-06-13 01:45,os-odl-bgpvpn-ha,apex,16/36,44.0
-2017-06-13 01:45,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-06-13 01:45,os-nosdn-nofeature-noha,apex,28/33,85.0
-2017-06-13 01:45,os-odl_l3-fdio-ha,apex,25/30,83.0
-2017-06-13 01:45,os-nosdn-kvm-ha,apex,19/33,58.0
-2017-06-13 01:45,os-odl_l3-nofeature-ha,apex,14/33,42.0
-2017-06-13 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-06-13 01:45,os-odl_l3-ovs-noha,apex,5/33,15.0
-2017-06-13 01:45,os-odl_l2-fdio-ha,apex,30/36,83.0
-2017-06-13 01:45,os-nosdn-nofeature-ha,apex,27/33,82.0
-2017-06-13 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-06-13 01:45,os-odl_l2-nofeature-ha,compass,27/33,82.0
-2017-06-13 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-06-13 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-06-13 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-06-13 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-06-13 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-06-13 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-06-13 01:45,os-nosdn-ovs-noha,fuel,35/36,97.0
-2017-06-13 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,33/36,92.0
-2017-06-13 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-06-13 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-06-13 01:45,os-odl_l3-nofeature-ha,fuel,34/39,87.0
-2017-06-13 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-06-13 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-06-13 01:45,os-odl_l2-nofeature-noha,fuel,34/39,87.0
-2017-06-13 01:45,os-odl_l2-bgpvpn-ha,fuel,37/42,88.0
-2017-06-13 01:45,os-odl_l2-sfc-ha,fuel,44/45,98.0
-2017-06-13 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,36/39,92.0
-2017-06-13 01:45,os-odl_l2-bgpvpn-noha,fuel,42/42,100.0
-2017-06-13 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-06-13 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-06-13 01:45,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-06-14 01:45,os-nosdn-kvm-noha,apex,26/33,79.0
-2017-06-14 01:45,os-nosdn-fdio-noha,apex,4/30,13.0
-2017-06-14 01:45,os-odl-gluon-noha,apex,10/36,28.0
-2017-06-14 01:45,os-nosdn-ovs-noha,apex,4/33,12.0
-2017-06-14 01:45,os-nosdn-nofeature-noha,apex,28/33,85.0
-2017-06-14 01:45,os-ovn-nofeature-noha,apex,9/33,27.0
-2017-06-14 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-06-14 01:45,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-06-14 01:45,os-odl_l3-nofeature-ha,apex,13/33,39.0
-2017-06-14 01:45,os-odl_l2-fdio-ha,apex,30/36,83.0
-2017-06-14 01:45,os-odl_l3-nofeature-noha,apex,15/33,45.0
-2017-06-14 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-06-14 01:45,os-odl-bgpvpn-ha,apex,16/36,44.0
-2017-06-14 01:45,os-odl_l3-ovs-ha,apex,6/33,18.0
-2017-06-14 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-06-14 01:45,os-odl_l3-ovs-noha,apex,4/33,12.0
-2017-06-14 01:45,os-nosdn-kvm-ha,apex,19/33,58.0
-2017-06-14 01:45,os-nosdn-nofeature-ha,apex,26/33,79.0
-2017-06-14 01:45,os-odl_l3-fdio-ha,apex,25/30,83.0
-2017-06-14 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-06-14 01:45,os-odl_l2-nofeature-ha,compass,30/33,91.0
-2017-06-14 01:45,os-onos-nofeature-ha,compass,29/33,88.0
-2017-06-14 01:45,os-odl_l3-nofeature-ha,compass,23/30,77.0
-2017-06-14 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-06-14 01:45,os-nosdn-kvm-noha,fuel,35/36,97.0
-2017-06-14 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-06-14 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-06-14 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-06-14 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,33/36,92.0
-2017-06-14 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-06-14 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-06-14 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-06-14 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-06-14 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-06-14 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-06-14 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-06-14 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-06-14 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,36/39,92.0
-2017-06-14 01:45,os-odl_l2-bgpvpn-noha,fuel,42/42,100.0
-2017-06-14 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-06-14 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-06-14 01:45,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-06-15 01:45,os-nosdn-kvm-noha,apex,26/33,79.0
-2017-06-15 01:45,os-nosdn-fdio-noha,apex,4/30,13.0
-2017-06-15 01:45,os-odl-gluon-noha,apex,10/36,28.0
-2017-06-15 01:45,os-nosdn-ovs-noha,apex,4/33,12.0
-2017-06-15 01:45,os-odl_l3-nofeature-noha,apex,10/33,30.0
-2017-06-15 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-06-15 01:45,os-ovn-nofeature-noha,apex,9/33,27.0
-2017-06-15 01:45,os-odl_l3-fdio-ha,apex,25/30,83.0
-2017-06-15 01:45,os-odl-bgpvpn-ha,apex,16/36,44.0
-2017-06-15 01:45,os-odl_l2-fdio-ha,apex,30/36,83.0
-2017-06-15 01:45,os-odl_l3-fdio-noha,apex,27/30,90.0
-2017-06-15 01:45,os-nosdn-nofeature-noha,apex,28/33,85.0
-2017-06-15 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-06-15 01:45,os-odl_l3-nofeature-ha,apex,10/33,30.0
-2017-06-15 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-06-15 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-06-15 01:45,os-odl_l3-ovs-noha,apex,4/33,12.0
-2017-06-15 01:45,os-nosdn-kvm-ha,apex,20/33,61.0
-2017-06-15 01:45,os-nosdn-nofeature-ha,apex,26/33,79.0
-2017-06-15 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-06-15 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-06-15 01:45,os-onos-nofeature-ha,compass,29/33,88.0
-2017-06-15 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-06-15 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-06-15 01:45,os-nosdn-kvm-noha,fuel,35/36,97.0
-2017-06-15 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,33/36,92.0
-2017-06-15 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-06-15 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-06-15 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-06-15 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-06-15 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-06-15 01:45,os-odl_l3-nofeature-ha,fuel,35/39,90.0
-2017-06-15 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-06-15 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-06-15 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-06-15 01:45,os-odl_l2-bgpvpn-ha,fuel,39/42,93.0
-2017-06-15 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,41/42,98.0
-2017-06-15 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,35/39,90.0
-2017-06-15 01:45,os-odl_l2-bgpvpn-noha,fuel,42/42,100.0
-2017-06-15 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-06-15 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-06-15 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-06-16 01:45,os-nosdn-kvm-noha,apex,26/33,79.0
-2017-06-16 01:45,os-nosdn-fdio-noha,apex,4/30,13.0
-2017-06-16 01:45,os-odl-gluon-noha,apex,10/36,28.0
-2017-06-16 01:45,os-nosdn-ovs-noha,apex,4/33,12.0
-2017-06-16 01:45,os-odl_l3-nofeature-noha,apex,10/33,30.0
-2017-06-16 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-06-16 01:45,os-odl_l2-fdio-noha,apex,32/36,89.0
-2017-06-16 01:45,os-odl_l3-fdio-ha,apex,25/30,83.0
-2017-06-16 01:45,os-odl_l3-nofeature-ha,apex,10/33,30.0
-2017-06-16 01:45,os-nosdn-kvm-ha,apex,20/33,61.0
-2017-06-16 01:45,os-odl_l3-fdio-noha,apex,26/30,87.0
-2017-06-16 01:45,os-nosdn-nofeature-noha,apex,28/33,85.0
-2017-06-16 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-06-16 01:45,os-odl-bgpvpn-ha,apex,11/36,31.0
-2017-06-16 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-06-16 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-06-16 01:45,os-odl_l3-ovs-noha,apex,4/33,12.0
-2017-06-16 01:45,os-odl_l2-fdio-ha,apex,30/36,83.0
-2017-06-16 01:45,os-nosdn-nofeature-ha,apex,26/33,79.0
-2017-06-16 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-06-16 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-06-16 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-06-16 01:45,os-odl_l3-nofeature-ha,compass,23/30,77.0
-2017-06-16 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-06-16 01:45,os-nosdn-kvm-noha,fuel,35/36,97.0
-2017-06-16 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,41/42,98.0
-2017-06-16 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-06-16 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,35/39,90.0
-2017-06-16 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-06-16 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-06-16 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-06-16 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-06-16 01:45,os-nosdn-kvm-ha,fuel,38/39,97.0
-2017-06-16 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-06-16 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-06-16 01:45,os-odl_l2-bgpvpn-ha,fuel,39/42,93.0
-2017-06-16 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-06-16 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-06-16 01:45,os-odl_l2-bgpvpn-noha,fuel,42/42,100.0
-2017-06-16 01:45,os-odl_l2-nofeature-ha,fuel,40/42,95.0
-2017-06-16 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-06-16 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-06-17 01:45,os-nosdn-kvm-noha,apex,25/33,76.0
-2017-06-17 01:45,os-nosdn-fdio-noha,apex,6/30,20.0
-2017-06-17 01:45,os-odl-gluon-noha,apex,10/36,28.0
-2017-06-17 01:45,os-nosdn-ovs-noha,apex,4/33,12.0
-2017-06-17 01:45,os-nosdn-nofeature-noha,apex,28/33,85.0
-2017-06-17 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-06-17 01:45,os-ovn-nofeature-noha,apex,9/33,27.0
-2017-06-17 01:45,os-odl_l2-fdio-noha,apex,31/36,86.0
-2017-06-17 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-06-17 01:45,os-odl_l3-nofeature-ha,apex,10/33,30.0
-2017-06-17 01:45,os-odl_l2-fdio-ha,apex,16/36,44.0
-2017-06-17 01:45,os-odl_l3-fdio-noha,apex,25/30,83.0
-2017-06-17 01:45,os-odl_l3-nofeature-noha,apex,10/33,30.0
-2017-06-17 01:45,os-odl_l3-fdio-ha,apex,26/30,87.0
-2017-06-17 01:45,os-odl-bgpvpn-ha,apex,11/36,31.0
-2017-06-17 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-06-17 01:45,os-odl_l3-ovs-noha,apex,4/33,12.0
-2017-06-17 01:45,os-nosdn-kvm-ha,apex,20/33,61.0
-2017-06-17 01:45,os-nosdn-nofeature-ha,apex,28/33,85.0
-2017-06-17 01:45,os-onos-sfc-ha,compass,1/36,3.0
-2017-06-17 01:45,os-odl_l3-nofeature-ha,compass,23/30,77.0
-2017-06-17 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-06-17 01:45,os-onos-nofeature-ha,compass,29/33,88.0
-2017-06-17 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-06-17 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-06-17 01:45,os-nosdn-kvm-noha,fuel,35/36,97.0
-2017-06-17 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,41/42,98.0
-2017-06-17 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-06-17 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,35/39,90.0
-2017-06-17 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-06-17 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-06-17 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-06-17 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-06-17 01:45,os-nosdn-kvm-ha,fuel,38/39,97.0
-2017-06-17 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-06-17 01:45,os-odl_l2-nofeature-noha,fuel,36/39,92.0
-2017-06-17 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-06-17 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-06-17 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-06-17 01:45,os-odl_l2-bgpvpn-noha,fuel,42/42,100.0
-2017-06-17 01:45,os-odl_l2-nofeature-ha,fuel,40/42,95.0
-2017-06-17 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-06-17 01:45,os-nosdn-nofeature-ha,fuel,36/39,92.0
-2017-06-18 01:45,os-nosdn-kvm-noha,apex,19/33,58.0
-2017-06-18 01:45,os-nosdn-fdio-noha,apex,6/30,20.0
-2017-06-18 01:45,os-odl-gluon-noha,apex,10/36,28.0
-2017-06-18 01:45,os-nosdn-ovs-noha,apex,4/33,12.0
-2017-06-18 01:45,os-odl_l3-nofeature-noha,apex,10/33,30.0
-2017-06-18 01:45,os-odl_l2-fdio-noha,apex,10/36,28.0
-2017-06-18 01:45,os-ovn-nofeature-noha,apex,9/33,27.0
-2017-06-18 01:45,os-odl_l3-fdio-noha,apex,24/30,80.0
-2017-06-18 01:45,os-odl_l3-nofeature-ha,apex,8/33,24.0
-2017-06-18 01:45,os-nosdn-kvm-ha,apex,17/33,52.0
-2017-06-18 01:45,os-nosdn-nofeature-noha,apex,28/33,85.0
-2017-06-18 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-06-18 01:45,os-odl-bgpvpn-ha,apex,11/36,31.0
-2017-06-18 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-06-18 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-06-18 01:45,os-odl_l3-ovs-noha,apex,4/33,12.0
-2017-06-18 01:45,os-odl_l2-fdio-ha,apex,18/36,50.0
-2017-06-18 01:45,os-nosdn-nofeature-ha,apex,28/33,85.0
-2017-06-18 01:45,os-odl_l3-fdio-ha,apex,20/30,67.0
-2017-06-18 01:45,os-onos-sfc-ha,compass,9/36,25.0
-2017-06-18 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-06-18 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-06-18 01:45,os-onos-nofeature-ha,compass,29/33,88.0
-2017-06-18 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-06-18 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-06-18 01:45,os-nosdn-kvm-noha,fuel,35/36,97.0
-2017-06-18 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,41/42,98.0
-2017-06-18 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-06-18 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,35/39,90.0
-2017-06-18 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-06-18 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-06-18 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-06-18 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-06-18 01:45,os-nosdn-kvm-ha,fuel,38/39,97.0
-2017-06-18 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-06-18 01:45,os-odl_l2-nofeature-noha,fuel,36/39,92.0
-2017-06-18 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-06-18 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-06-18 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-06-18 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-06-18 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-06-18 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-06-18 01:45,os-nosdn-nofeature-ha,fuel,36/39,92.0
-2017-06-19 01:45,os-nosdn-kvm-noha,apex,25/33,76.0
-2017-06-19 01:45,os-nosdn-fdio-noha,apex,6/30,20.0
-2017-06-19 01:45,os-odl-gluon-noha,apex,10/36,28.0
-2017-06-19 01:45,os-nosdn-ovs-noha,apex,6/33,18.0
-2017-06-19 01:45,os-nosdn-nofeature-noha,apex,28/33,85.0
-2017-06-19 01:45,os-ovn-nofeature-noha,apex,9/33,27.0
-2017-06-19 01:45,os-odl_l2-fdio-noha,apex,10/36,28.0
-2017-06-19 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-06-19 01:45,os-odl_l3-nofeature-ha,apex,8/33,24.0
-2017-06-19 01:45,os-nosdn-kvm-ha,apex,20/33,61.0
-2017-06-19 01:45,os-odl_l3-fdio-noha,apex,24/30,80.0
-2017-06-19 01:45,os-odl_l3-nofeature-noha,apex,10/33,30.0
-2017-06-19 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-06-19 01:45,os-odl-bgpvpn-ha,apex,11/36,31.0
-2017-06-19 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-06-19 01:45,os-odl_l3-ovs-noha,apex,4/33,12.0
-2017-06-19 01:45,os-odl_l2-fdio-ha,apex,18/36,50.0
-2017-06-19 01:45,os-nosdn-nofeature-ha,apex,28/33,85.0
-2017-06-19 01:45,os-odl_l3-fdio-ha,apex,20/30,67.0
-2017-06-19 01:45,os-onos-sfc-ha,compass,15/36,42.0
-2017-06-19 01:45,os-odl_l3-nofeature-ha,compass,23/30,77.0
-2017-06-19 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-06-19 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-06-19 01:45,os-odl_l2-nofeature-ha,compass,30/33,91.0
-2017-06-19 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-06-19 01:45,os-nosdn-kvm-noha,fuel,35/36,97.0
-2017-06-19 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-06-19 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-06-19 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-06-19 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-06-19 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-06-19 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-06-19 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-06-19 01:45,os-nosdn-kvm-ha,fuel,38/39,97.0
-2017-06-19 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-06-19 01:45,os-odl_l2-nofeature-noha,fuel,37/39,95.0
-2017-06-19 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-06-19 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-06-19 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,38/39,97.0
-2017-06-19 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-06-19 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-06-19 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-06-19 01:45,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-06-20 01:45,os-nosdn-kvm-noha,apex,17/33,52.0
-2017-06-20 01:45,os-nosdn-fdio-noha,apex,6/30,20.0
-2017-06-20 01:45,os-odl-gluon-noha,apex,10/36,28.0
-2017-06-20 01:45,os-nosdn-ovs-noha,apex,4/33,12.0
-2017-06-20 01:45,os-odl_l3-nofeature-noha,apex,7/33,21.0
-2017-06-20 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-06-20 01:45,os-odl_l2-fdio-noha,apex,8/36,22.0
-2017-06-20 01:45,os-ovn-nofeature-noha,apex,9/33,27.0
-2017-06-20 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-06-20 01:45,os-odl-bgpvpn-ha,apex,11/36,31.0
-2017-06-20 01:45,os-odl_l3-fdio-noha,apex,24/30,80.0
-2017-06-20 01:45,os-nosdn-nofeature-noha,apex,28/33,85.0
-2017-06-20 01:45,os-odl_l3-fdio-ha,apex,20/30,67.0
-2017-06-20 01:45,os-nosdn-kvm-ha,apex,18/33,55.0
-2017-06-20 01:45,os-odl_l3-nofeature-ha,apex,8/33,24.0
-2017-06-20 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-06-20 01:45,os-odl_l3-ovs-noha,apex,4/33,12.0
-2017-06-20 01:45,os-odl_l2-fdio-ha,apex,16/36,44.0
-2017-06-20 01:45,os-nosdn-nofeature-ha,apex,28/33,85.0
-2017-06-20 01:45,os-onos-sfc-ha,compass,22/36,61.0
-2017-06-20 01:45,os-odl_l3-nofeature-ha,compass,22/30,73.0
-2017-06-20 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-06-20 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-06-20 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-06-20 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-06-20 01:45,os-nosdn-kvm-noha,fuel,35/36,97.0
-2017-06-20 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-06-20 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-06-20 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,39/39,100.0
-2017-06-20 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-06-20 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-06-20 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-06-20 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-06-20 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-06-20 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-06-20 01:45,os-odl_l2-nofeature-noha,fuel,37/39,95.0
-2017-06-20 01:45,os-odl_l2-bgpvpn-ha,fuel,37/42,88.0
-2017-06-20 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-06-20 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-06-20 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-06-20 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-06-20 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-06-20 01:45,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-06-21 01:45,os-nosdn-kvm-noha,apex,17/33,52.0
-2017-06-21 01:45,os-nosdn-fdio-noha,apex,6/30,20.0
-2017-06-21 01:45,os-odl-gluon-noha,apex,10/36,28.0
-2017-06-21 01:45,os-nosdn-ovs-noha,apex,4/33,12.0
-2017-06-21 01:45,os-nosdn-nofeature-noha,apex,28/33,85.0
-2017-06-21 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-06-21 01:45,os-odl_l2-fdio-noha,apex,8/36,22.0
-2017-06-21 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-06-21 01:45,os-odl_l3-nofeature-ha,apex,8/33,24.0
-2017-06-21 01:45,os-odl_l2-fdio-ha,apex,16/36,44.0
-2017-06-21 01:45,os-odl_l3-fdio-noha,apex,24/30,80.0
-2017-06-21 01:45,os-odl_l3-nofeature-noha,apex,7/33,21.0
-2017-06-21 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-06-21 01:45,os-odl-bgpvpn-ha,apex,11/36,31.0
-2017-06-21 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-06-21 01:45,os-odl_l3-ovs-noha,apex,4/33,12.0
-2017-06-21 01:45,os-nosdn-kvm-ha,apex,18/33,55.0
-2017-06-21 01:45,os-nosdn-nofeature-ha,apex,26/33,79.0
-2017-06-21 01:45,os-odl_l3-fdio-ha,apex,20/30,67.0
-2017-06-21 01:45,os-onos-sfc-ha,compass,22/36,61.0
-2017-06-21 01:45,os-odl_l3-nofeature-ha,compass,23/30,77.0
-2017-06-21 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-06-21 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-06-21 01:45,os-odl_l2-nofeature-ha,compass,26/33,79.0
-2017-06-21 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-06-21 01:45,os-nosdn-kvm-noha,fuel,35/36,97.0
-2017-06-21 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-06-21 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-06-21 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,38/39,97.0
-2017-06-21 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-06-21 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-06-21 01:45,os-odl_l2-sfc-noha,fuel,38/42,90.0
-2017-06-21 01:45,os-odl_l3-nofeature-ha,fuel,38/39,97.0
-2017-06-21 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-06-21 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-06-21 01:45,os-odl_l2-nofeature-noha,fuel,37/39,95.0
-2017-06-21 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-06-21 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-06-21 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-06-21 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-06-21 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-06-21 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-06-21 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-06-22 01:45,os-nosdn-kvm-noha,apex,16/33,48.0
-2017-06-22 01:45,os-nosdn-fdio-noha,apex,6/30,20.0
-2017-06-22 01:45,os-odl-gluon-noha,apex,14/36,39.0
-2017-06-22 01:45,os-nosdn-ovs-noha,apex,4/33,12.0
-2017-06-22 01:45,os-odl_l3-nofeature-noha,apex,2/33,6.0
-2017-06-22 01:45,os-odl_l2-fdio-noha,apex,8/36,22.0
-2017-06-22 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-06-22 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-06-22 01:45,os-odl-bgpvpn-ha,apex,6/36,17.0
-2017-06-22 01:45,os-nosdn-kvm-ha,apex,18/33,55.0
-2017-06-22 01:45,os-nosdn-nofeature-noha,apex,28/33,85.0
-2017-06-22 01:45,os-odl_l3-fdio-ha,apex,20/30,67.0
-2017-06-22 01:45,os-odl_l3-fdio-noha,apex,24/30,80.0
-2017-06-22 01:45,os-odl_l3-ovs-ha,apex,2/33,6.0
-2017-06-22 01:45,os-nosdn-ovs-ha,apex,4/33,12.0
-2017-06-22 01:45,os-odl_l3-ovs-noha,apex,4/33,12.0
-2017-06-22 01:45,os-odl_l2-fdio-ha,apex,17/36,47.0
-2017-06-22 01:45,os-odl_l3-nofeature-ha,apex,5/33,15.0
-2017-06-22 01:45,os-nosdn-nofeature-ha,apex,26/33,79.0
-2017-06-22 01:45,os-onos-sfc-ha,compass,23/36,64.0
-2017-06-22 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-06-22 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-06-22 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-06-22 01:45,os-odl_l2-nofeature-ha,compass,27/33,82.0
-2017-06-22 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-06-22 01:45,os-nosdn-kvm-noha,fuel,32/36,89.0
-2017-06-22 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-06-22 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,36/39,92.0
-2017-06-22 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-06-22 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-06-22 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-06-22 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-06-22 01:45,os-odl_l3-nofeature-ha,fuel,38/39,97.0
-2017-06-22 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-06-22 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-06-22 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-06-22 01:45,os-odl_l2-bgpvpn-ha,fuel,38/42,90.0
-2017-06-22 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-06-22 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-06-22 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-06-22 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-06-22 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-06-22 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-06-23 01:45,os-nosdn-kvm-noha,apex,19/33,58.0
-2017-06-23 01:45,os-nosdn-fdio-noha,apex,6/30,20.0
-2017-06-23 01:45,os-odl-gluon-noha,apex,14/36,39.0
-2017-06-23 01:45,os-nosdn-ovs-noha,apex,6/33,18.0
-2017-06-23 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-06-23 01:45,os-odl_l2-fdio-noha,apex,16/36,44.0
-2017-06-23 01:45,os-odl_l3-fdio-noha,apex,25/30,83.0
-2017-06-23 01:45,os-odl_l2-fdio-ha,apex,17/36,47.0
-2017-06-23 01:45,os-nosdn-nofeature-noha,apex,28/33,85.0
-2017-06-23 01:45,os-odl_l3-fdio-ha,apex,15/30,50.0
-2017-06-23 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-06-23 01:45,os-nosdn-kvm-ha,apex,18/33,55.0
-2017-06-23 01:45,os-nosdn-nofeature-ha,apex,28/33,85.0
-2017-06-23 01:45,os-onos-sfc-ha,compass,23/36,64.0
-2017-06-23 01:45,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-06-23 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-06-23 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-06-23 01:45,os-odl_l2-nofeature-ha,compass,30/33,91.0
-2017-06-23 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-06-23 01:45,os-nosdn-kvm-noha,fuel,32/36,89.0
-2017-06-23 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-06-23 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,36/39,92.0
-2017-06-23 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-06-23 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-06-23 01:45,os-odl_l2-sfc-noha,fuel,37/42,88.0
-2017-06-23 01:45,os-odl_l3-nofeature-ha,fuel,38/39,97.0
-2017-06-23 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-06-23 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-06-23 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-06-23 01:45,os-odl_l2-bgpvpn-ha,fuel,39/42,93.0
-2017-06-23 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-06-23 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-06-23 01:45,os-odl_l2-nofeature-ha,fuel,40/42,95.0
-2017-06-23 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-06-23 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-06-24 01:45,os-nosdn-kvm-noha,apex,21/33,64.0
-2017-06-24 01:45,os-nosdn-fdio-noha,apex,6/30,20.0
-2017-06-24 01:45,os-nosdn-ovs-noha,apex,6/33,18.0
-2017-06-24 01:45,os-odl_l2-fdio-noha,apex,16/36,44.0
-2017-06-24 01:45,os-nosdn-kvm-ha,apex,18/33,55.0
-2017-06-24 01:45,os-nosdn-nofeature-noha,apex,28/33,85.0
-2017-06-24 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-06-24 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-06-24 01:45,os-odl_l2-fdio-ha,apex,18/36,50.0
-2017-06-24 01:45,os-nosdn-nofeature-ha,apex,28/33,85.0
-2017-06-24 01:45,os-onos-sfc-ha,compass,23/36,64.0
-2017-06-24 01:45,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-06-24 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-06-24 01:45,os-onos-nofeature-ha,compass,29/33,88.0
-2017-06-24 01:45,os-odl_l2-nofeature-ha,compass,31/33,94.0
-2017-06-24 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-06-24 01:45,os-nosdn-kvm-noha,fuel,32/36,89.0
-2017-06-24 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-06-24 01:45,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-06-24 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-06-24 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-06-24 01:45,os-odl_l2-sfc-noha,fuel,36/42,86.0
-2017-06-24 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-06-24 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-06-24 01:45,os-nosdn-nofeature-noha,fuel,35/36,97.0
-2017-06-24 01:45,os-odl_l2-nofeature-noha,fuel,35/39,90.0
-2017-06-24 01:45,os-odl_l2-bgpvpn-ha,fuel,39/42,93.0
-2017-06-24 01:45,os-odl_l3-nofeature-noha,fuel,35/36,97.0
-2017-06-24 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,36/39,92.0
-2017-06-24 01:45,os-odl_l2-bgpvpn-noha,fuel,40/42,95.0
-2017-06-24 01:45,os-odl_l2-nofeature-ha,fuel,41/42,98.0
-2017-06-24 01:45,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-06-25 01:45,os-nosdn-kvm-noha,apex,21/33,64.0
-2017-06-25 01:45,os-nosdn-fdio-noha,apex,6/30,20.0
-2017-06-25 01:45,os-odl-gluon-noha,apex,18/36,50.0
-2017-06-25 01:45,os-nosdn-ovs-noha,apex,6/33,18.0
-2017-06-25 01:45,os-odl_l3-nofeature-noha,apex,10/33,30.0
-2017-06-25 01:45,os-odl_l2-fdio-noha,apex,16/36,44.0
-2017-06-25 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-06-25 01:45,os-odl_l3-nofeature-ha,apex,7/33,21.0
-2017-06-25 01:45,os-odl_l2-fdio-ha,apex,17/36,47.0
-2017-06-25 01:45,os-odl_l3-fdio-noha,apex,23/30,77.0
-2017-06-25 01:45,os-nosdn-nofeature-noha,apex,28/33,85.0
-2017-06-25 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-06-25 01:45,os-odl-bgpvpn-ha,apex,14/36,39.0
-2017-06-25 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-06-25 01:45,os-odl_l3-ovs-noha,apex,4/33,12.0
-2017-06-25 01:45,os-nosdn-nofeature-ha,apex,28/33,85.0
-2017-06-25 01:45,os-odl_l3-fdio-ha,apex,20/30,67.0
-2017-06-25 01:45,os-onos-sfc-ha,compass,23/36,64.0
-2017-06-25 01:45,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-06-25 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-06-25 01:45,os-onos-nofeature-ha,compass,29/33,88.0
-2017-06-25 01:45,os-odl_l2-nofeature-ha,compass,30/33,91.0
-2017-06-25 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-06-25 01:45,os-nosdn-kvm-noha,fuel,32/36,89.0
-2017-06-25 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-06-25 01:45,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-06-25 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,35/39,90.0
-2017-06-25 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-06-25 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-06-25 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-06-25 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-06-25 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-06-25 01:45,os-nosdn-nofeature-noha,fuel,35/36,97.0
-2017-06-25 01:45,os-odl_l2-nofeature-noha,fuel,39/39,100.0
-2017-06-25 01:45,os-odl_l2-bgpvpn-ha,fuel,39/42,93.0
-2017-06-25 01:45,os-odl_l2-sfc-ha,fuel,44/45,98.0
-2017-06-25 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,36/36,100.0
-2017-06-25 01:45,os-odl_l2-bgpvpn-noha,fuel,40/42,95.0
-2017-06-25 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-06-25 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-06-25 01:45,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-06-26 01:45,os-nosdn-kvm-noha,apex,28/33,85.0
-2017-06-26 01:45,os-nosdn-fdio-noha,apex,6/30,20.0
-2017-06-26 01:45,os-odl-gluon-noha,apex,18/36,50.0
-2017-06-26 01:45,os-nosdn-ovs-noha,apex,6/33,18.0
-2017-06-26 01:45,os-nosdn-nofeature-noha,apex,30/33,91.0
-2017-06-26 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-06-26 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-06-26 01:45,os-odl_l3-nofeature-ha,apex,7/33,21.0
-2017-06-26 01:45,os-odl_l2-fdio-ha,apex,17/36,47.0
-2017-06-26 01:45,os-odl_l3-fdio-noha,apex,17/30,57.0
-2017-06-26 01:45,os-odl_l3-nofeature-noha,apex,10/33,30.0
-2017-06-26 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-06-26 01:45,os-odl-bgpvpn-ha,apex,14/36,39.0
-2017-06-26 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-06-26 01:45,os-odl_l3-ovs-noha,apex,4/33,12.0
-2017-06-26 01:45,os-nosdn-kvm-ha,apex,20/33,61.0
-2017-06-26 01:45,os-nosdn-nofeature-ha,apex,28/33,85.0
-2017-06-26 01:45,os-odl_l3-fdio-ha,apex,20/30,67.0
-2017-06-26 01:45,os-onos-sfc-ha,compass,24/36,67.0
-2017-06-26 01:45,os-odl_l3-nofeature-ha,compass,25/30,83.0
-2017-06-26 01:45,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-06-26 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-06-26 01:45,os-odl_l2-nofeature-ha,compass,30/33,91.0
-2017-06-26 01:45,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-06-26 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-06-26 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-06-26 01:45,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-06-26 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,38/39,97.0
-2017-06-26 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-06-26 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-06-26 01:45,os-odl_l2-sfc-noha,fuel,34/42,81.0
-2017-06-26 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-06-26 01:45,os-nosdn-nofeature-noha,fuel,35/36,97.0
-2017-06-26 01:45,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-06-26 01:45,os-odl_l2-bgpvpn-ha,fuel,39/42,93.0
-2017-06-26 01:45,os-odl_l2-sfc-ha,fuel,44/45,98.0
-2017-06-26 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,33/36,92.0
-2017-06-26 01:45,os-odl_l2-bgpvpn-noha,fuel,40/42,95.0
-2017-06-26 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-06-26 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-06-26 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-06-26 10:05,os-nosdn-kvm-noha,apex,28/33,85.0
-2017-06-26 10:05,os-nosdn-fdio-noha,apex,6/30,20.0
-2017-06-26 10:05,os-odl-gluon-noha,apex,18/36,50.0
-2017-06-26 10:05,os-nosdn-ovs-noha,apex,6/33,18.0
-2017-06-26 10:05,os-nosdn-nofeature-noha,apex,30/33,91.0
-2017-06-26 10:05,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-06-26 10:05,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-06-26 10:05,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-06-26 10:05,os-odl-bgpvpn-ha,apex,14/36,39.0
-2017-06-26 10:05,os-odl_l2-fdio-ha,apex,17/36,47.0
-2017-06-26 10:05,os-odl_l3-fdio-noha,apex,17/30,57.0
-2017-06-26 10:05,os-odl_l3-nofeature-noha,apex,16/33,48.0
-2017-06-26 10:05,os-odl_l3-fdio-ha,apex,20/30,67.0
-2017-06-26 10:05,os-odl_l3-nofeature-ha,apex,12/33,36.0
-2017-06-26 10:05,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-06-26 10:05,os-odl_l3-ovs-noha,apex,4/33,12.0
-2017-06-26 10:05,os-nosdn-kvm-ha,apex,20/33,61.0
-2017-06-26 10:05,os-nosdn-nofeature-ha,apex,28/33,85.0
-2017-06-26 12:31,os-nosdn-kvm-noha,apex,12/12,100.0
-2017-06-26 12:32,os-nosdn-kvm-noha,apex,0/3,0.0
-2017-06-26 12:32,os-nosdn-fdio-noha,apex,6/30,20.0
-2017-06-27 01:45,os-nosdn-kvm-noha,apex,28/33,85.0
-2017-06-27 01:45,os-nosdn-fdio-noha,apex,6/30,20.0
-2017-06-27 01:45,os-odl-gluon-noha,apex,24/36,67.0
-2017-06-27 01:45,os-nosdn-ovs-noha,apex,6/33,18.0
-2017-06-27 01:45,os-odl_l3-nofeature-noha,apex,16/33,48.0
-2017-06-27 01:45,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-06-27 01:45,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-06-27 01:45,os-odl_l3-ovs-ha,apex,4/33,12.0
-2017-06-27 01:45,os-odl-bgpvpn-ha,apex,17/36,47.0
-2017-06-27 01:45,os-odl_l3-fdio-noha,apex,14/30,47.0
-2017-06-27 01:45,os-nosdn-nofeature-noha,apex,30/33,91.0
-2017-06-27 01:45,os-odl_l3-fdio-ha,apex,11/30,37.0
-2017-06-27 01:45,os-odl_l3-nofeature-ha,apex,12/33,36.0
-2017-06-27 01:45,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-06-27 01:45,os-odl_l3-ovs-noha,apex,4/33,12.0
-2017-06-27 01:45,os-nosdn-kvm-ha,apex,20/33,61.0
-2017-06-27 01:45,os-nosdn-nofeature-ha,apex,28/33,85.0
-2017-06-27 06:56,os-nosdn-kvm-noha,apex,28/33,85.0
-2017-06-27 06:56,os-nosdn-fdio-noha,apex,6/30,20.0
-2017-06-27 06:56,os-odl-gluon-noha,apex,24/36,67.0
-2017-06-27 06:56,os-nosdn-ovs-noha,apex,6/33,18.0
-2017-06-27 06:56,os-odl_l3-nofeature-noha,apex,16/33,48.0
-2017-06-27 06:56,os-nosdn-fdio-ha,apex,6/30,20.0
-2017-06-27 06:56,os-ovn-nofeature-noha,apex,6/33,18.0
-2017-06-27 06:56,os-odl_l3-fdio-noha,apex,14/30,47.0
-2017-06-27 06:56,os-odl-bgpvpn-ha,apex,17/36,47.0
-2017-06-27 06:56,os-nosdn-kvm-ha,apex,20/33,61.0
-2017-06-27 06:56,os-nosdn-nofeature-noha,apex,30/33,91.0
-2017-06-27 06:56,os-odl_l3-fdio-ha,apex,11/30,37.0
-2017-06-27 06:56,os-odl_l3-nofeature-ha,apex,12/33,36.0
-2017-06-27 06:56,os-nosdn-ovs-ha,apex,6/33,18.0
-2017-06-27 06:56,os-odl_l3-ovs-noha,apex,4/33,12.0
-2017-06-27 06:56,os-nosdn-nofeature-ha,apex,28/33,85.0
-2017-06-27 06:56,os-onos-sfc-ha,compass,24/36,67.0
-2017-06-27 06:56,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-06-27 06:56,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-06-27 06:56,os-onos-nofeature-ha,compass,28/33,85.0
-2017-06-27 06:56,os-odl_l2-nofeature-ha,compass,30/33,91.0
-2017-06-27 06:56,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-06-27 06:56,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-06-27 06:56,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-06-27 06:56,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,38/39,97.0
-2017-06-27 06:56,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-06-27 06:56,os-nosdn-kvm_ovs_dpdk-ha,fuel,38/39,97.0
-2017-06-27 06:56,os-odl_l2-bgpvpn-noha,fuel,40/42,95.0
-2017-06-27 06:56,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-06-27 06:56,os-odl_l2-sfc-ha,fuel,44/45,98.0
-2017-06-27 06:56,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-06-27 06:56,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-06-27 06:56,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-06-27 06:56,os-odl_l2-bgpvpn-ha,fuel,39/42,93.0
-2017-06-27 06:56,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-06-27 06:56,os-nosdn-kvm_ovs_dpdk-noha,fuel,33/36,92.0
-2017-06-27 06:56,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-06-27 06:56,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-06-27 06:56,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-06-27 07:48,os-nosdn-kvm-noha,apex,28/30,93.0
-2017-06-27 07:48,os-nosdn-fdio-noha,apex,6/27,22.0
-2017-06-27 07:48,os-odl-gluon-noha,apex,24/33,73.0
-2017-06-27 07:48,os-nosdn-ovs-noha,apex,6/30,20.0
-2017-06-27 07:48,os-odl_l3-nofeature-noha,apex,16/30,53.0
-2017-06-27 07:48,os-nosdn-fdio-ha,apex,6/27,22.0
-2017-06-27 07:48,os-ovn-nofeature-noha,apex,6/30,20.0
-2017-06-27 07:48,os-odl_l3-fdio-noha,apex,14/27,52.0
-2017-06-27 07:48,os-odl-bgpvpn-ha,apex,17/33,52.0
-2017-06-27 07:48,os-nosdn-kvm-ha,apex,20/30,67.0
-2017-06-27 07:48,os-nosdn-nofeature-noha,apex,30/30,100.0
-2017-06-27 07:48,os-odl_l3-fdio-ha,apex,11/27,41.0
-2017-06-27 07:48,os-odl_l3-nofeature-ha,apex,12/30,40.0
-2017-06-27 07:48,os-nosdn-ovs-ha,apex,6/30,20.0
-2017-06-27 07:48,os-odl_l3-ovs-noha,apex,4/30,13.0
-2017-06-27 07:48,os-nosdn-nofeature-ha,apex,28/30,93.0
-2017-06-27 07:48,os-onos-sfc-ha,compass,24/36,67.0
-2017-06-27 07:48,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-06-27 07:48,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-06-27 07:48,os-onos-nofeature-ha,compass,28/33,85.0
-2017-06-27 07:48,os-odl_l2-nofeature-ha,compass,30/33,91.0
-2017-06-27 07:48,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-06-27 07:48,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-06-27 07:48,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-06-27 07:48,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,38/39,97.0
-2017-06-27 07:48,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-06-27 07:48,os-nosdn-kvm_ovs_dpdk-ha,fuel,38/39,97.0
-2017-06-27 07:48,os-odl_l2-bgpvpn-noha,fuel,40/42,95.0
-2017-06-27 07:48,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-06-27 07:48,os-odl_l2-sfc-ha,fuel,44/45,98.0
-2017-06-27 07:48,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-06-27 07:48,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-06-27 07:48,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-06-27 07:48,os-odl_l2-bgpvpn-ha,fuel,39/42,93.0
-2017-06-27 07:48,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-06-27 07:48,os-nosdn-kvm_ovs_dpdk-noha,fuel,33/36,92.0
-2017-06-27 07:48,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-06-27 07:48,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-06-27 07:48,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-06-27 08:20,os-nosdn-kvm-noha,apex,28/30,93.0
-2017-06-27 08:20,os-nosdn-fdio-noha,apex,6/27,22.0
-2017-06-27 08:20,os-odl-gluon-noha,apex,24/33,73.0
-2017-06-27 08:20,os-nosdn-ovs-noha,apex,6/30,20.0
-2017-06-27 08:20,os-odl_l3-nofeature-noha,apex,16/30,53.0
-2017-06-27 08:20,os-nosdn-fdio-ha,apex,6/27,22.0
-2017-06-27 08:20,os-odl_l2-fdio-noha,apex,10/33,30.0
-2017-06-27 08:20,os-ovn-nofeature-noha,apex,6/30,20.0
-2017-06-27 08:20,os-odl_l3-fdio-noha,apex,14/27,52.0
-2017-06-27 08:20,os-odl-bgpvpn-ha,apex,17/33,52.0
-2017-06-27 08:20,os-nosdn-kvm-ha,apex,20/30,67.0
-2017-06-27 08:20,os-nosdn-nofeature-noha,apex,30/30,100.0
-2017-06-27 08:20,os-odl_l3-fdio-ha,apex,11/27,41.0
-2017-06-27 08:20,os-odl_l3-nofeature-ha,apex,12/30,40.0
-2017-06-27 08:20,os-odl_l3-ovs-ha,apex,4/30,13.0
-2017-06-27 08:20,os-nosdn-ovs-ha,apex,6/30,20.0
-2017-06-27 08:20,os-odl_l3-ovs-noha,apex,4/30,13.0
-2017-06-27 08:20,os-odl_l2-fdio-ha,apex,17/33,52.0
-2017-06-27 08:20,os-nosdn-nofeature-ha,apex,29/30,97.0
-2017-06-27 08:20,os-onos-sfc-ha,compass,24/36,67.0
-2017-06-27 08:20,os-odl_l3-nofeature-ha,compass,26/30,87.0
-2017-06-27 08:20,os-ocl-nofeature-ha,compass,3/30,10.0
-2017-06-27 08:20,os-onos-nofeature-ha,compass,28/33,85.0
-2017-06-27 08:20,os-odl_l2-nofeature-ha,compass,30/33,91.0
-2017-06-27 08:20,os-nosdn-nofeature-ha,compass,30/30,100.0
-2017-06-27 08:20,os-nosdn-kvm_ovs_dpdk-noha,fuel,33/36,92.0
-2017-06-27 08:20,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-06-27 08:20,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-06-27 08:20,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-06-27 08:20,os-nosdn-kvm_ovs_dpdk-ha,fuel,38/39,97.0
-2017-06-27 08:20,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-06-27 08:20,os-odl_l2-bgpvpn-noha,fuel,40/42,95.0
-2017-06-27 08:20,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-06-27 08:20,os-odl_l2-sfc-ha,fuel,44/45,98.0
-2017-06-27 08:20,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-06-27 08:20,os-nosdn-nofeature-noha,fuel,35/36,97.0
-2017-06-27 08:20,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-06-27 08:20,os-odl_l2-bgpvpn-ha,fuel,39/42,93.0
-2017-06-27 08:20,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-06-27 08:20,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,38/39,97.0
-2017-06-27 08:20,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-06-27 08:20,os-nosdn-ovs-ha,fuel,38/39,97.0
-2017-06-27 08:20,os-nosdn-nofeature-ha,fuel,38/39,97.0
-2017-07-07 14:52,os-nosdn-kvm-noha,apex,10/30,33.0
-2017-07-07 14:52,os-nosdn-fdio-noha,apex,2/27,7.0
-2017-07-07 14:52,os-odl-gluon-noha,apex,21/33,64.0
-2017-07-07 14:52,os-nosdn-ovs-noha,apex,2/30,7.0
-2017-07-07 14:52,os-nosdn-nofeature-noha,apex,21/30,70.0
-2017-07-07 14:52,os-ovn-nofeature-noha,apex,9/30,30.0
-2017-07-07 14:52,os-odl_l2-fdio-noha,apex,29/33,88.0
-2017-07-07 14:52,os-odl_l3-fdio-noha,apex,24/30,80.0
-2017-07-07 14:52,os-odl_l3-nofeature-ha,apex,16/30,53.0
-2017-07-07 14:52,os-nosdn-kvm-ha,apex,15/30,50.0
-2017-07-07 14:52,os-odl_l3-nofeature-noha,apex,9/30,30.0
-2017-07-07 14:52,os-nosdn-fdio-ha,apex,4/27,15.0
-2017-07-07 14:52,os-odl-bgpvpn-ha,apex,17/33,52.0
-2017-07-07 14:52,os-nosdn-ovs-ha,apex,2/30,7.0
-2017-07-07 14:52,os-odl_l3-ovs-noha,apex,4/30,13.0
-2017-07-07 14:52,os-odl_l2-fdio-ha,apex,12/33,36.0
-2017-07-07 14:52,os-nosdn-nofeature-ha,apex,20/30,67.0
-2017-07-07 14:52,os-odl_l3-fdio-ha,apex,14/30,47.0
-2017-07-07 14:52,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-07-07 14:52,os-onos-nofeature-ha,compass,28/33,85.0
-2017-07-07 14:52,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-07-07 14:52,os-odl_l3-nofeature-ha,compass,22/30,73.0
-2017-07-07 14:52,os-onos-sfc-ha,compass,21/36,58.0
-2017-07-07 14:52,os-nosdn-kvm_ovs_dpdk-noha,fuel,33/36,92.0
-2017-07-07 14:52,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-07-07 14:52,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-07-07 14:52,os-nosdn-kvm_ovs_dpdk-ha,fuel,35/39,90.0
-2017-07-07 14:52,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-07-07 14:52,os-odl_l2-sfc-noha,fuel,38/42,90.0
-2017-07-07 14:52,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-07-07 14:52,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-07-07 14:52,os-odl_l3-nofeature-noha,fuel,24/36,67.0
-2017-07-07 14:52,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-07-07 14:52,os-odl_l2-bgpvpn-ha,fuel,40/42,95.0
-2017-07-07 14:52,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,41/42,98.0
-2017-07-07 14:52,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,37/39,95.0
-2017-07-07 14:52,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-07-07 14:52,os-odl_l2-sfc-ha,fuel,39/45,87.0
-2017-07-07 14:52,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-07-07 14:52,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-07-07 14:52,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-07-07 14:52,os-nosdn-lxd-noha,joid,5/21,24.0
-2017-07-07 14:52,os-nosdn-nofeature-noha,joid,20/30,67.0
-2017-07-07 14:52,os-odl_l2-nofeature-ha,joid,3/33,9.0
-2017-07-07 14:52,os-nosdn-nofeature-ha,joid,19/30,63.0
-2017-07-07 14:52,os-nosdn-lxd-ha,joid,10/21,48.0
-2017-07-08 01:45,os-nosdn-fdio-noha,apex,2/27,7.0
-2017-07-08 01:45,os-odl-gluon-noha,apex,21/33,64.0
-2017-07-08 01:45,os-nosdn-ovs-noha,apex,4/30,13.0
-2017-07-08 01:45,os-nosdn-nofeature-noha,apex,29/30,97.0
-2017-07-08 01:45,os-ovn-nofeature-noha,apex,9/30,30.0
-2017-07-08 01:45,os-odl_l2-fdio-noha,apex,27/33,82.0
-2017-07-08 01:45,os-nosdn-fdio-ha,apex,2/27,7.0
-2017-07-08 01:45,os-odl-bgpvpn-ha,apex,17/33,52.0
-2017-07-08 01:45,os-odl_l3-fdio-noha,apex,14/30,47.0
-2017-07-08 01:45,os-odl_l3-nofeature-noha,apex,5/30,17.0
-2017-07-08 01:45,os-odl_l3-fdio-ha,apex,14/30,47.0
-2017-07-08 01:45,os-odl_l3-nofeature-ha,apex,16/30,53.0
-2017-07-08 01:45,os-nosdn-ovs-ha,apex,4/30,13.0
-2017-07-08 01:45,os-odl_l3-ovs-noha,apex,4/30,13.0
-2017-07-08 01:45,os-odl_l2-fdio-ha,apex,12/33,36.0
-2017-07-08 01:45,os-nosdn-nofeature-ha,apex,30/30,100.0
-2017-07-08 01:45,os-odl_l2-nofeature-ha,compass,28/33,85.0
-2017-07-08 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-07-08 01:45,os-nosdn-nofeature-ha,compass,28/30,93.0
-2017-07-08 01:45,os-odl_l3-nofeature-ha,compass,21/30,70.0
-2017-07-08 01:45,os-onos-sfc-ha,compass,21/36,58.0
-2017-07-08 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-07-08 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,41/42,98.0
-2017-07-08 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-07-08 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,36/39,92.0
-2017-07-08 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-07-08 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,35/39,90.0
-2017-07-08 01:45,os-odl_l2-sfc-noha,fuel,38/42,90.0
-2017-07-08 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-07-08 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-07-08 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-07-08 01:45,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-07-08 01:45,os-odl_l2-bgpvpn-ha,fuel,40/42,95.0
-2017-07-08 01:45,os-odl_l2-sfc-ha,fuel,39/45,87.0
-2017-07-08 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,34/36,94.0
-2017-07-08 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-07-08 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-07-08 01:45,os-odl_l3-nofeature-noha,fuel,24/36,67.0
-2017-07-08 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-07-08 01:45,os-nosdn-lxd-noha,joid,9/21,43.0
-2017-07-08 01:45,os-nosdn-nofeature-noha,joid,20/30,67.0
-2017-07-08 01:45,os-odl_l2-nofeature-ha,joid,3/33,9.0
-2017-07-08 01:45,os-nosdn-nofeature-ha,joid,19/30,63.0
-2017-07-08 01:45,os-nosdn-lxd-ha,joid,10/21,48.0
-2017-07-09 01:45,os-nosdn-kvm-noha,apex,10/30,33.0
-2017-07-09 01:45,os-nosdn-fdio-noha,apex,2/27,7.0
-2017-07-09 01:45,os-odl-gluon-noha,apex,21/33,64.0
-2017-07-09 01:45,os-nosdn-ovs-noha,apex,4/30,13.0
-2017-07-09 01:45,os-odl_l3-nofeature-noha,apex,8/30,27.0
-2017-07-09 01:45,os-odl_l2-fdio-noha,apex,24/33,73.0
-2017-07-09 01:45,os-ovn-nofeature-noha,apex,9/30,30.0
-2017-07-09 01:45,os-odl_l3-fdio-noha,apex,14/30,47.0
-2017-07-09 01:45,os-odl_l3-nofeature-ha,apex,16/30,53.0
-2017-07-09 01:45,os-odl_l2-fdio-ha,apex,26/33,79.0
-2017-07-09 01:45,os-nosdn-nofeature-noha,apex,21/30,70.0
-2017-07-09 01:45,os-nosdn-fdio-ha,apex,4/27,15.0
-2017-07-09 01:45,os-odl-bgpvpn-ha,apex,9/33,27.0
-2017-07-09 01:45,os-odl_l3-ovs-ha,apex,2/30,7.0
-2017-07-09 01:45,os-nosdn-ovs-ha,apex,4/30,13.0
-2017-07-09 01:45,os-odl_l3-ovs-noha,apex,4/30,13.0
-2017-07-09 01:45,os-nosdn-kvm-ha,apex,15/30,50.0
-2017-07-09 01:45,os-nosdn-nofeature-ha,apex,30/30,100.0
-2017-07-09 01:45,os-odl_l3-fdio-ha,apex,15/30,50.0
-2017-07-09 01:45,os-odl_l2-nofeature-ha,compass,25/33,76.0
-2017-07-09 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-07-09 01:45,os-nosdn-nofeature-ha,compass,28/30,93.0
-2017-07-09 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-07-09 01:45,os-onos-sfc-ha,compass,21/36,58.0
-2017-07-09 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-07-09 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,41/42,98.0
-2017-07-09 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,37/39,95.0
-2017-07-09 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-07-09 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-07-09 01:45,os-odl_l2-sfc-noha,fuel,37/42,88.0
-2017-07-09 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-07-09 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-07-09 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-07-09 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-07-09 01:45,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-07-09 01:45,os-odl_l2-bgpvpn-ha,fuel,40/42,95.0
-2017-07-09 01:45,os-odl_l2-sfc-ha,fuel,39/45,87.0
-2017-07-09 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,34/36,94.0
-2017-07-09 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-07-09 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-07-09 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-07-09 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-07-09 01:45,os-nosdn-lxd-noha,joid,10/21,48.0
-2017-07-09 01:45,os-nosdn-nofeature-noha,joid,20/30,67.0
-2017-07-09 01:45,os-odl_l2-nofeature-ha,joid,3/33,9.0
-2017-07-09 01:45,os-nosdn-nofeature-ha,joid,20/30,67.0
-2017-07-09 01:45,os-nosdn-lxd-ha,joid,10/21,48.0
-2017-07-10 01:45,os-nosdn-kvm-noha,apex,10/30,33.0
-2017-07-10 01:45,os-odl-gluon-noha,apex,29/33,88.0
-2017-07-10 01:45,os-nosdn-ovs-noha,apex,4/30,13.0
-2017-07-10 01:45,os-odl_l3-nofeature-noha,apex,8/30,27.0
-2017-07-10 01:45,os-nosdn-fdio-ha,apex,4/27,15.0
-2017-07-10 01:45,os-odl_l2-fdio-noha,apex,24/33,73.0
-2017-07-10 01:45,os-ovn-nofeature-noha,apex,9/30,30.0
-2017-07-10 01:45,os-odl_l3-fdio-noha,apex,20/30,67.0
-2017-07-10 01:45,os-odl_l3-nofeature-ha,apex,16/30,53.0
-2017-07-10 01:45,os-odl_l2-fdio-ha,apex,26/33,79.0
-2017-07-10 01:45,os-nosdn-nofeature-noha,apex,21/30,70.0
-2017-07-10 01:45,os-odl_l3-fdio-ha,apex,15/30,50.0
-2017-07-10 01:45,os-odl-bgpvpn-ha,apex,18/33,55.0
-2017-07-10 01:45,os-odl_l3-ovs-ha,apex,2/30,7.0
-2017-07-10 01:45,os-nosdn-ovs-ha,apex,4/30,13.0
-2017-07-10 01:45,os-odl_l3-ovs-noha,apex,4/30,13.0
-2017-07-10 01:45,os-nosdn-kvm-ha,apex,15/30,50.0
-2017-07-10 01:45,os-nosdn-nofeature-ha,apex,30/30,100.0
-2017-07-10 01:45,os-odl_l2-nofeature-ha,compass,26/33,79.0
-2017-07-10 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-07-10 01:45,os-nosdn-nofeature-ha,compass,28/30,93.0
-2017-07-10 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-07-10 01:45,os-onos-sfc-ha,compass,21/36,58.0
-2017-07-10 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-07-10 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,41/42,98.0
-2017-07-10 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,38/39,97.0
-2017-07-10 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-07-10 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-07-10 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-07-10 01:45,os-odl_l2-sfc-noha,fuel,37/42,88.0
-2017-07-10 01:45,os-odl_l2-sfc-ha,fuel,42/45,93.0
-2017-07-10 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-07-10 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-07-10 01:45,os-odl_l2-nofeature-noha,fuel,38/39,97.0
-2017-07-10 01:45,os-odl_l2-bgpvpn-ha,fuel,40/42,95.0
-2017-07-10 01:45,os-odl_l3-nofeature-ha,fuel,39/39,100.0
-2017-07-10 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,34/36,94.0
-2017-07-10 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-07-10 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-07-10 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-07-10 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-07-10 01:45,os-nosdn-lxd-noha,joid,14/21,67.0
-2017-07-10 01:45,os-nosdn-nofeature-noha,joid,20/30,67.0
-2017-07-10 01:45,os-odl_l2-nofeature-ha,joid,3/33,9.0
-2017-07-10 01:45,os-nosdn-nofeature-ha,joid,29/30,97.0
-2017-07-10 01:45,os-nosdn-lxd-ha,joid,10/21,48.0
-2017-07-12 01:45,os-nosdn-kvm-noha,apex,10/30,33.0
-2017-07-12 01:45,os-odl-gluon-noha,apex,23/33,70.0
-2017-07-12 01:45,os-nosdn-ovs-noha,apex,4/30,13.0
-2017-07-12 01:45,os-odl_l3-nofeature-noha,apex,16/30,53.0
-2017-07-12 01:45,os-nosdn-fdio-ha,apex,11/27,41.0
-2017-07-12 01:45,os-odl_l2-fdio-noha,apex,24/33,73.0
-2017-07-12 01:45,os-ovn-nofeature-noha,apex,9/30,30.0
-2017-07-12 01:45,os-odl_l3-fdio-noha,apex,20/30,67.0
-2017-07-12 01:45,os-odl_l3-nofeature-ha,apex,16/30,53.0
-2017-07-12 01:45,os-odl_l2-fdio-ha,apex,25/33,76.0
-2017-07-12 01:45,os-nosdn-nofeature-noha,apex,20/30,67.0
-2017-07-12 01:45,os-odl_l3-fdio-ha,apex,18/30,60.0
-2017-07-12 01:45,os-odl-bgpvpn-ha,apex,18/33,55.0
-2017-07-12 01:45,os-odl_l3-ovs-ha,apex,4/30,13.0
-2017-07-12 01:45,os-nosdn-ovs-ha,apex,4/30,13.0
-2017-07-12 01:45,os-odl_l3-ovs-noha,apex,4/30,13.0
-2017-07-12 01:45,os-nosdn-kvm-ha,apex,20/30,67.0
-2017-07-12 01:45,os-nosdn-nofeature-ha,apex,20/30,67.0
-2017-07-12 01:45,os-odl_l2-nofeature-ha,compass,27/33,82.0
-2017-07-12 01:45,os-onos-nofeature-ha,compass,27/33,82.0
-2017-07-12 01:45,os-odl_l3-nofeature-ha,compass,24/30,80.0
-2017-07-12 01:45,os-nosdn-nofeature-ha,compass,28/30,93.0
-2017-07-12 01:45,os-onos-sfc-ha,compass,20/36,56.0
-2017-07-12 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-07-12 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-07-12 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-07-12 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,37/39,95.0
-2017-07-12 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-07-12 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-07-12 01:45,os-odl_l2-sfc-noha,fuel,37/42,88.0
-2017-07-12 01:45,os-odl_l3-nofeature-ha,fuel,37/39,95.0
-2017-07-12 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-07-12 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-07-12 01:45,os-odl_l2-nofeature-noha,fuel,26/39,67.0
-2017-07-12 01:45,os-odl_l2-bgpvpn-ha,fuel,41/42,98.0
-2017-07-12 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-07-12 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,34/36,94.0
-2017-07-12 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-07-12 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-07-12 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-07-12 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-07-12 01:45,os-nosdn-lxd-noha,joid,14/21,67.0
-2017-07-12 01:45,os-nosdn-nofeature-noha,joid,20/30,67.0
-2017-07-12 01:45,os-odl_l2-nofeature-ha,joid,6/33,18.0
-2017-07-12 01:45,os-nosdn-nofeature-ha,joid,30/30,100.0
-2017-07-12 01:45,os-nosdn-lxd-ha,joid,10/21,48.0
-2017-07-12 12:10,os-nosdn-kvm-noha,apex,10/30,33.0
-2017-07-12 12:10,os-odl-gluon-noha,apex,23/33,70.0
-2017-07-12 12:10,os-odl_l3-fdio_dvr-noha,apex,10/30,33.0
-2017-07-12 12:10,os-nosdn-ovs-noha,apex,4/30,13.0
-2017-07-12 12:10,os-odl_l3-nofeature-noha,apex,16/30,53.0
-2017-07-12 12:10,os-nosdn-fdio-ha,apex,27/27,100.0
-2017-07-12 12:10,os-odl_l2-fdio-noha,apex,24/33,73.0
-2017-07-12 12:10,os-ovn-nofeature-noha,apex,9/30,30.0
-2017-07-12 12:10,os-odl_l3-fdio-noha,apex,20/30,67.0
-2017-07-12 12:10,os-odl_l3-nofeature-ha,apex,16/30,53.0
-2017-07-12 12:10,os-odl_l2-fdio-ha,apex,25/33,76.0
-2017-07-12 12:10,os-nosdn-nofeature-noha,apex,20/30,67.0
-2017-07-12 12:10,os-odl_l3-fdio-ha,apex,18/30,60.0
-2017-07-12 12:10,os-odl-bgpvpn-ha,apex,18/33,55.0
-2017-07-12 12:10,os-odl_l3-ovs-ha,apex,4/30,13.0
-2017-07-12 12:10,os-nosdn-ovs-ha,apex,4/30,13.0
-2017-07-12 12:10,os-odl_l3-ovs-noha,apex,4/30,13.0
-2017-07-12 12:10,os-nosdn-kvm-ha,apex,20/30,67.0
-2017-07-12 12:10,os-nosdn-nofeature-ha,apex,20/30,67.0
-2017-07-12 12:10,os-odl_l2-nofeature-ha,compass,27/33,82.0
-2017-07-12 12:10,os-onos-nofeature-ha,compass,28/33,85.0
-2017-07-12 12:10,os-odl_l3-nofeature-ha,compass,23/30,77.0
-2017-07-12 12:10,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-07-12 12:10,os-onos-sfc-ha,compass,20/36,56.0
-2017-07-12 12:10,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-07-12 12:10,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-07-12 12:10,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-07-12 12:10,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,37/39,95.0
-2017-07-12 12:10,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-07-12 12:10,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-07-12 12:10,os-odl_l2-sfc-noha,fuel,37/42,88.0
-2017-07-12 12:10,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-07-12 12:10,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-07-12 12:10,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-07-12 12:10,os-odl_l2-nofeature-noha,fuel,26/39,67.0
-2017-07-12 12:10,os-odl_l2-bgpvpn-ha,fuel,41/42,98.0
-2017-07-12 12:10,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-07-12 12:10,os-nosdn-kvm_ovs_dpdk-noha,fuel,34/36,94.0
-2017-07-12 12:10,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-07-12 12:10,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-07-12 12:10,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-07-12 12:10,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-07-12 12:10,os-nosdn-lxd-noha,joid,14/21,67.0
-2017-07-12 12:10,os-nosdn-nofeature-noha,joid,20/30,67.0
-2017-07-12 12:10,os-odl_l2-nofeature-ha,joid,6/33,18.0
-2017-07-12 12:10,os-nosdn-nofeature-ha,joid,30/30,100.0
-2017-07-12 12:10,os-nosdn-lxd-ha,joid,10/21,48.0
-2017-07-13 01:45,os-nosdn-kvm-noha,apex,10/30,33.0
-2017-07-13 01:45,os-nosdn-fdio-noha,apex,26/27,96.0
-2017-07-13 01:45,os-odl-gluon-noha,apex,20/33,61.0
-2017-07-13 01:45,os-odl_l3-fdio_dvr-noha,apex,10/30,33.0
-2017-07-13 01:45,os-nosdn-ovs-noha,apex,4/30,13.0
-2017-07-13 01:45,os-odl_l3-nofeature-noha,apex,16/30,53.0
-2017-07-13 01:45,os-nosdn-fdio-ha,apex,25/27,93.0
-2017-07-13 01:45,os-odl_l2-fdio-noha,apex,24/33,73.0
-2017-07-13 01:45,os-ovn-nofeature-noha,apex,9/30,30.0
-2017-07-13 01:45,os-odl_l3-fdio-noha,apex,20/30,67.0
-2017-07-13 01:45,os-odl_l3-nofeature-ha,apex,16/30,53.0
-2017-07-13 01:45,os-odl_l2-fdio-ha,apex,25/33,76.0
-2017-07-13 01:45,os-nosdn-nofeature-noha,apex,20/30,67.0
-2017-07-13 01:45,os-odl_l3-fdio-ha,apex,18/30,60.0
-2017-07-13 01:45,os-odl-bgpvpn-ha,apex,18/33,55.0
-2017-07-13 01:45,os-odl_l3-ovs-ha,apex,4/30,13.0
-2017-07-13 01:45,os-nosdn-ovs-ha,apex,4/30,13.0
-2017-07-13 01:45,os-odl_l3-ovs-noha,apex,6/30,20.0
-2017-07-13 01:45,os-nosdn-kvm-ha,apex,20/30,67.0
-2017-07-13 01:45,os-nosdn-nofeature-ha,apex,20/30,67.0
-2017-07-13 01:45,os-odl_l2-nofeature-ha,compass,29/33,88.0
-2017-07-13 01:45,os-onos-nofeature-ha,compass,28/33,85.0
-2017-07-13 01:45,os-nosdn-nofeature-ha,compass,29/30,97.0
-2017-07-13 01:45,os-odl_l3-nofeature-ha,compass,23/30,77.0
-2017-07-13 01:45,os-onos-sfc-ha,compass,20/36,56.0
-2017-07-13 01:45,os-nosdn-kvm-noha,fuel,36/36,100.0
-2017-07-13 01:45,os-nosdn-kvm_ovs_dpdk_bar-ha,fuel,42/42,100.0
-2017-07-13 01:45,os-nosdn-ovs-ha,fuel,39/39,100.0
-2017-07-13 01:45,os-nosdn-kvm_ovs_dpdk_bar-noha,fuel,36/39,92.0
-2017-07-13 01:45,os-nosdn-ovs-noha,fuel,36/36,100.0
-2017-07-13 01:45,os-nosdn-kvm_ovs_dpdk-ha,fuel,39/39,100.0
-2017-07-13 01:45,os-odl_l2-sfc-noha,fuel,35/42,83.0
-2017-07-13 01:45,os-odl_l3-nofeature-ha,fuel,36/39,92.0
-2017-07-13 01:45,os-nosdn-kvm-ha,fuel,39/39,100.0
-2017-07-13 01:45,os-nosdn-nofeature-noha,fuel,36/36,100.0
-2017-07-13 01:45,os-odl_l2-nofeature-noha,fuel,39/39,100.0
-2017-07-13 01:45,os-odl_l2-bgpvpn-ha,fuel,41/42,98.0
-2017-07-13 01:45,os-odl_l3-nofeature-noha,fuel,36/36,100.0
-2017-07-13 01:45,os-nosdn-kvm_ovs_dpdk-noha,fuel,35/36,97.0
-2017-07-13 01:45,os-odl_l2-bgpvpn-noha,fuel,41/42,98.0
-2017-07-13 01:45,os-odl_l2-sfc-ha,fuel,45/45,100.0
-2017-07-13 01:45,os-odl_l2-nofeature-ha,fuel,42/42,100.0
-2017-07-13 01:45,os-nosdn-nofeature-ha,fuel,39/39,100.0
-2017-07-13 01:45,os-nosdn-lxd-noha,joid,15/21,71.0
-2017-07-13 01:45,os-nosdn-nofeature-noha,joid,10/30,33.0
-2017-07-13 01:45,os-odl_l2-nofeature-ha,joid,6/33,18.0
-2017-07-13 01:45,os-nosdn-nofeature-ha,joid,30/30,100.0
-2017-07-13 01:45,os-nosdn-lxd-ha,joid,10/21,48.0
diff --git a/docs/results/danube/3.0/validated_scenario_history.txt b/docs/results/danube/3.0/validated_scenario_history.txt
deleted file mode 100644
index 92d67677..00000000
--- a/docs/results/danube/3.0/validated_scenario_history.txt
+++ /dev/null
@@ -1,745 +0,0 @@
-2017-03-19 02:03;compass;os-nosdn-nofeature-ha
-2017-03-20 02:04;compass;os-nosdn-nofeature-ha
-2017-03-21 02:03;compass;os-nosdn-nofeature-ha
-2017-03-22 02:01;apex;os-nosdn-nofeature-ha
-2017-03-23 02:14;joid;os-nosdn-nofeature-noha
-2017-03-24 02:09;fuel;os-nosdn-nofeature-noha
-2017-03-24 02:11;fuel;os-nosdn-ovs-ha
-2017-03-25 02:06;fuel;os-nosdn-ovs-noha
-2017-03-25 02:09;fuel;os-nosdn-nofeature-noha
-2017-03-25 02:11;fuel;os-nosdn-ovs-ha
-2017-03-26 02:06;fuel;os-nosdn-ovs-noha
-2017-03-26 02:09;fuel;os-nosdn-nofeature-noha
-2017-03-26 02:11;fuel;os-nosdn-ovs-ha
-2017-03-27 02:06;fuel;os-nosdn-ovs-noha
-2017-03-27 02:09;fuel;os-nosdn-nofeature-noha
-2017-03-27 02:11;fuel;os-nosdn-ovs-ha
-2017-03-28 02:04;compass;os-nosdn-openo-ha
-2017-03-28 02:04;compass;os-nosdn-nofeature-ha
-2017-03-28 02:04;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-03-28 02:05;fuel;os-nosdn-kvm-noha
-2017-03-28 02:06;fuel;os-nosdn-ovs-noha
-2017-03-28 02:09;fuel;os-nosdn-nofeature-noha
-2017-03-28 13:40;compass;os-nosdn-openo-ha
-2017-03-28 13:41;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-03-28 13:42;fuel;os-nosdn-kvm-noha
-2017-03-28 13:42;fuel;os-nosdn-ovs-noha
-2017-03-28 13:45;fuel;os-nosdn-nofeature-noha
-2017-03-28 13:48;fuel;os-odl_l2-nofeature-ha
-2017-03-28 14:15;compass;os-nosdn-openo-ha
-2017-03-28 14:16;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-03-28 14:17;fuel;os-nosdn-kvm-noha
-2017-03-28 14:18;fuel;os-nosdn-ovs-noha
-2017-03-28 14:21;fuel;os-nosdn-nofeature-noha
-2017-03-28 14:23;fuel;os-odl_l2-nofeature-ha
-2017-03-28 16:33;apex;os-nosdn-nofeature-ha
-2017-03-28 16:36;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-03-28 16:37;fuel;os-nosdn-kvm-noha
-2017-03-28 16:38;fuel;os-nosdn-ovs-noha
-2017-03-28 16:41;fuel;os-nosdn-nofeature-noha
-2017-03-28 16:43;fuel;os-odl_l2-nofeature-ha
-2017-03-29 02:02;apex;os-nosdn-nofeature-ha
-2017-03-29 02:05;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-03-29 02:05;fuel;os-nosdn-kvm-noha
-2017-03-29 02:06;fuel;os-nosdn-ovs-noha
-2017-03-29 02:06;fuel;os-nosdn-nofeature-noha
-2017-03-29 02:11;fuel;os-odl_l2-nofeature-ha
-2017-03-30 02:02;apex;os-nosdn-nofeature-ha
-2017-03-30 02:05;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-03-30 02:06;fuel;os-nosdn-kvm-noha
-2017-03-30 02:06;fuel;os-nosdn-ovs-noha
-2017-03-30 02:07;fuel;os-nosdn-nofeature-noha
-2017-03-30 02:11;fuel;os-odl_l2-nofeature-ha
-2017-03-31 02:04;apex;os-nosdn-nofeature-ha
-2017-03-31 02:07;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-03-31 02:08;fuel;os-nosdn-kvm-noha
-2017-03-31 02:09;fuel;os-nosdn-ovs-noha
-2017-03-31 02:11;fuel;os-nosdn-nofeature-noha
-2017-03-31 02:13;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-03-31 02:14;fuel;os-odl_l2-nofeature-ha
-2017-04-01 02:04;apex;os-nosdn-nofeature-ha
-2017-04-01 02:07;compass;os-nosdn-nofeature-ha
-2017-04-01 02:07;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-01 02:08;fuel;os-nosdn-kvm-noha
-2017-04-01 02:09;fuel;os-nosdn-ovs-noha
-2017-04-01 02:11;fuel;os-nosdn-nofeature-noha
-2017-04-01 02:13;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-01 02:15;fuel;os-nosdn-ovs-ha
-2017-04-02 02:04;apex;os-nosdn-nofeature-ha
-2017-04-02 02:07;compass;os-nosdn-nofeature-ha
-2017-04-02 02:07;fuel;os-nosdn-kvm-noha
-2017-04-02 02:08;fuel;os-nosdn-ovs-ha
-2017-04-02 02:09;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-02 02:09;fuel;os-nosdn-ovs-noha
-2017-04-02 02:11;fuel;os-nosdn-nofeature-noha
-2017-04-02 02:13;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-03 02:04;apex;os-nosdn-kvm-ha
-2017-04-03 02:04;apex;os-nosdn-nofeature-ha
-2017-04-03 02:07;compass;os-nosdn-nofeature-ha
-2017-04-03 02:07;fuel;os-nosdn-kvm-noha
-2017-04-03 02:08;fuel;os-nosdn-ovs-ha
-2017-04-03 02:09;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-03 02:09;fuel;os-nosdn-ovs-noha
-2017-04-03 02:12;fuel;os-nosdn-nofeature-noha
-2017-04-03 02:14;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-04 02:02;apex;os-nosdn-kvm-ha
-2017-04-04 02:05;apex;os-nosdn-nofeature-ha
-2017-04-04 02:07;compass;os-nosdn-nofeature-ha
-2017-04-04 02:09;fuel;os-nosdn-ovs-ha
-2017-04-04 02:09;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-04 02:10;fuel;os-nosdn-ovs-noha
-2017-04-04 02:14;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-05 02:00;apex;os-nosdn-kvm-ha
-2017-04-05 02:03;apex;os-nosdn-nofeature-ha
-2017-04-05 02:06;compass;os-nosdn-nofeature-ha
-2017-04-05 02:07;fuel;os-nosdn-ovs-ha
-2017-04-05 02:08;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-05 02:08;fuel;os-nosdn-ovs-noha
-2017-04-05 02:13;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-06 02:07;compass;os-nosdn-nofeature-ha
-2017-04-06 02:08;fuel;os-nosdn-ovs-ha
-2017-04-06 02:09;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-06 02:09;fuel;os-nosdn-ovs-noha
-2017-04-06 02:14;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-07 02:08;fuel;os-nosdn-ovs-ha
-2017-04-07 02:09;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-07 02:09;fuel;os-nosdn-ovs-noha
-2017-04-07 02:14;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-08 02:08;fuel;os-nosdn-ovs-ha
-2017-04-08 02:09;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-08 02:09;fuel;os-nosdn-ovs-noha
-2017-04-08 02:14;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-09 02:07;fuel;os-nosdn-kvm-noha
-2017-04-09 02:08;fuel;os-nosdn-ovs-ha
-2017-04-09 02:08;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-09 02:09;fuel;os-nosdn-ovs-noha
-2017-04-09 02:14;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-10 02:07;fuel;os-nosdn-kvm-noha
-2017-04-10 02:08;fuel;os-nosdn-ovs-ha
-2017-04-10 02:08;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-10 02:09;fuel;os-nosdn-ovs-noha
-2017-04-10 02:11;fuel;os-nosdn-nofeature-noha
-2017-04-10 02:13;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-11 02:06;compass;os-nosdn-nofeature-ha
-2017-04-11 02:06;fuel;os-nosdn-kvm-noha
-2017-04-11 02:07;fuel;os-nosdn-ovs-ha
-2017-04-11 02:08;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-11 02:08;fuel;os-nosdn-ovs-noha
-2017-04-11 02:11;fuel;os-nosdn-nofeature-noha
-2017-04-11 02:13;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-11 02:15;fuel;os-nosdn-nofeature-ha
-2017-04-12 02:07;fuel;os-nosdn-ovs-ha
-2017-04-12 02:07;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-12 02:08;fuel;os-nosdn-ovs-noha
-2017-04-12 02:11;fuel;os-nosdn-nofeature-noha
-2017-04-12 02:13;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-12 02:14;fuel;os-nosdn-nofeature-ha
-2017-04-28 20:46;compass;os-nosdn-openo-ha
-2017-04-28 20:48;fuel;os-nosdn-kvm-noha
-2017-04-28 20:49;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-28 20:49;fuel;os-nosdn-ovs-noha
-2017-04-28 20:52;fuel;os-nosdn-kvm-ha
-2017-04-28 20:54;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-28 20:55;fuel;os-nosdn-ovs-ha
-2017-04-28 20:56;fuel;os-nosdn-nofeature-noha
-2017-04-29 02:07;compass;os-nosdn-openo-ha
-2017-04-29 02:08;fuel;os-nosdn-kvm-noha
-2017-04-29 02:09;fuel;os-nosdn-ovs-ha
-2017-04-29 02:10;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-29 02:10;fuel;os-nosdn-ovs-noha
-2017-04-29 02:12;fuel;os-nosdn-kvm-ha
-2017-04-29 02:13;fuel;os-nosdn-nofeature-noha
-2017-04-29 02:15;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-30 02:07;compass;os-nosdn-openo-ha
-2017-04-30 02:08;fuel;os-nosdn-kvm-noha
-2017-04-30 02:09;fuel;os-nosdn-ovs-ha
-2017-04-30 02:10;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-04-30 02:10;fuel;os-nosdn-ovs-noha
-2017-04-30 02:13;fuel;os-nosdn-nofeature-noha
-2017-04-30 02:15;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-04-30 02:17;fuel;os-nosdn-nofeature-ha
-2017-04-30 02:18;joid;os-nosdn-nofeature-noha
-2017-05-01 02:09;compass;os-nosdn-openo-ha
-2017-05-01 02:10;fuel;os-nosdn-kvm-noha
-2017-05-01 02:10;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-01 02:11;fuel;os-nosdn-ovs-ha
-2017-05-01 02:11;fuel;os-nosdn-ovs-noha
-2017-05-01 02:16;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-05-01 02:18;fuel;os-nosdn-nofeature-noha
-2017-05-01 02:18;fuel;os-nosdn-nofeature-ha
-2017-05-01 02:21;joid;os-nosdn-nofeature-noha
-2017-05-02 02:10;fuel;os-nosdn-kvm-noha
-2017-05-02 02:11;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-02 02:11;fuel;os-nosdn-ovs-ha
-2017-05-02 02:12;fuel;os-nosdn-ovs-noha
-2017-05-02 02:14;fuel;os-nosdn-kvm-ha
-2017-05-02 02:14;fuel;os-odl_l3-nofeature-noha
-2017-05-02 02:16;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-05-02 02:17;fuel;os-odl_l2-bgpvpn-noha
-2017-05-02 02:18;fuel;os-nosdn-nofeature-noha
-2017-05-02 02:19;joid;os-nosdn-nofeature-noha
-2017-05-03 02:09;compass;os-nosdn-nofeature-ha
-2017-05-03 02:10;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-03 02:11;fuel;os-nosdn-kvm-noha
-2017-05-03 02:11;fuel;os-nosdn-ovs-noha
-2017-05-03 02:13;fuel;os-nosdn-kvm-ha
-2017-05-03 02:14;fuel;os-odl_l3-nofeature-noha
-2017-05-03 02:15;fuel;os-odl_l2-sfc-ha
-2017-05-03 02:16;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-05-03 02:16;fuel;os-odl_l2-bgpvpn-noha
-2017-05-03 02:17;fuel;os-nosdn-nofeature-noha
-2017-05-03 02:18;fuel;os-nosdn-ovs-ha
-2017-05-03 02:19;joid;os-nosdn-nofeature-noha
-2017-05-04 02:10;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-04 02:11;fuel;os-nosdn-ovs-ha
-2017-05-04 02:11;fuel;os-nosdn-ovs-noha
-2017-05-04 02:13;fuel;os-nosdn-kvm-ha
-2017-05-04 02:14;fuel;os-odl_l3-nofeature-noha
-2017-05-04 02:15;fuel;os-odl_l2-sfc-ha
-2017-05-04 02:16;fuel;os-odl_l2-bgpvpn-noha
-2017-05-04 02:17;fuel;os-nosdn-nofeature-noha
-2017-05-04 02:18;fuel;os-nosdn-kvm-noha
-2017-05-04 02:19;joid;os-nosdn-nofeature-noha
-2017-05-05 02:10;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-05 02:11;fuel;os-nosdn-kvm-noha
-2017-05-05 02:11;fuel;os-nosdn-ovs-noha
-2017-05-05 02:12;fuel;os-odl_l3-nofeature-noha
-2017-05-05 02:14;fuel;os-nosdn-kvm-ha
-2017-05-05 02:14;fuel;os-nosdn-nofeature-noha
-2017-05-05 02:16;fuel;os-odl_l2-sfc-ha
-2017-05-05 02:17;fuel;os-odl_l2-bgpvpn-noha
-2017-05-05 02:18;fuel;os-nosdn-nofeature-ha
-2017-05-05 02:18;fuel;os-nosdn-ovs-ha
-2017-05-06 02:09;compass;os-nosdn-nofeature-ha
-2017-05-06 02:10;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-06 02:11;fuel;os-nosdn-kvm-noha
-2017-05-06 02:11;fuel;os-nosdn-ovs-noha
-2017-05-06 02:12;fuel;os-odl_l3-nofeature-noha
-2017-05-06 02:13;fuel;os-odl_l2-bgpvpn-noha
-2017-05-06 02:14;fuel;os-nosdn-kvm-ha
-2017-05-06 02:15;fuel;os-nosdn-nofeature-noha
-2017-05-06 02:16;fuel;os-odl_l2-sfc-ha
-2017-05-06 02:18;fuel;os-nosdn-ovs-ha
-2017-05-06 02:18;fuel;os-nosdn-nofeature-ha
-2017-05-07 02:09;compass;os-nosdn-nofeature-ha
-2017-05-07 02:09;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-07 02:10;fuel;os-nosdn-kvm-noha
-2017-05-07 02:11;fuel;os-nosdn-ovs-noha
-2017-05-07 02:11;fuel;os-odl_l3-nofeature-noha
-2017-05-07 02:13;fuel;os-nosdn-kvm-ha
-2017-05-07 02:14;fuel;os-nosdn-nofeature-noha
-2017-05-07 02:15;fuel;os-odl_l2-sfc-ha
-2017-05-07 02:16;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-05-07 02:16;fuel;os-odl_l2-bgpvpn-noha
-2017-05-07 02:17;fuel;os-odl_l2-nofeature-ha
-2017-05-07 02:17;fuel;os-nosdn-nofeature-ha
-2017-05-07 02:18;fuel;os-nosdn-ovs-ha
-2017-05-08 02:09;compass;os-nosdn-nofeature-ha
-2017-05-08 02:09;fuel;os-nosdn-kvm-noha
-2017-05-08 02:10;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-08 02:10;fuel;os-nosdn-ovs-noha
-2017-05-08 02:11;fuel;os-odl_l3-nofeature-noha
-2017-05-08 02:13;fuel;os-nosdn-kvm-ha
-2017-05-08 02:14;fuel;os-nosdn-nofeature-noha
-2017-05-08 02:14;fuel;os-odl_l2-nofeature-noha
-2017-05-08 02:16;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-05-08 02:16;fuel;os-odl_l2-bgpvpn-noha
-2017-05-08 02:17;fuel;os-odl_l2-sfc-ha
-2017-05-08 02:17;fuel;os-nosdn-ovs-ha
-2017-05-08 02:18;fuel;os-nosdn-nofeature-ha
-2017-05-09 02:09;compass;os-nosdn-nofeature-ha
-2017-05-09 02:09;fuel;os-nosdn-kvm-noha
-2017-05-09 02:10;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-09 02:11;fuel;os-nosdn-ovs-noha
-2017-05-09 02:12;fuel;os-odl_l2-sfc-ha
-2017-05-09 02:13;fuel;os-nosdn-kvm-ha
-2017-05-09 02:14;fuel;os-odl_l3-nofeature-noha
-2017-05-09 02:14;fuel;os-odl_l2-nofeature-noha
-2017-05-09 02:16;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-05-09 02:16;fuel;os-odl_l2-bgpvpn-noha
-2017-05-09 02:17;fuel;os-nosdn-ovs-ha
-2017-05-09 02:17;fuel;os-nosdn-nofeature-noha
-2017-05-09 02:18;fuel;os-nosdn-nofeature-ha
-2017-05-10 02:07;compass;os-nosdn-nofeature-ha
-2017-05-10 02:08;fuel;os-nosdn-kvm-noha
-2017-05-10 02:08;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-05-10 02:09;fuel;os-nosdn-ovs-ha
-2017-05-10 02:09;fuel;os-nosdn-ovs-noha
-2017-05-10 02:10;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-10 02:12;fuel;os-nosdn-kvm-ha
-2017-05-10 02:12;fuel;os-nosdn-nofeature-noha
-2017-05-10 02:13;fuel;os-odl_l2-nofeature-noha
-2017-05-10 02:14;fuel;os-odl_l2-sfc-ha
-2017-05-10 02:14;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-05-10 02:15;fuel;os-odl_l2-bgpvpn-noha
-2017-05-10 02:16;fuel;os-odl_l3-nofeature-noha
-2017-05-10 02:16;fuel;os-nosdn-nofeature-ha
-2017-05-11 02:06;compass;os-nosdn-nofeature-ha
-2017-05-11 02:07;fuel;os-nosdn-kvm-noha
-2017-05-11 02:07;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-11 02:08;fuel;os-nosdn-ovs-ha
-2017-05-11 02:08;fuel;os-nosdn-ovs-noha
-2017-05-11 02:09;fuel;os-odl_l3-nofeature-noha
-2017-05-11 02:11;fuel;os-nosdn-kvm-ha
-2017-05-11 02:11;fuel;os-nosdn-nofeature-noha
-2017-05-11 02:12;fuel;os-odl_l2-nofeature-noha
-2017-05-11 02:13;fuel;os-odl_l2-sfc-ha
-2017-05-11 02:13;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-05-11 02:14;fuel;os-odl_l2-bgpvpn-noha
-2017-05-11 02:15;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-05-11 02:16;fuel;os-nosdn-nofeature-ha
-2017-05-12 02:06;compass;os-nosdn-nofeature-ha
-2017-05-12 02:07;fuel;os-nosdn-kvm-noha
-2017-05-12 02:07;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-12 02:08;fuel;os-nosdn-ovs-noha
-2017-05-12 02:08;fuel;os-odl_l3-nofeature-noha
-2017-05-12 02:10;fuel;os-odl_l2-sfc-ha
-2017-05-12 02:10;fuel;os-nosdn-kvm-ha
-2017-05-12 02:11;fuel;os-nosdn-nofeature-noha
-2017-05-12 02:12;fuel;os-odl_l2-nofeature-noha
-2017-05-12 02:13;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-05-12 02:14;fuel;os-odl_l2-bgpvpn-noha
-2017-05-12 02:14;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-05-12 02:15;fuel;os-nosdn-ovs-ha
-2017-05-12 02:15;fuel;os-nosdn-nofeature-ha
-2017-05-13 02:05;compass;os-nosdn-nofeature-ha
-2017-05-13 02:06;fuel;os-nosdn-kvm-noha
-2017-05-13 02:06;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-05-13 02:07;fuel;os-nosdn-ovs-noha
-2017-05-13 02:07;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-13 02:09;fuel;os-nosdn-kvm-ha
-2017-05-13 02:10;fuel;os-nosdn-nofeature-noha
-2017-05-13 02:11;fuel;os-odl_l2-nofeature-noha
-2017-05-13 02:12;fuel;os-odl_l2-sfc-ha
-2017-05-13 02:13;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-05-13 02:13;fuel;os-odl_l2-bgpvpn-noha
-2017-05-13 02:14;fuel;os-odl_l3-nofeature-noha
-2017-05-13 02:15;fuel;os-nosdn-nofeature-ha
-2017-05-14 02:03;compass;os-nosdn-nofeature-ha
-2017-05-14 02:04;fuel;os-nosdn-kvm-noha
-2017-05-14 02:04;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-14 02:05;fuel;os-nosdn-ovs-noha
-2017-05-14 02:05;fuel;os-odl_l3-nofeature-noha
-2017-05-14 02:07;fuel;os-nosdn-kvm-ha
-2017-05-14 02:08;fuel;os-nosdn-nofeature-noha
-2017-05-14 02:09;fuel;os-odl_l2-nofeature-noha
-2017-05-14 02:10;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-05-14 02:10;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-05-14 02:11;fuel;os-odl_l2-bgpvpn-noha
-2017-05-14 02:12;fuel;os-odl_l2-sfc-ha
-2017-05-14 02:12;fuel;os-nosdn-nofeature-ha
-2017-05-15 01:56;compass;os-nosdn-nofeature-ha
-2017-05-15 01:57;fuel;os-nosdn-kvm-noha
-2017-05-15 01:57;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-15 01:58;fuel;os-nosdn-ovs-noha
-2017-05-15 02:00;fuel;os-odl_l2-sfc-ha
-2017-05-15 02:01;fuel;os-nosdn-nofeature-noha
-2017-05-15 02:02;fuel;os-odl_l2-nofeature-noha
-2017-05-15 02:03;fuel;os-odl_l3-nofeature-noha
-2017-05-15 02:03;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-05-15 02:04;fuel;os-odl_l2-bgpvpn-noha
-2017-05-16 01:52;fuel;os-nosdn-kvm-noha
-2017-05-16 01:54;fuel;os-nosdn-ovs-noha
-2017-05-16 02:00;fuel;os-odl_l2-bgpvpn-noha
-2017-05-25 02:04;fuel;os-odl_l2-nofeature-ha
-2017-05-26 02:00;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-26 02:00;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-05-26 02:03;fuel;os-nosdn-kvm-noha
-2017-05-26 02:04;fuel;os-odl_l2-nofeature-ha
-2017-05-26 02:04;fuel;os-nosdn-nofeature-noha
-2017-05-26 02:05;fuel;os-odl_l2-nofeature-noha
-2017-05-26 02:06;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-05-27 01:59;compass;os-nosdn-nofeature-ha
-2017-05-27 02:00;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-27 02:00;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-05-27 02:01;fuel;os-odl_l3-nofeature-noha
-2017-05-27 02:02;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-05-27 02:03;fuel;os-nosdn-kvm-noha
-2017-05-27 02:04;fuel;os-nosdn-nofeature-noha
-2017-05-27 02:05;fuel;os-odl_l2-nofeature-noha
-2017-05-27 02:06;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-05-27 02:08;fuel;os-nosdn-kvm-ha
-2017-05-28 02:00;fuel;os-nosdn-kvm-noha
-2017-05-28 02:00;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-28 02:01;fuel;os-nosdn-ovs-noha
-2017-05-28 02:01;fuel;os-odl_l3-nofeature-noha
-2017-05-28 02:02;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-05-28 02:03;fuel;os-nosdn-kvm-ha
-2017-05-28 02:04;fuel;os-nosdn-nofeature-noha
-2017-05-28 02:06;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-05-28 02:06;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-05-28 02:08;fuel;os-nosdn-nofeature-ha
-2017-05-29 02:00;fuel;os-nosdn-kvm-noha
-2017-05-29 02:01;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-05-29 02:02;fuel;os-nosdn-ovs-noha
-2017-05-29 02:02;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-29 02:03;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-05-29 02:04;fuel;os-nosdn-kvm-ha
-2017-05-29 02:05;fuel;os-nosdn-nofeature-noha
-2017-05-29 02:07;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-05-29 02:08;fuel;os-odl_l2-nofeature-ha
-2017-05-29 02:08;fuel;os-odl_l3-nofeature-noha
-2017-05-29 02:09;fuel;os-nosdn-nofeature-ha
-2017-05-30 02:02;fuel;os-nosdn-kvm-noha
-2017-05-30 02:03;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-30 02:03;fuel;os-nosdn-ovs-noha
-2017-05-30 02:04;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-05-30 02:04;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-05-30 02:06;fuel;os-nosdn-kvm-ha
-2017-05-30 02:07;fuel;os-nosdn-nofeature-noha
-2017-05-30 02:09;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-05-30 02:10;fuel;os-nosdn-ovs-ha
-2017-05-30 02:10;fuel;os-odl_l2-nofeature-ha
-2017-05-30 02:11;fuel;os-odl_l3-nofeature-noha
-2017-05-30 02:11;fuel;os-nosdn-nofeature-ha
-2017-05-31 02:03;fuel;os-nosdn-kvm-noha
-2017-05-31 02:04;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-05-31 02:04;fuel;os-nosdn-ovs-noha
-2017-05-31 02:05;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-05-31 02:05;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-05-31 02:07;fuel;os-nosdn-kvm-ha
-2017-05-31 02:08;fuel;os-nosdn-nofeature-noha
-2017-05-31 02:10;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-05-31 02:11;fuel;os-nosdn-ovs-ha
-2017-05-31 02:11;fuel;os-odl_l2-nofeature-ha
-2017-05-31 02:12;fuel;os-nosdn-nofeature-ha
-2017-06-01 02:04;fuel;os-nosdn-kvm-noha
-2017-06-01 02:05;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-06-01 02:05;fuel;os-nosdn-ovs-noha
-2017-06-01 02:06;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-06-01 02:06;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-06-01 02:08;fuel;os-nosdn-kvm-ha
-2017-06-01 02:09;fuel;os-nosdn-nofeature-noha
-2017-06-01 02:10;fuel;os-odl_l2-sfc-ha
-2017-06-01 02:11;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-06-01 02:11;fuel;os-nosdn-ovs-ha
-2017-06-01 02:12;fuel;os-odl_l2-nofeature-ha
-2017-06-01 02:13;fuel;os-nosdn-nofeature-ha
-2017-06-02 02:04;fuel;os-nosdn-kvm-noha
-2017-06-02 02:05;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-06-02 02:05;fuel;os-nosdn-ovs-noha
-2017-06-02 02:06;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-06-02 02:08;fuel;os-nosdn-kvm-ha
-2017-06-02 02:09;fuel;os-nosdn-nofeature-noha
-2017-06-02 02:10;fuel;os-odl_l2-sfc-ha
-2017-06-02 02:11;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-06-02 02:11;fuel;os-nosdn-ovs-ha
-2017-06-02 02:12;fuel;os-odl_l2-nofeature-ha
-2017-06-03 02:06;fuel;os-nosdn-kvm-noha
-2017-06-03 02:06;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-06-03 02:07;fuel;os-nosdn-ovs-noha
-2017-06-03 02:07;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-06-03 02:10;fuel;os-nosdn-kvm-ha
-2017-06-03 02:10;fuel;os-nosdn-nofeature-noha
-2017-06-03 02:12;fuel;os-odl_l2-sfc-ha
-2017-06-03 02:12;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-06-03 02:13;fuel;os-nosdn-ovs-ha
-2017-06-03 02:13;fuel;os-odl_l2-nofeature-ha
-2017-06-04 02:10;fuel;os-nosdn-kvm-noha
-2017-06-04 02:11;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-06-04 02:11;fuel;os-nosdn-ovs-ha
-2017-06-04 02:12;fuel;os-nosdn-ovs-noha
-2017-06-04 02:14;fuel;os-nosdn-kvm-ha
-2017-06-04 02:14;fuel;os-nosdn-nofeature-noha
-2017-06-04 02:16;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-06-04 02:16;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-06-04 02:17;fuel;os-odl_l2-sfc-ha
-2017-06-04 02:18;fuel;os-odl_l2-nofeature-ha
-2017-06-04 02:18;fuel;os-odl_l3-nofeature-noha
-2017-06-04 02:19;fuel;os-nosdn-nofeature-ha
-2017-06-05 02:10;compass;os-nosdn-nofeature-ha
-2017-06-05 02:10;fuel;os-nosdn-kvm-noha
-2017-06-05 02:11;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-06-05 02:12;fuel;os-nosdn-ovs-ha
-2017-06-05 02:12;fuel;os-nosdn-ovs-noha
-2017-06-05 02:13;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-06-05 02:15;fuel;os-nosdn-kvm-ha
-2017-06-05 02:16;fuel;os-nosdn-nofeature-noha
-2017-06-05 02:19;fuel;os-odl_l2-nofeature-ha
-2017-06-05 02:19;fuel;os-nosdn-nofeature-ha
-2017-06-06 02:10;compass;os-nosdn-nofeature-ha
-2017-06-06 02:11;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-06-06 02:12;fuel;os-nosdn-kvm-noha
-2017-06-06 02:12;fuel;os-nosdn-ovs-noha
-2017-06-06 02:15;fuel;os-nosdn-kvm-ha
-2017-06-06 02:15;fuel;os-nosdn-nofeature-noha
-2017-06-06 02:18;fuel;os-nosdn-ovs-ha
-2017-06-06 02:19;fuel;os-nosdn-nofeature-ha
-2017-06-07 02:10;compass;os-nosdn-nofeature-ha
-2017-06-07 02:11;fuel;os-nosdn-kvm-noha
-2017-06-07 02:11;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-06-07 02:12;fuel;os-nosdn-ovs-ha
-2017-06-07 02:12;fuel;os-nosdn-ovs-noha
-2017-06-07 02:13;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-06-07 02:15;fuel;os-nosdn-kvm-ha
-2017-06-07 02:15;fuel;os-nosdn-nofeature-noha
-2017-06-07 02:20;fuel;os-nosdn-nofeature-ha
-2017-06-08 02:10;compass;os-nosdn-nofeature-ha
-2017-06-08 02:11;fuel;os-nosdn-kvm-noha
-2017-06-08 02:11;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-06-08 02:12;fuel;os-nosdn-ovs-noha
-2017-06-08 02:13;fuel;os-nosdn-nofeature-noha
-2017-06-08 02:13;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-06-08 02:15;fuel;os-nosdn-kvm-ha
-2017-06-08 02:19;fuel;os-nosdn-ovs-ha
-2017-06-08 02:19;fuel;os-nosdn-nofeature-ha
-2017-06-09 02:12;compass;os-nosdn-nofeature-ha
-2017-06-09 02:12;fuel;os-nosdn-kvm-noha
-2017-06-09 02:13;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-06-09 02:14;fuel;os-nosdn-ovs-ha
-2017-06-09 02:14;fuel;os-nosdn-ovs-noha
-2017-06-09 02:15;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-06-09 02:17;fuel;os-nosdn-kvm-ha
-2017-06-09 02:17;fuel;os-nosdn-nofeature-noha
-2017-06-09 02:18;fuel;os-odl_l3-nofeature-noha
-2017-06-09 02:19;fuel;os-odl_l2-sfc-ha
-2017-06-09 02:19;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-06-09 02:21;fuel;os-nosdn-nofeature-ha
-2017-06-10 02:11;compass;os-nosdn-nofeature-ha
-2017-06-10 02:11;fuel;os-nosdn-kvm-noha
-2017-06-10 02:12;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-06-10 02:12;fuel;os-nosdn-ovs-ha
-2017-06-10 02:14;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-06-10 02:15;fuel;os-nosdn-kvm-ha
-2017-06-10 02:16;fuel;os-nosdn-nofeature-noha
-2017-06-10 02:17;fuel;os-odl_l2-sfc-ha
-2017-06-10 02:19;fuel;os-odl_l3-nofeature-noha
-2017-06-10 02:20;fuel;os-nosdn-nofeature-ha
-2017-06-11 02:11;compass;os-nosdn-nofeature-ha
-2017-06-11 02:11;fuel;os-nosdn-kvm-noha
-2017-06-11 02:12;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-06-11 02:12;fuel;os-nosdn-ovs-ha
-2017-06-11 02:14;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-06-11 02:15;fuel;os-nosdn-kvm-ha
-2017-06-11 02:16;fuel;os-nosdn-nofeature-noha
-2017-06-11 02:19;fuel;os-odl_l2-nofeature-ha
-2017-06-11 02:19;fuel;os-odl_l3-nofeature-noha
-2017-06-11 02:20;fuel;os-nosdn-nofeature-ha
-2017-06-12 02:11;compass;os-nosdn-nofeature-ha
-2017-06-12 02:11;fuel;os-nosdn-kvm-noha
-2017-06-12 02:12;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-06-12 02:12;fuel;os-nosdn-ovs-ha
-2017-06-12 02:14;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-06-12 02:16;fuel;os-nosdn-kvm-ha
-2017-06-12 02:16;fuel;os-nosdn-nofeature-noha
-2017-06-12 02:17;fuel;os-odl_l3-nofeature-noha
-2017-06-12 02:19;fuel;os-odl_l2-bgpvpn-noha
-2017-06-12 02:19;fuel;os-odl_l2-nofeature-ha
-2017-06-13 02:10;fuel;os-nosdn-kvm-noha
-2017-06-13 02:10;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-06-13 02:11;fuel;os-nosdn-ovs-ha
-2017-06-13 02:12;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-06-13 02:14;fuel;os-nosdn-kvm-ha
-2017-06-13 02:14;fuel;os-nosdn-nofeature-noha
-2017-06-13 02:17;fuel;os-odl_l2-bgpvpn-noha
-2017-06-13 02:18;fuel;os-odl_l3-nofeature-noha
-2017-06-14 02:05;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-06-14 02:06;fuel;os-nosdn-ovs-ha
-2017-06-14 02:06;fuel;os-nosdn-ovs-noha
-2017-06-14 02:07;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-06-14 02:08;fuel;os-odl_l2-sfc-ha
-2017-06-14 02:09;fuel;os-nosdn-kvm-ha
-2017-06-14 02:09;fuel;os-nosdn-nofeature-noha
-2017-06-14 02:12;fuel;os-odl_l2-bgpvpn-noha
-2017-06-14 02:13;fuel;os-odl_l3-nofeature-noha
-2017-06-15 02:04;compass;os-nosdn-nofeature-ha
-2017-06-15 02:06;fuel;os-nosdn-ovs-ha
-2017-06-15 02:06;fuel;os-nosdn-ovs-noha
-2017-06-15 02:07;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-06-15 02:09;fuel;os-nosdn-kvm-ha
-2017-06-15 02:09;fuel;os-nosdn-nofeature-noha
-2017-06-15 02:12;fuel;os-odl_l2-bgpvpn-noha
-2017-06-15 02:12;fuel;os-odl_l2-sfc-ha
-2017-06-15 02:13;fuel;os-nosdn-nofeature-ha
-2017-06-16 02:02;compass;os-nosdn-nofeature-ha
-2017-06-16 02:03;fuel;os-nosdn-ovs-ha
-2017-06-16 02:04;fuel;os-nosdn-ovs-noha
-2017-06-16 02:05;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-06-16 02:07;fuel;os-nosdn-nofeature-noha
-2017-06-16 02:08;fuel;os-odl_l2-sfc-ha
-2017-06-16 02:09;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-06-16 02:09;fuel;os-odl_l2-bgpvpn-noha
-2017-06-16 02:11;fuel;os-nosdn-nofeature-ha
-2017-06-17 02:02;fuel;os-nosdn-ovs-ha
-2017-06-17 02:03;fuel;os-nosdn-ovs-noha
-2017-06-17 02:04;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-06-17 02:08;fuel;os-odl_l2-sfc-ha
-2017-06-17 02:08;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-06-17 02:09;fuel;os-odl_l2-bgpvpn-noha
-2017-06-17 02:10;fuel;os-nosdn-nofeature-noha
-2017-06-18 02:02;fuel;os-nosdn-ovs-ha
-2017-06-18 02:03;fuel;os-nosdn-ovs-noha
-2017-06-18 02:04;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-06-18 02:06;fuel;os-nosdn-nofeature-noha
-2017-06-18 02:07;fuel;os-odl_l2-sfc-ha
-2017-06-18 02:08;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-06-18 02:09;fuel;os-odl_l2-nofeature-ha
-2017-06-19 02:01;compass;os-nosdn-nofeature-ha
-2017-06-19 02:02;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-06-19 02:02;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-06-19 02:03;fuel;os-nosdn-ovs-ha
-2017-06-19 02:03;fuel;os-nosdn-ovs-noha
-2017-06-19 02:04;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-06-19 02:06;fuel;os-nosdn-nofeature-noha
-2017-06-19 02:08;fuel;os-odl_l2-sfc-ha
-2017-06-19 02:09;fuel;os-odl_l2-nofeature-ha
-2017-06-19 02:10;fuel;os-odl_l3-nofeature-noha
-2017-06-20 02:01;compass;os-nosdn-nofeature-ha
-2017-06-20 02:02;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-06-20 02:02;fuel;os-nosdn-ovs-ha
-2017-06-20 02:03;fuel;os-nosdn-kvm_ovs_dpdk_bar-noha
-2017-06-20 02:03;fuel;os-nosdn-ovs-noha
-2017-06-20 02:04;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-06-20 02:05;fuel;os-nosdn-kvm-ha
-2017-06-20 02:06;fuel;os-nosdn-nofeature-noha
-2017-06-20 02:07;fuel;os-odl_l2-sfc-ha
-2017-06-20 02:08;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-06-20 02:09;fuel;os-odl_l2-nofeature-ha
-2017-06-20 02:10;fuel;os-odl_l3-nofeature-noha
-2017-06-21 02:01;compass;os-nosdn-nofeature-ha
-2017-06-21 02:02;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-06-21 02:02;fuel;os-nosdn-ovs-ha
-2017-06-21 02:03;fuel;os-nosdn-ovs-noha
-2017-06-21 02:04;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-06-21 02:05;fuel;os-nosdn-kvm-ha
-2017-06-21 02:06;fuel;os-nosdn-nofeature-noha
-2017-06-21 02:07;fuel;os-odl_l2-sfc-ha
-2017-06-21 02:08;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-06-21 02:09;fuel;os-odl_l3-nofeature-noha
-2017-06-21 02:10;fuel;os-nosdn-nofeature-ha
-2017-06-22 02:02;compass;os-nosdn-nofeature-ha
-2017-06-22 02:02;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-06-22 02:03;fuel;os-nosdn-ovs-noha
-2017-06-22 02:04;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-06-22 02:06;fuel;os-nosdn-kvm-ha
-2017-06-22 02:08;fuel;os-odl_l2-sfc-ha
-2017-06-22 02:08;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-06-22 02:09;fuel;os-nosdn-ovs-ha
-2017-06-22 02:10;fuel;os-nosdn-nofeature-noha
-2017-06-22 02:10;fuel;os-nosdn-nofeature-ha
-2017-06-23 02:01;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-06-23 02:02;fuel;os-nosdn-ovs-noha
-2017-06-23 02:03;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-06-23 02:05;fuel;os-nosdn-kvm-ha
-2017-06-23 02:05;fuel;os-nosdn-nofeature-noha
-2017-06-23 02:07;fuel;os-odl_l2-sfc-ha
-2017-06-23 02:07;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-06-23 02:09;fuel;os-nosdn-nofeature-ha
-2017-06-24 02:00;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-06-24 02:01;fuel;os-nosdn-ovs-noha
-2017-06-24 02:01;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-06-24 02:03;fuel;os-nosdn-kvm-ha
-2017-06-25 02:04;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-06-25 02:05;fuel;os-nosdn-ovs-noha
-2017-06-25 02:06;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-06-25 02:07;fuel;os-nosdn-kvm-ha
-2017-06-25 02:08;fuel;os-odl_l2-nofeature-noha
-2017-06-25 02:10;fuel;os-nosdn-kvm_ovs_dpdk-noha
-2017-06-25 02:11;fuel;os-odl_l2-nofeature-ha
-2017-06-25 02:11;fuel;os-odl_l3-nofeature-noha
-2017-06-26 02:02;compass;os-nosdn-nofeature-ha
-2017-06-26 02:03;fuel;os-nosdn-kvm-noha
-2017-06-26 02:04;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-06-26 02:05;fuel;os-nosdn-ovs-noha
-2017-06-26 02:06;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-06-26 02:10;fuel;os-odl_l2-nofeature-ha
-2017-06-26 02:11;fuel;os-odl_l3-nofeature-noha
-2017-06-26 02:11;fuel;os-nosdn-nofeature-ha
-2017-06-26 12:31;apex;os-nosdn-kvm-noha
-2017-06-27 07:13;compass;os-nosdn-nofeature-ha
-2017-06-27 07:13;fuel;os-nosdn-kvm-noha
-2017-06-27 07:14;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-06-27 07:15;fuel;os-nosdn-ovs-noha
-2017-06-27 07:18;fuel;os-nosdn-kvm-ha
-2017-06-27 07:18;fuel;os-odl_l3-nofeature-noha
-2017-06-27 07:21;fuel;os-odl_l2-nofeature-ha
-2017-06-27 07:59;apex;os-nosdn-nofeature-noha
-2017-06-27 08:05;compass;os-nosdn-nofeature-ha
-2017-06-27 08:05;fuel;os-nosdn-kvm-noha
-2017-06-27 08:06;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-06-27 08:07;fuel;os-nosdn-ovs-noha
-2017-06-27 08:09;fuel;os-nosdn-kvm-ha
-2017-06-27 08:10;fuel;os-odl_l3-nofeature-noha
-2017-06-27 08:13;fuel;os-odl_l2-nofeature-ha
-2017-06-27 08:31;apex;os-nosdn-nofeature-noha
-2017-06-27 08:38;compass;os-nosdn-nofeature-ha
-2017-06-27 08:39;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-06-27 08:40;fuel;os-nosdn-kvm-noha
-2017-06-27 08:40;fuel;os-nosdn-ovs-noha
-2017-06-27 08:44;fuel;os-nosdn-kvm-ha
-2017-06-27 08:45;fuel;os-odl_l3-nofeature-noha
-2017-06-27 08:47;fuel;os-odl_l2-nofeature-ha
-2017-07-07 15:15;fuel;os-nosdn-kvm-noha
-2017-07-07 15:16;fuel;os-nosdn-ovs-noha
-2017-07-07 15:19;fuel;os-nosdn-kvm-ha
-2017-07-07 15:23;fuel;os-odl_l2-nofeature-ha
-2017-07-07 15:25;fuel;os-nosdn-ovs-ha
-2017-07-07 15:26;fuel;os-nosdn-nofeature-noha
-2017-07-07 15:26;fuel;os-nosdn-nofeature-ha
-2017-07-08 01:59;apex;os-nosdn-nofeature-ha
-2017-07-08 02:03;fuel;os-nosdn-kvm-noha
-2017-07-08 02:04;fuel;os-nosdn-ovs-ha
-2017-07-08 02:05;fuel;os-nosdn-ovs-noha
-2017-07-08 02:08;fuel;os-nosdn-kvm-ha
-2017-07-08 02:08;fuel;os-nosdn-nofeature-noha
-2017-07-08 02:12;fuel;os-odl_l2-nofeature-ha
-2017-07-08 02:13;fuel;os-nosdn-nofeature-ha
-2017-07-09 02:01;apex;os-nosdn-nofeature-ha
-2017-07-09 02:05;fuel;os-nosdn-kvm-noha
-2017-07-09 02:06;fuel;os-nosdn-ovs-noha
-2017-07-09 02:07;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-07-09 02:09;fuel;os-nosdn-kvm-ha
-2017-07-09 02:09;fuel;os-odl_l2-nofeature-ha
-2017-07-09 02:10;fuel;os-nosdn-nofeature-noha
-2017-07-09 02:13;fuel;os-nosdn-ovs-ha
-2017-07-09 02:14;fuel;os-odl_l3-nofeature-noha
-2017-07-09 02:14;fuel;os-nosdn-nofeature-ha
-2017-07-10 02:01;apex;os-nosdn-nofeature-ha
-2017-07-10 02:04;fuel;os-nosdn-kvm-noha
-2017-07-10 02:06;fuel;os-nosdn-ovs-noha
-2017-07-10 02:06;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-07-10 02:09;fuel;os-nosdn-kvm-ha
-2017-07-10 02:09;fuel;os-nosdn-nofeature-noha
-2017-07-10 02:11;fuel;os-odl_l3-nofeature-ha
-2017-07-10 02:12;fuel;os-odl_l2-nofeature-ha
-2017-07-10 02:13;fuel;os-nosdn-ovs-ha
-2017-07-10 02:13;fuel;os-odl_l3-nofeature-noha
-2017-07-10 02:14;fuel;os-nosdn-nofeature-ha
-2017-07-12 02:04;fuel;os-nosdn-kvm-noha
-2017-07-12 02:04;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-07-12 02:05;fuel;os-nosdn-ovs-ha
-2017-07-12 02:06;fuel;os-nosdn-ovs-noha
-2017-07-12 02:06;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-07-12 02:08;fuel;os-nosdn-kvm-ha
-2017-07-12 02:09;fuel;os-nosdn-nofeature-noha
-2017-07-12 02:10;fuel;os-odl_l3-nofeature-noha
-2017-07-12 02:12;fuel;os-odl_l2-sfc-ha
-2017-07-12 02:13;fuel;os-odl_l2-nofeature-ha
-2017-07-12 02:13;fuel;os-nosdn-nofeature-ha
-2017-07-12 02:15;joid;os-nosdn-nofeature-ha
-2017-07-12 12:20;apex;os-nosdn-fdio-ha
-2017-07-12 12:30;fuel;os-nosdn-kvm-noha
-2017-07-12 12:31;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-07-12 12:31;fuel;os-nosdn-ovs-ha
-2017-07-12 12:32;fuel;os-nosdn-ovs-noha
-2017-07-12 12:33;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-07-12 12:35;fuel;os-nosdn-kvm-ha
-2017-07-12 12:35;fuel;os-nosdn-nofeature-noha
-2017-07-12 12:37;fuel;os-odl_l3-nofeature-noha
-2017-07-12 12:39;fuel;os-odl_l2-sfc-ha
-2017-07-12 12:39;fuel;os-odl_l2-nofeature-ha
-2017-07-12 12:40;fuel;os-nosdn-nofeature-ha
-2017-07-12 12:42;joid;os-nosdn-nofeature-ha
-2017-07-13 02:05;fuel;os-nosdn-kvm-noha
-2017-07-13 02:06;fuel;os-nosdn-kvm_ovs_dpdk_bar-ha
-2017-07-13 02:06;fuel;os-nosdn-ovs-ha
-2017-07-13 02:08;fuel;os-nosdn-ovs-noha
-2017-07-13 02:08;fuel;os-nosdn-kvm_ovs_dpdk-ha
-2017-07-13 02:10;fuel;os-nosdn-kvm-ha
-2017-07-13 02:10;fuel;os-nosdn-nofeature-noha
-2017-07-13 02:11;fuel;os-odl_l2-nofeature-noha
-2017-07-13 02:12;fuel;os-odl_l3-nofeature-noha
-2017-07-13 02:14;fuel;os-odl_l2-sfc-ha
-2017-07-13 02:14;fuel;os-odl_l2-nofeature-ha
-2017-07-13 02:15;fuel;os-nosdn-nofeature-ha
-2017-07-13 02:17;joid;os-nosdn-nofeature-ha