2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-21 05:25:32 +00:00

Remove trailing spaces in file xCAT-test/autotest/testcase/nodeset/nodeset_nonexistent_osimage_petitboot

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent f72f7e3b91
commit 653d2cf257

View File

@ -24,7 +24,7 @@ exit_if_bad "$?" "nodeset command exit with non-zero"
for node in tz{001..005}
do
[ -f "/tftpboot/petitboot/${node}" ]
exit_if_bad "$?" "file not found /tftpboot/petitboot/${node}"
exit_if_bad "$?" "file not found /tftpboot/petitboot/${node}"
done
nodeset tz003 osimage=nonexistent-osimage \
@ -62,7 +62,7 @@ exit_if_bad "$?" "nodeset command should exit with non-zero"
for node in tz001 tz002 tz004 tz005
do
[ -f "/tftpboot/petitboot/${node}" ]
exit_if_bad "$?" "file not found /tftpboot/petitboot/${node}"
exit_if_bad "$?" "file not found /tftpboot/petitboot/${node}"
done
nodeset tz001+4 offline