Update git submodules
authorRoss Brattain <ross.b.brattain@intel.com>
Thu, 29 Mar 2018 22:52:54 +0000 (22:52 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 29 Mar 2018 22:52:54 +0000 (22:52 +0000)
commitea36bc45a194d69c8272b1af13914b88dc87ddb6
tree434847396d017e632d05db39d74f6d0748b62588
parentef8185409343fffa9c6b1a8cd164ecc69c4e50fb
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "don't print exceptions in atexit handler"
  - don't print exceptions in atexit handler

    atexit handler calls terminate_all after the regular python execution
    path, and it looks like the traceback stack is None somehow.

    In this context log.debug("", exc_info=True) doesn't work
    it prints out NoneType on Python3 and
    causes other problems on Python2.7

    remove the exc_info=True from the logging call

    JIRA: YARDSTICK-1107

    Change-Id: Ida0a0ced7ff5e017e2f8608880e3bb531724af95
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
docs/submodules/yardstick