Added a "sleep" command into the script 23/40123/3
authorGuangrongFu <fu.guangrong@zte.com.cn>
Thu, 29 Mar 2018 10:36:16 +0000 (18:36 +0800)
committerGuangrongFu <fu.guangrong@zte.com.cn>
Mon, 2 Apr 2018 02:09:29 +0000 (10:09 +0800)
Change-Id: If408752232a4d1d23e8187c79b4dd3f8c28ab03c
Issue-ID: HOLMES-106
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
test/csit/plans/holmes-rule-management/sanity-check/setup.sh

index ae78ec4..89688ee 100644 (file)
@@ -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}"