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

Merge pull request #1232 from junxiawang/0530

modify set up dockerhost testcase
This commit is contained in:
caomengmeng 2016-05-30 17:13:36 +08:00
commit ff6b02e848

View File

@ -28,7 +28,7 @@ cmd:rpower $$CN boot
check:rc==0
cmd:sleep 40
cmd:lsdef -l $$CN | grep status
cmd:sleep 3600
cmd:sleep 2400
check:rc==0
cmd:ping $$CN -c 3
check:output=~64 bytes from $$CN
@ -44,4 +44,6 @@ cmd:xdsh $$CN "docker pull $$DOCKERIMAGE"
check:rc==0
cmd:rmdef -t osimage -o __GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-install-dockerhost
check:rc==0
cmd: chdef $$CN postbootscripts=
check:rc==0
end