commit | b493555db2d43e79d96e793cae9d1ffb822dd6c1 | [log] [tgz] |
---|---|---|
author | Chris Masone <[email protected]> | Tue Aug 14 12:05:54 2012 -0700 |
committer | Gerrit <[email protected]> | Fri Aug 17 10:01:57 2012 -0700 |
tree | 0d0c2a022ee1fd1651570cb821221ce32fb77a5f | |
parent | a0f3403fcf47d3d7086d582c256c7500e6c3f41c [diff] [blame] |
[autotest] Move dynamic suite code into its own module No big rewrite, just moving files around BUG=chromium-os:30266 TEST=unit TEST=successful run_suite.py run TEST=suite_enumerator.py, suite_preprocessor.py, and suite_scheduler.py Change-Id: I2fbcae0332104ce3adcb10a1e90ce94cb209aca8 Reviewed-on: https://gerrit.chromium.org/gerrit/30267 Reviewed-by: Scott Zawalski <[email protected]> Commit-Ready: Chris Masone <[email protected]> Tested-by: Chris Masone <[email protected]>
diff --git a/client/common_lib/error.py b/client/common_lib/error.py index c6febba..42a0875 100644 --- a/client/common_lib/error.py +++ b/client/common_lib/error.py
@@ -498,7 +498,8 @@ class CrosDynamicSuiteException(Exception): """ - Base class for exceptions coming from dynamic suite code in server/cros/*. + Base class for exceptions coming from dynamic suite code in + server/cros/dynamic_suite/*. """ pass