From d55972a735e6038fee4ce7ad6501983f87275498 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Wed, 17 May 2017 18:31:26 +0800 Subject: add signin web to TestAPI Change-Id: I4d39a8561c8ebd3238a495e5799fd43fb1a508b9 Signed-off-by: SerenaFeng --- utils/test/testapi/opnfv_testapi/resources/ui_handlers.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 utils/test/testapi/opnfv_testapi/resources/ui_handlers.py (limited to 'utils/test/testapi/opnfv_testapi/resources') 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') -- cgit 1.2.3-korg