2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-25 20:50:26 +00:00

Update the test case for "updatenode -S", and check if package gcc is really installed on the compute node

This commit is contained in:
GONG Jie
2017-03-20 14:31:12 +08:00
parent e2ebc6a049
commit 936c35814b

View File

@@ -15,4 +15,6 @@ check:rc==0
cmd:grep 'Running of Software Maintenance has completed' /tmp/updatenode.S.out
check:rc==0
cmd:mv `cat /tmp/pkglist.filename`.save `cat /tmp/pkglist.filename`
cmd:xdsh $$CN '(rpm -qa || dpkg -l) | grep gcc' | grep gcc
check:rc==0
end