Update git submodules
authorRoss Brattain <ross.b.brattain@intel.com>
Thu, 13 Jul 2017 03:19:54 +0000 (03:19 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 13 Jul 2017 03:19:54 +0000 (03:19 +0000)
commitebc7d8ba3700a33eea9aa76a871ef0bfd09be293
tree7aec4e22ade416bdd6695d80d930f02b93b792dc
parent1d12dd8731ea5a1ef7fd80cfead2c18a39c572ce
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "NSBperf: fix bad sigint handler"
  - NSBperf: fix bad sigint handler

    This is why we don't do things at module
    import time.

    when we import this module it makes a bad
    sigint handler.  Only load signal handlers
    at runtime.

    Also fix handler to take *args, **kwargs.

    Unittest failures:

    >     time.sleep(0.01)
    E     TypeError: handler() takes 0 positional arguments but 2 were given

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