From abe314746516e465e85474aadc5c1e3d9a86d2fe Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Wed, 30 Aug 2017 16:33:31 +0800 Subject: 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 --- testapi/opnfv_testapi/tests/unit/common/normal.ini | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 testapi/opnfv_testapi/tests/unit/common/normal.ini (limited to 'testapi/opnfv_testapi/tests/unit/common/normal.ini') diff --git a/testapi/opnfv_testapi/tests/unit/common/normal.ini b/testapi/opnfv_testapi/tests/unit/common/normal.ini deleted file mode 100644 index c81c6c5..0000000 --- a/testapi/opnfv_testapi/tests/unit/common/normal.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 = False - -[ui] -url = http://localhost:8000 -- cgit 1.2.3-korg