2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-22 22:15:30 +00:00

Merge pull request #2612 from tingtli/removestop

remove stop label in test cases
This commit is contained in:
junxiawang
2017-03-10 13:59:44 +08:00
committed by GitHub
3 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,5 @@
start:SN_setup_case
os:Linux
stop:yes
cmd:/opt/xcat/share/xcat/tools/autotest/testcase/installation/pre_deploy_sn __GETNODEATTR($$SN,os)__ __GETNODEATTR($$SN,arch)__
check:rc==0

View File

@ -1,6 +1,5 @@
start:reg_linux_diskfull_installation_hierarchy
os:Linux
stop:yes
cmd:chdef -t node -o $$CN servicenode=$$SN monserver=$$SN nfsserver=$$SN tftpserver=$$SN xcatmaster=$$SN
check:rc==0

View File

@ -1,6 +1,5 @@
start:reg_linux_diskless_installation_hierarchy
os:Linux
stop:yes
cmd:chdef -t node -o $$CN servicenode=$$SN monserver=$$SN nfsserver=$$SN tftpserver=$$SN xcatmaster=$$SN
check:rc==0