diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-03-10 09:34:38 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-03-10 11:05:12 +0100 |
commit | dcb90a06f0dfa25f696aeb964e861354dbd94eee (patch) | |
tree | 55fc74550035da948611f07762c65677fe852a39 /dashboard/opnfv_dashboard_tests.html | |
parent | ff784d8bd34944f7f621083ac7621415df8f12b7 (diff) |
reorganization of Test folder in Releng
Change-Id: I92b507105e820198691ab8b1c44e1011b983b849
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'dashboard/opnfv_dashboard_tests.html')
-rw-r--r-- | dashboard/opnfv_dashboard_tests.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dashboard/opnfv_dashboard_tests.html b/dashboard/opnfv_dashboard_tests.html new file mode 100644 index 0000000..424b525 --- /dev/null +++ b/dashboard/opnfv_dashboard_tests.html @@ -0,0 +1,32 @@ +<!--
+##############################################################################
+# 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 Dashboard</title>
+ <script type="text/javascript" src="js/dygraph-combined.js"></script>
+ <script type="text/javascript" src="js/jquery-2.2.0.min.js"></script>
+ <script type="text/javascript" src="js/opnfv_dashboard_tests_conf.js"></script>
+ <link rel="stylesheet" href="css/bootstrap.min.css">
+ <script src="js/bootstrap.min.js"></script>
+ <link rel="stylesheet" href="css/opnfv_dashboard_tests.css">
+ <script type="text/javascript" src="js/opnfv_dashboard_tests.js"></script>
+ </head>
+ <body>
+ <div id="title" class="container">FuncTest dashboard
+ <p> </p>
+ <div id="installers"></div>
+ <div id="pods" style="float:right"></div>
+ <div id="testcase" class="dropdown" style="float:left"></div>
+ <div id="testcase_selected" style="float:left"></div>
+ </div>
+ </body>
+</html>
|