2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 01:56:39 +00:00

Merge pull request #1070 from junxiawang/0507

modify p8le testcase
This commit is contained in:
junxiawang 2016-05-07 19:14:47 +08:00
commit c9368c32fb

View File

@ -3,7 +3,7 @@ os:Linux
cmd:copycds $$ISO
check:rc==0
cmd:if [ "__GETNODEATTR($$CN,arch)__" != "ppc64" -a "__GETNODEATTR($$CN,mgt)__" != "ipmi" ];then rmvm $$CN -f && chdef $$CN mac= && mkvm $$CN ; fi
cmd:if [ "__GETNODEATTR($$CN,arch)__" != "ppc64" -a "__GETNODEATTR($$CN,mgt)__" != "ipmi" ];then rmvm $$CN -f -p && mkvm $$CN -s 20G; fi
check:rc==0
cmd:makedns -n
check:rc==0