2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 10:06:39 +00:00

Make sure service node is booted

This commit is contained in:
Mark Gurevich 2020-02-25 16:32:06 -05:00
parent cf663c465f
commit 72f6cc8870

View File

@ -2,8 +2,12 @@ start:go_xcat_devel_from_repo
description:test go-xcat devel on a newly provisioned node
label:go_xcat
os:Linux
#Make sure service node is booted
cmd:rpower $$SN on
cmd:sleep 300
cmd:lsdef $$SN -i status
check:output=~booted
#Provision compute node
cmd:rinstall $$CN osimage=__GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-install-compute
check:rc==0