commit | d5ed4daa9649a206a5f7b0209e7a4331dee8c5e4 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Thu May 07 23:33:23 2015 +0300 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Thu May 07 23:34:00 2015 +0300 |
tree | 299ba11a8db73f70a0ac3fecb8f95785e757a88b | |
parent | f86d7af6aa95d3ba374c8024d118aa8c5a168f63 [diff] [blame] |
a lot of changes
diff --git a/wally/suits/itest.py b/wally/suits/itest.py index f0a1e8d..dd52f33 100644 --- a/wally/suits/itest.py +++ b/wally/suits/itest.py
@@ -189,7 +189,8 @@ self.fio_configs = io_agent.parse_and_slice_all_in_1( self.raw_cfg, self.config_params, - soft_runcycle=soft_runcycle) + soft_runcycle=soft_runcycle, + split_on_names=self.test_logging) self.fio_configs = list(self.fio_configs) splitter = "\n\n" + "-" * 60 + "\n\n"