diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-27 14:25:49 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-27 14:27:57 +0100 |
commit | baa8f2d5f67d45e5761f92cb93fe22050f08d0fe (patch) | |
tree | 05ddb33dc893cad35369b3286db944eac79ffe4d /docs/results/euphrates/5.0/daisy.html | |
parent | 53cd7f8176c996014decb7311d9f546f6b8f2497 (diff) |
Clean all OpenStack related modules
Xtesting is only focused on the framework and entry points.
Change-Id: I1a4146ed8519438b13810a20ddf1140c35bb6ecd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docs/results/euphrates/5.0/daisy.html')
-rw-r--r-- | docs/results/euphrates/5.0/daisy.html | 254 |
1 files changed, 0 insertions, 254 deletions
diff --git a/docs/results/euphrates/5.0/daisy.html b/docs/results/euphrates/5.0/daisy.html deleted file mode 100644 index 6de8d089..00000000 --- a/docs/results/euphrates/5.0/daisy.html +++ /dev/null @@ -1,254 +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'); - - // assign success rate to the gauge - function updateReadings() { - gaugeScenario1.update(96.2962962963);gaugeScenario2.update(83.3333333333); - } - updateReadings(); - } - - // trend line management - d3.csv("./scenario_history.txt", function(data) { - // *************************************** - // Create the trend line - // for scenario os-nosdn-nofeature-ha - // Filter results - var trend1 = data.filter(function(row) { - return row["scenario"]=="os-nosdn-nofeature-ha" && row["installer"]=="daisy"; - }) - // 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-nofeature-ha - // Filter results - var trend2 = data.filter(function(row) { - return row["scenario"]=="os-odl-nofeature-ha" && row["installer"]=="daisy"; - }) - // 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) - // **************************************** - }); - 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 (euphrates, 2017-10-20 08:41)</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="./daisy.html">Daisy</a></li> - <li><a href="./fuel@x86.html">Fuel@x86</a></li> - <li><a href="./fuel@aarch64.html">Fuel@aarch64</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>daisy</h2> - </div> - - <div class="scenario-overview"> - <div class="panel-heading"><h4><b>List of last scenarios (euphrates) run over the last 10 days </b></h4></div> - <table class="table"> - <tr> - <th width="40%">HA 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-daisy-baremetal-daily-euphrates/46/console>os-nosdn-nofeature-ha</a></td> - <td><div id="gaugeScenario1"></div></td> - <td><div id="trend_svg1"></div></td> - <td>26/27</td> - <td>11</td> - </tr><tr class="tr-ok"> - <td><a href=https://build.opnfv.org/ci/view/functest/job/functest-daisy-virtual-daily-euphrates/23/console>os-odl-nofeature-ha</a></td> - <td><div id="gaugeScenario2"></div></td> - <td><div id="trend_svg2"></div></td> - <td>25/30</td> - <td>13</td> - </tr> - <br> - </table> - <br> - <table class="table"> - <tr> - <th width="40%">NOHA 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"> - - </tr><tr class="tr-ok"> - - </tr> - </table> - - </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><th> - vIMS (Cloudify) - * - </th><th> - OpenIMS (OpenBaton) - * - </th><th> - vIMS (OpenBaton) - * - </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-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-few-clouds.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-clear.png"></td><td><img src="../../img/weather-few-clouds.png"></td><td><img src="../../img/weather-clear.png"></td> - </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-daisy.pdf" class="myButtonPdf">Export to PDF</a> <a href="./scenario_history_daisy.txt" class="myButtonCSV">Export to CSV</a> - </div> - </div> - <div class="col-md-1"></div> -</div> |