KVMFORNFV: Enable artifact download and testing for daily job
[releng.git] / utils / test / 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="#">Home</a></li>
25             <li><a href="./index-status-apex.html">Status</a></li>
26           </ul>
27         </nav>
28       </div>
29 <div class="row">
30     <div class="col-md-1"></div>
31     <div class="col-md-10">
32         <div class="page-main">
33             <h2>Yardstick</h2>
34             Yardstick is used in OPNFV for verifying the OPNFV infrastructure and some of the OPNFV features.
35             <br>The Yardstick framework is deployed in several OPNFV community labs.
36             <br>It is installer, infrastructure and application independent.
37
38             <h2>Useful Links</h2>
39             <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>
40             <li><a href="https://git.opnfv.org/cgit/yardstick">Yardstick Repo</a></li>
41             <li><a href="https://wiki.opnfv.org/display/yardstick">Yardstick Project</a></li>
42             <li><a href="https://build.opnfv.org/ci/view/yardstick/">Yardstick Jenkins page</a></li>
43             <li><a href="https://jira.opnfv.org/browse/YARDSTICK-119?jql=project%20%3D%20YARDSTICK">JIRA</a></li>
44
45         </div>
46     </div>
47     <div class="col-md-1"></div>
48 </div>