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

Modify install xCAT case to do file checking for xcat-genesis-base

This commit is contained in:
ertaozh 2018-05-16 04:01:43 -04:00
parent 5b4bca86f0
commit 615b6895d0

View File

@ -18,6 +18,10 @@ check:output=~Version
cmd:service xcatd status
check:rc==0
check:output=~running
cmd:rpm -ql xCAT-genesis-base-x86_64 |grep ntp-wait
check:rc==0
cmd:rpm -ql xCAT-genesis-base-ppc64 |grep ntp-wait
check:rc==0
cmd:rm -rf /install_xCAT_xcat-core.tar.bz2 /install_xCAT_xcat-dep.tar.bz2
end
@ -43,6 +47,10 @@ check:output=~Version
cmd:service xcatd status
check:rc==0
check:output=~running
cmd:dpkg -L xcat-genesis-base-ppc64 |grep ntp-wait
check:rc==0
cmd:dpkg -L xcat-genesis-base-amd64 |grep ntp-wait
check:rc==0
cmd:rm -rf /install_xCAT_xcat-core.tar.bz2 /install_xCAT_xcat-dep.tar.bz2
end