add signin web to TestAPI
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Wed, 17 May 2017 10:31:26 +0000 (18:31 +0800)
committerSerena Feng <feng.xiaowei@zte.com.cn>
Thu, 18 May 2017 01:01:05 +0000 (01:01 +0000)
commitd57892f46ca4864f2188d0e4fccb97d3987c10d1
treecaafd5d32898992591f9eb68a5e3d078ddd167c0
parentbd392ea5ac1797d97348a8f98f254d0fff1241aa
add signin web to TestAPI

Change-Id: I4d39a8561c8ebd3238a495e5799fd43fb1a508b9
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
12 files changed:
testapi/3rd_party/static/testapi-ui/components/home/home.html
testapi/3rd_party/static/testapi-ui/config.json
testapi/3rd_party/static/testapi-ui/shared/header/header.html
testapi/etc/config.ini
testapi/opnfv_testapi/router/url_mappings.py
testapi/opnfv_testapi/ui/__init__.py [new file with mode: 0644]
testapi/opnfv_testapi/ui/auth/__init__.py [new file with mode: 0644]
testapi/opnfv_testapi/ui/auth/constants.py [new file with mode: 0644]
testapi/opnfv_testapi/ui/auth/handlers.py [new file with mode: 0644]
testapi/opnfv_testapi/ui/auth/utils.py [new file with mode: 0644]
testapi/opnfv_testapi/ui/root.py [moved from testapi/opnfv_testapi/resources/ui_handlers.py with 86% similarity]
testapi/requirements.txt