summaryrefslogtreecommitdiffstats
path: root/utils/test/testapi/opnfv_testapi/resources
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2017-05-17 18:31:26 +0800
committerSerena Feng <feng.xiaowei@zte.com.cn>2017-05-18 01:01:05 +0000
commitd55972a735e6038fee4ce7ad6501983f87275498 (patch)
treec9cdccdd0fc75f9e45363d2f2bbe3e3997cf3f6a /utils/test/testapi/opnfv_testapi/resources
parent90f6563370e3c152f884fd1c811fca7457f07004 (diff)
add signin web to TestAPI
Change-Id: I4d39a8561c8ebd3238a495e5799fd43fb1a508b9 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'utils/test/testapi/opnfv_testapi/resources')
-rw-r--r--utils/test/testapi/opnfv_testapi/resources/ui_handlers.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/utils/test/testapi/opnfv_testapi/resources/ui_handlers.py b/utils/test/testapi/opnfv_testapi/resources/ui_handlers.py
deleted file mode 100644
index 4c14802c4..000000000
--- a/utils/test/testapi/opnfv_testapi/resources/ui_handlers.py
+++ /dev/null
@@ -1,11 +0,0 @@
-from opnfv_testapi.resources.handlers import GenericApiHandler
-from opnfv_testapi.common import config
-
-
-class UIHandler(GenericApiHandler):
-
- def get_template_path(self):
- return config.Config().static_path
-
- def get(self):
- self.render('testapi-ui/index.html')