summaryrefslogtreecommitdiffstats
path: root/utils/test/result_collection_api/tools/dashboard/opnfv_dashboard_tests.html
blob: 908624afe9bf28caee30aff61f91bd54b0870687 (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
<!--
##############################################################################
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
-->
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9">
    <title>OPNFV Functest</title>
    <script type="text/javascript" src="http://dygraphs.com/dygraph-combined.js"></script>
    <script type="text/javascript" src="https://code.jquery.com/jquery-2.2.0.min.js"></script>
    <script type="text/javascript" src="opnfv_dashboard_tests_conf.json"></script>
    <link rel="stylesheet" href="opnfv_dashboard_tests.css">
  </head>
  <body>
    <div id="title">FuncTest</div>
    <div id="tests"></div>
    <script type="text/javascript" src="opnfv_dashboard_tests.js"></script>
  </body>
</html>