commit | 2c8e82986691a1dfebfaed081404258f92458b7d | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Tue Oct 08 14:09:01 2013 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Tue Oct 08 14:09:01 2013 +0000 |
tree | c8560040c1af71360c1eee44fccc9980e06d5fc7 | |
parent | d0181f647c4fdac223d9058022d471e4fb8b8a61 [diff] | |
parent | 4ea019472dd3ec1868ab22bbeccc81d4ecfc3749 [diff] |
Merge "pass stop_on_error to _has_error_in_logs"
diff --git a/tempest/stress/driver.py b/tempest/stress/driver.py index 55404ce..b5cab68 100644 --- a/tempest/stress/driver.py +++ b/tempest/stress/driver.py
@@ -196,7 +196,7 @@ if not logfiles: continue - if _has_error_in_logs(logfiles, computes): + if _has_error_in_logs(logfiles, computes, stop_on_error): had_errors = True break