From: JingLu5 Date: Fri, 29 Jul 2016 03:13:46 +0000 (+0800) Subject: Bugfix: move plugin install/remove scripts to "scripts" directory X-Git-Tag: colorado.1.0~86^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F69%2F17769%2F1;p=yardstick.git Bugfix: move plugin install/remove scripts to "scripts" directory Change-Id: I0deb04c2e7e0908e8d28ace7ee8fdf27eec65917 Signed-off-by: JingLu5 --- diff --git a/yardstick/resources/script/install/storperf.bash b/yardstick/resources/scripts/install/storperf.bash similarity index 100% rename from yardstick/resources/script/install/storperf.bash rename to yardstick/resources/scripts/install/storperf.bash diff --git a/yardstick/resources/script/remove/storperf.bash b/yardstick/resources/scripts/remove/storperf.bash similarity index 100% rename from yardstick/resources/script/remove/storperf.bash rename to yardstick/resources/scripts/remove/storperf.bash