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

Merge pull request #508 from neo954/story50687log

Remove test case get_xcat_install_loginfo
This commit is contained in:
tingtli 2015-12-03 10:31:33 +08:00
commit b287aabcbd
2 changed files with 0 additions and 14 deletions

View File

@ -271,7 +271,6 @@ makentp_a
nodeset_check_warninginfo
runcmdinstaller
runcmdinstaller_command
get_xcat_install_loginfo
get_xcat_postscripts_loginfo
updatenode_postscripts_loginfo
bmcdiscover_h

View File

@ -20,19 +20,6 @@ check:rc==0
check:output=~yum
cmd:chtab key=xcatdebugmode site.value="0"
end
start:get_xcat_install_loginfo
description:xcatdebugloginfo for install
cmd:chtab key=xcatdebugmode site.value="1"
check:rc==0
cmd:nodeset $$CN osimage=__GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-install-compute
check:rc==0
cmd:if [[ "__GETNODEATTR($$CN,arch)__" =~ "ppc64" ]]; then rnetboot $$CN;elif [[ "__GETNODEATTR($$CN,arch)__" =~ "x86_64" ]];then rpower $$CN boot; fi
check:rc==0
cmd:sleep 300
cmd:cat /var/log/messages /var/log/xcat/computes.log 2>/dev/null | grep "packaging: Installing"
check:rc==0
cmd:chtab key=xcatdebugmode site.value="0"
end
start:get_xcat_postscripts_loginfo
description:get xcat post scripts loginfo
cmd:chtab key=xcatdebugmode site.value="1"