Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
mcp
/
cvp-wally
/
74e6e603134d7e4250dfe34ea1a343a2df4a98a6
/
.
/
wally
/
suits
/
all_suits.py
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
]}