summaryrefslogtreecommitdiffstats
path: root/utils/test/result_collection_api/tools/dashboard/opnfv_dashboard_tests.html
diff options
context:
space:
mode:
Diffstat (limited to 'utils/test/result_collection_api/tools/dashboard/opnfv_dashboard_tests.html')
-rw-r--r--utils/test/result_collection_api/tools/dashboard/opnfv_dashboard_tests.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/utils/test/result_collection_api/tools/dashboard/opnfv_dashboard_tests.html b/utils/test/result_collection_api/tools/dashboard/opnfv_dashboard_tests.html
new file mode 100644
index 000000000..908624afe
--- /dev/null
+++ b/utils/test/result_collection_api/tools/dashboard/opnfv_dashboard_tests.html
@@ -0,0 +1,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>