aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/plans
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2018-03-29 18:36:16 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2018-04-02 10:09:29 +0800
commit7e20f74cad43dd6012f22991a7787cd03c42b1c2 (patch)
tree5d0686f0f820ec03f871cfc166b46124f955f5ab /test/csit/plans
parent4fcc672b484e4f76bcc0c07cbd2b5c9c4f82a5ad (diff)
Added a "sleep" command into the script
Change-Id: If408752232a4d1d23e8187c79b4dd3f8c28ab03c Issue-ID: HOLMES-106 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'test/csit/plans')
-rw-r--r--test/csit/plans/holmes-rule-management/sanity-check/setup.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/csit/plans/holmes-rule-management/sanity-check/setup.sh b/test/csit/plans/holmes-rule-management/sanity-check/setup.sh
index ae78ec49a..89688eeaf 100644
--- a/test/csit/plans/holmes-rule-management/sanity-check/setup.sh
+++ b/test/csit/plans/holmes-rule-management/sanity-check/setup.sh
@@ -60,6 +60,12 @@ for i in {1..10}; do
echo sleep $i
sleep $i
done
+
+echo sleep 30s for service registration
+sleep 30
+
+docker logs i-rulemgt
+docker logs i-engine-d
#Pass any variables required by Robot test suites in ROBOT_VARIABLES
ROBOT_VARIABLES="-v MSB_IP:${MSB_IP} -v RULEMGT_IP:${RULEMGT_IP} -v ENGINE_D_IP:${ENGINE_D_IP}"