diff options
author | Emma Foley <emma.l.foley@intel.com> | 2018-02-09 16:35:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-09 16:35:38 +0000 |
commit | 3c25e37f56e99d812503afc4700ad6f83f1b5283 (patch) | |
tree | 2ca76030b444a9e30e592621b2087390a69160e6 /setup.py | |
parent | ede3686ea32d6bd0c2abf988f24039dc2278b93a (diff) | |
parent | 352478d837893167b90d321e22f276ce65f7ce43 (diff) |
Merge "Make 'Scenario' classes plugable"
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ setup( 'yardstick=yardstick.main:main', 'yardstick-plot=yardstick.plot.plotter:main [plot]' ], + 'yardstick.scenario': [] }, scripts=[ 'tools/yardstick-img-modify', |