diff options
author | Thomas Wood <thomas.wood@intel.com> | 2015-03-26 15:18:57 +0000 |
---|---|---|
committer | Thomas Wood <thomas.wood@intel.com> | 2015-03-26 17:37:07 +0000 |
commit | 67749beff09eb83ced8fb062db8a5724b371be1b (patch) | |
tree | 3e77e31d50653256fbd9a69e6f6679d7960ea0bc /tests/xts.py | |
parent | a04c0af968922b694221899d6da5f5a752a304f8 (diff) |
profile.py: pass options to the pre-run and post-run hooks
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Reviewed-by: Dylan Baker <baker.dylan.c@gmail.com>
Diffstat (limited to 'tests/xts.py')
-rw-r--r-- | tests/xts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xts.py b/tests/xts.py index 0e277dc3d..3ac931da9 100644 --- a/tests/xts.py +++ b/tests/xts.py @@ -41,7 +41,7 @@ X_TEST_SUITE = framework.core.PIGLIT_CONFIG.get('xts', 'path') class XTSProfile(TestProfile): # pylint: disable=too-few-public-methods """ A subclass of TestProfile that provides a setup hook for XTS """ - def _pre_run_hook(self): + def _pre_run_hook(self, opts): """ This hook sets the XTSTest.results_path variable Setting this variable allows images created by XTS to moved into the |