blob: 310b1f5229f56edd3c1b29d615ef9042a32b87c5 [file] [log] [blame]
koder aka kdanilov108ac362017-01-19 20:17:16 +02001from .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
8all_suits = {suite.name: suite for suite in [FioTest]}