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")