summaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'yardstick/benchmark/__init__.py')
-rw-r--r--yardstick/benchmark/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yardstick/benchmark/__init__.py b/yardstick/benchmark/__init__.py
index 94357a53a..8b292ac30 100644
--- a/yardstick/benchmark/__init__.py
+++ b/yardstick/benchmark/__init__.py
@@ -9,5 +9,6 @@
import yardstick.common.utils as utils
+utils.import_modules_from_package("yardstick.benchmark.contexts")
utils.import_modules_from_package("yardstick.benchmark.runners")
utils.import_modules_from_package("yardstick.benchmark.scenarios")