allow authentication to be disabled 17/46017/2
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Fri, 20 Oct 2017 08:13:29 +0000 (16:13 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Fri, 20 Oct 2017 08:33:11 +0000 (16:33 +0800)
commit410025769a5f59469722704cdb1d53bfe1d20ba0
tree75e0f7ea185254aeba0314a53b8b59da033fecc4
parentdfe4f90bdcd765d3045ee1a9c6f00ea0b394e665
allow authentication to be disabled

in local deployment situation, authentication can be disabled by
setting authenticate=False of ui section in config.ini

JIRA: RELENG-324

Change-Id: I9157d1723851feb12435033dbdd59035e3eb5777
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
utils/test/testapi/etc/config.ini
utils/test/testapi/opnfv_testapi/cmd/server.py
utils/test/testapi/opnfv_testapi/common/check.py
utils/test/testapi/opnfv_testapi/tests/unit/common/test_config.py
utils/test/testapi/opnfv_testapi/ui/auth/user.py