2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-21 05:25:32 +00:00

update to remove ntp check

This commit is contained in:
litingt@cn.ibm.com
2016-11-29 01:00:19 -05:00
parent f8ca20a725
commit 8eb68137c2
2 changed files with 8 additions and 6 deletions

View File

@ -37,7 +37,8 @@ check:output=~booted
cmd:xdsh $$CN date
check:rc==0
check:output=~\d\d:\d\d:\d\d
cmd:xdsh $$CN service ntpd status
check:rc==0
check:output=~running
#comment for futher discussion.
#cmd:xdsh $$CN service ntpd status
#check:rc==0
#check:output=~running
end

View File

@ -58,9 +58,10 @@ check:output=~\d\d:\d\d:\d\d
cmd:xdsh $$CN mount
check:rc==0
cmd:sleep 120
cmd:xdsh $$CN service ntpd status
check:rc==0
check:output=~running
#comment for further discussion
#cmd:xdsh $$CN service ntpd status
#check:rc==0
#check:output=~running
cmd:ping $$CN -c 3
check:rc==0
check:output=~64 bytes from $$CN