From 9a2b4855c8b3543c31fa62862fe55d54ce7123ce Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Fri, 29 Jul 2016 11:13:46 +0800 Subject: [PATCH] Bugfix: move plugin install/remove scripts to "scripts" directory Change-Id: I0deb04c2e7e0908e8d28ace7ee8fdf27eec65917 Signed-off-by: JingLu5 --- yardstick/resources/{script => scripts}/install/storperf.bash | 0 yardstick/resources/{script => scripts}/remove/storperf.bash | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename yardstick/resources/{script => scripts}/install/storperf.bash (100%) rename yardstick/resources/{script => scripts}/remove/storperf.bash (100%) 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 -- 2.16.6