2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

refine test case xcatd_start (#5932)

This commit is contained in:
Weihua Hu 2019-01-08 17:36:45 +08:00 committed by Bin Xu
parent 6d9e961422
commit 1b2ab1cb72

View File

@ -10,7 +10,7 @@ check:output=~Active: active \(running\)|xcatd service is running
cmd:ps axjf |grep -v grep |grep "xcatd:" | tee /tmp/xcatd_start/original_xcatd_processes_status
check:rc==0
cmd:cat /tmp/xcatd_start/original_xcatd_processes_status |wc -l
check:output=~6
#check:output=~6
cmd:service xcatd stop
check:rc==0
cmd:sleep 3