summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorEmma Foley <emma.l.foley@intel.com>2018-02-09 16:35:38 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-02-09 16:35:38 +0000
commit3c25e37f56e99d812503afc4700ad6f83f1b5283 (patch)
tree2ca76030b444a9e30e592621b2087390a69160e6 /setup.py
parentede3686ea32d6bd0c2abf988f24039dc2278b93a (diff)
parent352478d837893167b90d321e22f276ce65f7ce43 (diff)
Merge "Make 'Scenario' classes plugable"
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 7f6571d61..881ef9272 100755
--- a/setup.py
+++ b/setup.py
@@ -53,6 +53,7 @@ setup(
'yardstick=yardstick.main:main',
'yardstick-plot=yardstick.plot.plotter:main [plot]'
],
+ 'yardstick.scenario': []
},
scripts=[
'tools/yardstick-img-modify',