diff options
author | JingLu5 <lvjing5@huawei.com> | 2016-10-17 08:37:43 +0800 |
---|---|---|
committer | JingLu5 <lvjing5@huawei.com> | 2016-10-17 14:27:06 +0800 |
commit | 0079d24676dd0489859ded12e889f9ec06aa6abd (patch) | |
tree | dd47c6936ae6cbb8c397546bae0db0bd268657ff /setup.py | |
parent | 4490df181d41d77c48b7b1f715dd6ef51a37d585 (diff) |
Bugfix: Add image modify scripts into environment variables
JIRA: YARDSTICK-371
JIRA: YARDSTICK-372
This patch fixs two bugs. One is add image modify scripts into environment
variables; The other is fixng a format error in ubuntu-server-cloudimg-modify.sh
Change-Id: Ie2381400e469ddcbb02f0b0de250274f3bcb0396
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -57,5 +57,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' + ] ) |