2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-04 12:30:10 +00:00

Merge pull request #1092 from hu-weihua/sn

Add debug flag for getmacs in SN_setup_case case
This commit is contained in:
tingtli 2016-05-12 11:30:13 +08:00
commit 6af6e3114f

View File

@ -16,7 +16,7 @@ check:rc==0
cmd:cat /etc/conserver.cf | grep $$SN
check:output=~$$SN
cmd:sleep 10
cmd:if [[ "__GETNODEATTR($$SN,arch)__" =~ "ppc64" ]]; then getmacs -D $$SN; fi
cmd:if [[ "__GETNODEATTR($$SN,arch)__" =~ "ppc64" ]]; then getmacs -D $$SN -V; fi
check:rc==0
cmd:makedhcp -n
check:rc==0