koder aka kdanilov | 108ac36 | 2017-01-19 20:17:16 +0200 | [diff] [blame] | 1 | from .io.fio import FioTest |
2 | # from .suits.itest import TestSuiteConfig | ||||
3 | # from .suits.mysql import MysqlTest | ||||
4 | # from .suits.omgbench import OmgTest | ||||
5 | # from .suits.postgres import PgBenchTest | ||||
6 | |||||
7 | |||||
8 | all_suits = {suite.name: suite for suite in [FioTest]} |