Update git submodules
authorJose Lausuch <jose.lausuch@ericsson.com>
Fri, 19 May 2017 08:40:43 +0000 (08:40 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 19 May 2017 08:40:43 +0000 (08:40 +0000)
commit7bf01146caf0d408031f8e4e8c73b25b719d4d9b
tree710f60ad62cf9d2b92f626a96f1e84ae3ff66eb6
parent19f767d4ca37ac30887590df6fa975dcfa3a2725
Update git submodules

* Update docs/submodules/functest from branch 'master'
  - Merge "Modify how to disable logging in unit test."
  - Modify how to disable logging in unit test.

    Logs are only disabled when the unit tests are run from cmdline.
    It allows running them via pytest_suite_runner.py and printing
    their results to functest.log.

    You should notice that the unit test must disable the logger of the
    tested TestCase (e.g. testcase.TestCase.logger.disabled = 1). Otherwise
    false logs will be printed in console.

    Change-Id: Ic171e4575c8bab2e52db1897ae026b61a03b6247
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docs/submodules/functest