implements MOL-180: make run_test.py compatible with FUEL master
diff --git a/io_scenario/io.py b/io_scenario/io.py
index b9f3b6f..7d5516d 100644
--- a/io_scenario/io.py
+++ b/io_scenario/io.py
@@ -59,7 +59,8 @@
             'initial readers': 'read',
             're-readers': 'reread',
             'random readers': 'random read',
-            'random writers': 'random write'}
+            'random writers': 'random write',
+            'readers': 'read'}
 
     string1 = "                           " + \
               "                   random  random    " + \