diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-07-13 03:19:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-13 03:19:54 +0000 |
commit | ebc7d8ba3700a33eea9aa76a871ef0bfd09be293 (patch) | |
tree | 7aec4e22ade416bdd6695d80d930f02b93b792dc /docs/submodules | |
parent | 1d12dd8731ea5a1ef7fd80cfead2c18a39c572ce (diff) |
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>
Diffstat (limited to 'docs/submodules')
m--------- | docs/submodules/yardstick | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick -Subproject f83729d38eb396fe5a94be13a86865f9cd26d0f +Subproject 96c151654bd4bd0fe469c11567f4d26b3d1e8dd |