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 21:57:10 +0000 (17:57 -0400)
commit79b5036dd8d566173cda38d84a5faa667559adda
treebe9c0008ceaa1012a03520dabd63d3239c9a6c45
parent7f4aabcb86a8a4a2039658bac97f3a58536e24a6
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.026819 seconds and 4 git commands to generate.