summaryrefslogtreecommitdiffstats
path: root/utils/test/dashboard/opnfv_dashboard_tests.html
diff options
context:
space:
mode:
Diffstat (limited to 'utils/test/dashboard/opnfv_dashboard_tests.html')
-rw-r--r--utils/test/dashboard/opnfv_dashboard_tests.html32
1 files changed, 0 insertions, 32 deletions
diff --git a/utils/test/dashboard/opnfv_dashboard_tests.html b/utils/test/dashboard/opnfv_dashboard_tests.html
deleted file mode 100644
index 424b525a3..000000000
--- a/utils/test/dashboard/opnfv_dashboard_tests.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!--
-##############################################################################
-# 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>&nbsp;</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>