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:
@@ -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
|
||||
|
@@ -45,7 +45,7 @@ SHELLFOLDER=""
|
||||
while [ "$#" -gt "0" ]
|
||||
do
|
||||
case $1 in
|
||||
"-check"|"--check" )
|
||||
"--check" )
|
||||
NETBOOT=$2;
|
||||
if [[ $NETBOOT =~ petitboot ]];then
|
||||
SHELLFOLDER="/tftpboot/petitboot/";
|
||||
|
Reference in New Issue
Block a user