summaryrefslogtreecommitdiffstats
path: root/functest/ci
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2017-08-17 11:12:52 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-17 11:12:52 +0000
commitf01fb5609298c7c4b0f19cfe8d54fc331dd5a0ad (patch)
tree36b2ffb2b8d56dfabe02b0e85ff30d3822fca51a /functest/ci
parentc582427bd2586347fd21bcee3b28a2f7e75faf3d (diff)
parentecaecd74a20e4845fb748077b759a5697ba86f1c (diff)
Merge "API proposal for functest"
Diffstat (limited to 'functest/ci')
-rw-r--r--functest/ci/config_functest.yaml1
-rw-r--r--functest/ci/logging.ini7
2 files changed, 7 insertions, 1 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml
index 679140fe8..31ec6969a 100644
--- a/functest/ci/config_functest.yaml
+++ b/functest/ci/config_functest.yaml
@@ -201,3 +201,4 @@ energy_recorder:
api_url: http://energy.opnfv.fr/resources
api_user: ""
api_password: ""
+
diff --git a/functest/ci/logging.ini b/functest/ci/logging.ini
index 210c8f5f4..f1ab72414 100644
--- a/functest/ci/logging.ini
+++ b/functest/ci/logging.ini
@@ -1,5 +1,5 @@
[loggers]
-keys=root,functest,ci,cli,core,energy,opnfv_tests,utils
+keys=root,functest,api,ci,cli,core,energy,opnfv_tests,utils
[handlers]
keys=console,wconsole,file,null
@@ -16,6 +16,11 @@ level=NOTSET
handlers=file
qualname=functest
+[logger_api]
+level=NOTSET
+handlers=wconsole
+qualname=functest.api
+
[logger_ci]
level=NOTSET
handlers=console