Merge "Decoupling prepare_env.sh and load_images.sh"
[yardstick.git] / yardstick / benchmark / __init__.py
index 94357a5..8b292ac 100644 (file)
@@ -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")