Merge "[workaround] Disable gui for aarch64"
[yardstick.git] / yardstick / benchmark / __init__.py
index 94357a5..898013f 100644 (file)
@@ -7,7 +7,9 @@
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
 
+from __future__ import absolute_import
 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")