Improve OVS-DPDK boot process
[yardstick.git] / setup.py
index 2f2b5e5..881ef92 100755 (executable)
--- 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',