2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

update case

This commit is contained in:
litingt 2015-04-21 02:57:14 -04:00
parent 83cb1bee8e
commit e6d08af243

View File

@ -77,12 +77,14 @@ cmd:chdef -t node -o node01 groups="compute"
check:rc==0
cmd:makehosts -n
check:rc==0
cmd:sleep 30
cmd:sleep 300
check:rc==0
cmd:cat /etc/hosts |wc -l
check:rc==0
check:output==2
cmd:cat /etc/hosts
cmd:cp -f /etc/hosts /tmp/hosts
cmd:cat /tmp/hosts |wc -l
check:rc==0
check:output=~2
cmd:cat /tmp/hosts
check:output=~node01.cluster.net
cmd:chtab -d node=compute hosts
cmd:rmdef node01