X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Fbenchmark%2F__init__.py;h=8b292ac30e9dc429b8883cb6099b1644746a9004;hb=dd4bf5acef87d7c58c0aae3950ef5da386533f5a;hp=94357a53ab2aef94d1b6f68bab80ce8a4ba01372;hpb=e2a4270e0d29eac71f7723ed901617d4daa799c0;p=yardstick.git 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")