2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 17:46:38 +00:00

Merge pull request #2210 from tingtli/makentp

update to remove ntp check
This commit is contained in:
caomengmeng 2016-11-29 14:54:25 +08:00 committed by GitHub
commit 033e6eac8a
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