commit | 4e9f3ed8f8b0be7b138c0384d4cff453b84706d6 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Tue Apr 14 11:26:12 2015 +0300 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Tue Apr 14 11:26:12 2015 +0300 |
tree | 08130b24dc2dcaf860311a62c19c6cd3a07a88c5 | |
parent | 652cd80930a80a98676efce37d5999b16825513e [diff] [blame] |
rename bw_mean to bw, other fixes
diff --git a/fake_run_test.py b/fake_run_test.py index 8dc772c..eeffde3 100644 --- a/fake_run_test.py +++ b/fake_run_test.py
@@ -46,12 +46,12 @@ out = empty_fd elif "iozone" == tool or "fio" == tool: data = {'__meta__': { - 'direct_io': 1, + 'direct': 1, 'action': 'r', 'concurence': 1, 'blocksize': 1, 'sync': 's'}, - 'bw_mean': 10} + 'bw': 10} out = FakeFD(json.dumps(data)) else: raise Exception("tool not found")