summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/ui/root.py
AgeCommit message (Collapse)AuthorFilesLines
2017-07-20decouple the mutual-dependence of config.py and server.pySerenaFeng1-2/+2
Currently server.py relies on CONF while starting the service, and config.py's config_fie is set in server.py, which is wrongly bi-depended this patch aims to let Config parse the sys.argv personally, just as oslo.config do, so that decouple the mutual-dependency Change-Id: I46887d122a98d478caebe9eeb7ab038941ce1f6b Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-05-18add signin web to TestAPISerenaFeng1-0/+10
Change-Id: I4d39a8561c8ebd3238a495e5799fd43fb1a508b9 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>