Merge "Reporting docker deployment improvement"
[releng.git] / utils / test / reporting / reporting / yardstick / index.html
1  <html>
2   <head>
3     <meta charset="utf-8">
4     <!-- Bootstrap core CSS -->
5     <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
6     <link href="default.css" rel="stylesheet">
7     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
8     <script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
9     <script type="text/javascript">
10     $(document).ready(function (){
11         $(".btn-more").click(function() {
12             $(this).hide();
13             $(this).parent().find(".panel-default").show();
14         });
15     })
16     </script>
17   </head>
18     <body>
19     <div class="container">
20       <div class="masthead">
21         <h3 class="text-muted">Yardstick reporting page</h3>
22         <nav>
23           <ul class="nav nav-justified">
24             <li class="active"><a href="http://testresults.opnfv.org/reporting/index.html">Home</a></li>
25             <li><a href="index-status-apex.html">Apex</a></li>
26             <li><a href="index-status-compass.html">Compass</a></li>
27             <li><a href="index-status-fuel.html">Fuel</a></li>
28             <li><a href="index-status-joid.html">Joid</a></li>
29           </ul>
30         </nav>
31       </div>
32 <div class="row">
33     <div class="col-md-1"></div>
34     <div class="col-md-10">
35         <div class="page-main">
36             <h2>Yardstick</h2>
37             Yardstick is used in OPNFV for verifying the OPNFV infrastructure and some of the OPNFV features.
38             <br>The Yardstick framework is deployed in several OPNFV community labs.
39             <br>It is installer, infrastructure and application independent.
40
41             <h2>Useful Links</h2>
42             <li><a href="https://wiki.opnfv.org/download/attachments/5734608/yardstick%20in%20depth.pdf?version=1&modificationDate=1463410431000&api=v2">Yardstick in Depth</a></li>
43             <li><a href="https://git.opnfv.org/cgit/yardstick">Yardstick Repo</a></li>
44             <li><a href="https://wiki.opnfv.org/display/yardstick">Yardstick Project</a></li>
45             <li><a href="https://build.opnfv.org/ci/view/yardstick/">Yardstick Jenkins page</a></li>
46             <li><a href="https://jira.opnfv.org/browse/YARDSTICK-119?jql=project%20%3D%20YARDSTICK">JIRA</a></li>
47
48         </div>
49     </div>
50     <div class="col-md-1"></div>
51 </div>