Revert "Remove TPCS and TWPServer features"
[platform/upstream/csf-framework.git] / test / scripts / TPCSSerDaemonTest.sh
1 #!/bin/bash
2
3 #echo EmbkcJFK7q > /proc/$$/attr/current
4 killall TPCSSerDaemon
5 killall tpcsserdaemontest
6 killall TWPSerDaemon
7 killall twpserdaemontest
8
9 echo "copying test plug-in ..."
10 #export LD_LIBRARY_PATH=$PWD
11 cp -f /tmp/tsc_test/libscclient.so /usr/lib/
12 cp -f /tmp/tsc_test/libscserver.so /usr/lib/
13 cp -f /tmp/tsc_test/TPCSSerDaemon /usr/bin/
14 cp -f /tmp/tsc_test/tpcsserdaemontest /usr/bin/
15
16 echo "setup environment ..."
17 #mkdir testcontents-1
18 #export TWP_CONTENT_PATH=testcontents-1
19
20 echo "Do following to run the test cases ..."
21 echo "cd /usr/bin/"
22 echo "./tpcsserdaemontest"
23
24
25 #echo "cleanup test contents ..."
26 #rm -rf testcontents-1
27