blob: 310b1f5229f56edd3c1b29d615ef9042a32b87c5 [file] [log] [blame]
from .io.fio import FioTest
# from .suits.itest import TestSuiteConfig
# from .suits.mysql import MysqlTest
# from .suits.omgbench import OmgTest
# from .suits.postgres import PgBenchTest
all_suits = {suite.name: suite for suite in [FioTest]}