2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-24 04:32:04 +00:00
This commit is contained in:
caomengmeng 2016-10-25 05:11:02 -04:00
parent 0c84550441
commit cc9ac639de

View File

@ -454,3 +454,23 @@ check:output=~postscripts has completed
check:output=~Software Maintenance has completed
end
start:updatenode_P_syslog_V_xcatdebugmode_is_one
description:xcatdebugmode value is one, there should be execution outputs.
cmd:chtab key=xcatdebugmode site.value=1
check:rc==0
cmd:updatenode $$CN -P syslog -V
check:output=~$$CN: ++
cmd:chtab key=xcatdebugmode site.value=0
check:rc==0
end
start:updatenode_P_syslog_V_xcatdebugmode_is_two
description:xcatdebugmode value is two, there should be execution outputs.
cmd:chtab key=xcatdebugmode site.value=2
check:rc==0
cmd:updatenode $$CN -P syslog -V
check:output=~$$CN: ++
cmd:chtab key=xcatdebugmode site.value=0
check:rc==0
end