[USB][Non-ACR][Remove copy_res.sh because precondition is duplicated] 84/196784/1
authorlokilee73 <changjoo.lee@samsung.com>
Fri, 4 Jan 2019 07:41:53 +0000 (16:41 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Fri, 4 Jan 2019 07:41:58 +0000 (16:41 +0900)
Change-Id: I47e0b0f151c50f22800ac845b348da61e21d2abd
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
tct-suite-vs/Tizen.Usb.Tests/res/copy_res.sh [deleted file]

diff --git a/tct-suite-vs/Tizen.Usb.Tests/res/copy_res.sh b/tct-suite-vs/Tizen.Usb.Tests/res/copy_res.sh
deleted file mode 100755 (executable)
index 71cec29..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-if [ "$1" == "-i" ]
-then
-    echo "usb-host-test stop"
-    devicectl usb-host-test stop
-    echo "usb-host-test start"
-    devicectl usb-host-test start
-
-elif [ "$1" == "-u" ]
-then
-    echo "usb test is completed. usb-host-test stop"
-    devicectl usb-host-test stop
-else
-    echo "===> Please enter -i for install or -u for uninstall!"
-    exit
-fi