add unittest of config.py
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Thu, 23 Feb 2017 08:59:09 +0000 (16:59 +0800)
committerAric Gardner <agardner@linuxfoundation.org>
Fri, 24 Feb 2017 21:52:00 +0000 (21:52 +0000)
commita04daa829c481fab9a734ca2e22fe69ca0d492fc
treed317418aa2f2f807bf66cccbfa99aabbbd9b594b
parent105fcee68c3a74e7edde9f8d7fd7846d9aedc253
add unittest of config.py

Change-Id: I96639c47d27ef449d02528efad23e2499daa3def
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
testapi/opnfv_testapi/common/config.py
testapi/opnfv_testapi/tests/unit/common/__init__.py [new file with mode: 0644]
testapi/opnfv_testapi/tests/unit/common/noparam.ini [new file with mode: 0644]
testapi/opnfv_testapi/tests/unit/common/nosection.ini [new file with mode: 0644]
testapi/opnfv_testapi/tests/unit/common/notboolean.ini [new file with mode: 0644]
testapi/opnfv_testapi/tests/unit/common/notint.ini [new file with mode: 0644]
testapi/opnfv_testapi/tests/unit/common/test_config.py [new file with mode: 0644]
testapi/run_test.sh