Fix: TimeoutExpired in Python tests not defined globally
authorAntoine Busque <abusque@efficios.com>
Tue, 11 Aug 2015 20:29:30 +0000 (16:29 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 14 Aug 2015 22:07:28 +0000 (18:07 -0400)
commit6b4bf9f4231910876a7bd25f7c5b231a9a57bab5
tree3cddb657367b7514a8c8746fb9f9d60d3c90e319
parent8a6c148bef62e2b37342a9c9130806e935845340
Fix: TimeoutExpired in Python tests not defined globally

The `TimeoutExpired` exception is used in multiple locations
throughout the Python tests. However, it needs to be used as
`subprocess.TimeoutExpired` given that it is only defined in that
module.

Signed-off-by: Antoine Busque <abusque@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/regression/ust/daemon/test_daemon.py
tests/regression/ust/exit-fast/test_exit-fast.py
tests/regression/ust/fork/test_fork.py
tests/regression/ust/libc-wrapper/test_libc-wrapper.py
tests/regression/ust/linking/test_linking.py
This page took 0.02601 seconds and 4 git commands to generate.