summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/tests/unit/common/notboolean.ini
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2017-08-30 16:33:31 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2017-09-04 10:34:06 +0800
commitabe314746516e465e85474aadc5c1e3d9a86d2fe (patch)
tree8be2f6fd205d9ec12fa474ec123cb259eb2860e0 /testapi/opnfv_testapi/tests/unit/common/notboolean.ini
parentf8ec94a44498eff343fa2862abb8c61929efaa3a (diff)
clarify obsoleted test configuration files
delete noparam.ini/nosection.ini/notboolean.ini/notint.ini/normal.ini substitute normal.ini with etc/config.ini Change-Id: I7e2fa331736a2f9bf807814416a3118be5f613e5 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi/opnfv_testapi/tests/unit/common/notboolean.ini')
-rw-r--r--testapi/opnfv_testapi/tests/unit/common/notboolean.ini17
1 files changed, 0 insertions, 17 deletions
diff --git a/testapi/opnfv_testapi/tests/unit/common/notboolean.ini b/testapi/opnfv_testapi/tests/unit/common/notboolean.ini
deleted file mode 100644
index 3a11f9d..0000000
--- a/testapi/opnfv_testapi/tests/unit/common/notboolean.ini
+++ /dev/null
@@ -1,17 +0,0 @@
-# to add a new parameter in the config file,
-# the CONF object in config.ini must be updated
-[mongo]
-# URL of the mongo DB
-# Mongo auth url => mongodb://user1:pwd1@host1/?authSource=db1
-url = mongodb://127.0.0.1:27017/
-dbname = test_results_collection
-
-[api]
-# Listening port
-port = 8000
-# With debug_on set to true, error traces will be shown in HTTP responses
-debug = True
-authenticate = notboolean
-
-[ui]
-url = http://localhost:8000