bb1bce209eac4d11154b3a1323bc05561147e780
[releng.git] / utils / test / reporting / functest / 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">Functest 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>Functest</h2>
37              This project develops test suites that cover functionaling test cases in OPNFV.
38              <br>The test suites are integrated in the continuation integration (CI) framework and used to evaluate/validate scenario.
39              <br> Weekly meeting: every Tuesday 8 AM UTC
40              <br> IRC chan #opnfv-testperf
41
42             <br>
43             <h2>Useful Links</h2>
44             <li><a href="http://events.linuxfoundation.org/sites/events/files/slides/Functest%20in%20Depth_0.pdf">Functest in Depth</a></li>
45             <li><a href="https://git.opnfv.org/cgit/functest">Functest Repo</a></li>
46             <li><a href="https://wiki.opnfv.org/opnfv_functional_testing">Functest Project</a></li>
47             <li><a href="https://build.opnfv.org/ci/view/functest/">Functest Jenkins page</a></li>
48             <li><a href="https://jira.opnfv.org/secure/RapidBoard.jspa?rapidView=59&projectKey=FUNCTEST">JIRA</a></li>
49
50         </div>
51     </div>
52     <div class="col-md-1"></div>
53 </div>