X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=setup.py;h=881ef9272aff37d7d7cfd8e25050c7f95e980074;hb=650e870c1bc836d34e8bda6423560581b25be0a9;hp=2f2b5e5400f898be571e65839dd7b871337e386e;hpb=177feabf43564afd28c7b4112ad4e384a3654bd8;p=yardstick.git diff --git a/setup.py b/setup.py index 2f2b5e540..881ef9272 100755 --- a/setup.py +++ b/setup.py @@ -29,6 +29,8 @@ setup( 'benchmark/scenarios/networking/*.txt', 'benchmark/scenarios/parser/*.sh', 'benchmark/scenarios/storage/*.bash', + 'network_services/nfvi/collectd.conf', + 'network_services/nfvi/collectd.sh', 'resources/files/*', 'resources/scripts/install/*.bash', 'resources/scripts/remove/*.bash' @@ -51,6 +53,7 @@ setup( 'yardstick=yardstick.main:main', 'yardstick-plot=yardstick.plot.plotter:main [plot]' ], + 'yardstick.scenario': [] }, scripts=[ 'tools/yardstick-img-modify',