2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-16 00:00:23 +00:00

Fix bug #3737 in automation environment

This commit is contained in:
hu-weihua
2017-08-31 22:56:32 -04:00
parent 50039719b0
commit 5edfc6f42c

View File

@@ -6,6 +6,8 @@ cmd:echo "/tmp/non-existent -> /etc/motd" > /install/custom/install/__GETNODEATT
check:rc==0
cmd:chdef -t osimage -o __GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-install-compute synclists=/install/custom/install/__GETNODEATTR($$CN,os)__/booboo.synclist
check:rc==0
cmd:nodeset $$CN osimage=__GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-install-compute
check:rc==0
cmd:updatenode $$CN -F >/tmp/updatenode.F.out
check:rc!=0
cmd:grep '"/tmp/non-existent" failed: No such file or directory' /tmp/updatenode.F.out