aboutsummaryrefslogtreecommitdiffstats
path: root/public/index.html
blob: 26b0b13c746b953c071b2c72e24ff76d9886dc91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!doctype html>
<html lang="en">
<head>
  <!-- Required meta tags -->
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

  <!-- Bootstrap CSS -->
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
        integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">

  <title>VES High Volume collector</title>
</head>
<body>
<div class="container">

  <div class="jumbotron jumbotron-fluid">
    <div class="container">
      <h1 class="display-4">VES High Volume collector</h1>
      <p class="lead">ONAP collector for high volume data, eg. real-time PM</p>
    </div>
    <div class="container">
    <span class="badge badge-light">Build
      <a href="https://gitlabe1.ext.net.nokia.com/onap-wro/ves-hv-collector/pipelines/charts">
        <img alt="pipeline status"
             src="https://gitlabe1.ext.net.nokia.com/onap-wro/ves-hv-collector/badges/master/pipeline.svg"/>
      </a>
    </span>
      <span class="badge badge-light">Integration tests
      <a href="https://gitlabe1.ext.net.nokia.com/onap-wro/ves-hv-integration/pipelines/charts">
        <img alt="pipeline status"
             src="https://gitlabe1.ext.net.nokia.com/onap-wro/ves-hv-integration/badges/master/pipeline.svg"/>
      </a>
    </span>

    </div>
  </div>



  <ul>
    <li>Repositories
      <ul>
        <li><a href="https://gitlabe1.ext.net.nokia.com/onap-wro/ves-hv-collector">Implementation</a></li>
        <li><a href="https://gitlabe1.ext.net.nokia.com/onap-wro/ves-hv-integration">Integration tests</a> based on ONAP CSIT framework</li>
      </ul>
    </li>
    </li>
    <li><a href="https://onap-wro.gitlabe1-pages.ext.net.nokia.com/ves-hv-integration/report.html">Last IT results</a></li>
    <li>Static code analysis:
      <ul>
        <li><a href="./analysis/core/detekt-report.html">Core</a></li>
        <li><a href="./analysis/main/detekt-report.html">Main</a></li>
        <li><a href="./analysis/utils/detekt-report.html">Utils</a></li>
        <li><a href="./analysis/dcae-app-simulator/detekt-report.html">DCAE APP simulator</a></li>
        <li><a href="./analysis/xnf-simulator/detekt-report.html">xNF simulator</a></li>
      </ul>
    </li>
    <li><a href="./coverage">Coverage</a> (please note that Jacoco support for Kotlin is currently very problematic so the values are invalid)
  </ul>
</div>

</body>
</html>