From 0079d24676dd0489859ded12e889f9ec06aa6abd Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Mon, 17 Oct 2016 08:37:43 +0800 Subject: 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 --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a2131cf0b..f28db8fd6 100755 --- a/setup.py +++ b/setup.py @@ -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' + ] ) -- cgit 1.2.3-korg