Adjust relative paths for CSIT files

Remove leading test/csit/ from all relative paths to
accomodate the move into integration/csit repo.

Change-Id: Id9482b46df839f5eba28135e9f987a3eda1d7d94
Issue-ID: INT-671
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
diff --git a/plans/policy/health/setup.sh b/plans/policy/health/setup.sh
index 21f58eb..890df9b 100755
--- a/plans/policy/health/setup.sh
+++ b/plans/policy/health/setup.sh
@@ -30,9 +30,9 @@
     sleep $i
 done
 
-${WORKSPACE}/test/csit/scripts/policy/mock-hello.sh ${MOCK_IP}
+${WORKSPACE}/scripts/policy/mock-hello.sh ${MOCK_IP}
 
-source ${WORKSPACE}/test/csit/scripts/policy/script1.sh
+source ${WORKSPACE}/scripts/policy/script1.sh
 
 # Pass any variables required by Robot test suites in ROBOT_VARIABLES
 ROBOT_VARIABLES="-v MOCK_IP:${MOCK_IP} -v IP:${IP} -v POLICY_IP:${POLICY_IP} -v PDP_IP:${PDP_IP} -v DOCKER_IP:${DOCKER_IP}" 
diff --git a/plans/policy/health/testplan.txt b/plans/policy/health/testplan.txt
index bb85874..ab8a5b0 100644
--- a/plans/policy/health/testplan.txt
+++ b/plans/policy/health/testplan.txt
@@ -1,3 +1,3 @@
-# Test suites are relative paths under [integration.git]/test/csit/tests/.
+# Test suites are relative paths under [integration/csit.git]/tests/.
 # Place the suites in run order.
 policy/suite1