mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
update version to a variable
This commit is contained in:
parent
79b08f2ec9
commit
5879544c6b
@ -47,10 +47,10 @@ cmd:if grep Ubuntu /etc/*release;then xdsh $$CN "scp -r $$MN:/etc/resolv.conf /e
|
||||
check:rc==0
|
||||
cmd:if grep Ubuntu /etc/*release;then xdsh $$CN "apt-get clean && apt-get update"; fi
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "cd /; ./go-xcat -x 2.11 -y install"
|
||||
cmd:xdsh $$CN "cd /; ./go-xcat -x $$MIGRATION1_VERSION -y install"
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "source /etc/profile.d/xcat.sh;lsxcatd -v"
|
||||
check:output=~Version 2.11
|
||||
check:output=~Version $$MIGRATION1_VERSION
|
||||
cmd:xdsh $$CN "service xcatd status"
|
||||
check:rc==0
|
||||
check:output=~running
|
||||
|
Loading…
x
Reference in New Issue
Block a user