diff options
author | 2016-10-24 03:07:03 +0000 | |
---|---|---|
committer | 2016-10-24 03:07:03 +0000 | |
commit | 0949a21150461b0b31df5b16b39ff77a6813e821 (patch) | |
tree | 734a6f604428f29782a09e0a304bd7faf5e8b80c /setup.py | |
parent | 542caba88c24d7572f22922440ed711ad2a32640 (diff) | |
parent | 0079d24676dd0489859ded12e889f9ec06aa6abd (diff) |
Merge "Bugfix: Add image modify scripts into environment variables"
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -63,5 +63,8 @@ setup( 'yardstick-plot=yardstick.plot.plotter:main [plot]' ], }, - scripts=['tools/yardstick-img-modify'] + scripts=['tools/yardstick-img-modify', + 'tools/yardstick-img-lxd-modify', + 'tools/yardstick-img-dpdk-modify' + ] ) |