2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-18 17:20:19 +00:00

incorrect petitboot configuration for nodeset shell in flat #3548

This commit is contained in:
junxiawang
2017-08-16 09:01:13 -04:00
parent 2516628c9a
commit c3f335b8a0
2 changed files with 4 additions and 4 deletions

View File

@@ -32,11 +32,11 @@ cmd:cat /tmp/genesistestlog/*
end
start:nodeset_shell_incorrectmasterip
description:very if computenode need to do nodeset shell in different net with master will success
cmd:/opt/xcat/share/xcat/tools/autotest/testcase/genesis/test.sh -check xnba
cmd:/opt/xcat/share/xcat/tools/autotest/testcase/genesis/test.sh --check xnba
check:rc==0
cmd:/opt/xcat/share/xcat/tools/autotest/testcase/genesis/test.sh -check grub2
cmd:/opt/xcat/share/xcat/tools/autotest/testcase/genesis/test.sh --check grub2
check:rc==0
cmd:/opt/xcat/share/xcat/tools/autotest/testcase/genesis/test.sh -check petitboot
cmd:/opt/xcat/share/xcat/tools/autotest/testcase/genesis/test.sh --check petitboot
check:rc==0
cmd:/opt/xcat/share/xcat/tools/autotest/testcase/genesis/test.sh -c
check:rc==0

View File

@@ -45,7 +45,7 @@ SHELLFOLDER=""
while [ "$#" -gt "0" ]
do
case $1 in
"-check"|"--check" )
"--check" )
NETBOOT=$2;
if [[ $NETBOOT =~ petitboot ]];then
SHELLFOLDER="/tftpboot/petitboot/";