update testcases related to makedns
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15980 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
ab04cdafc3
commit
5075ed8045
@ -1,6 +1,6 @@
|
||||
start:linux_cn_with_sn_diskless_installation_flat_x86_64_redhat
|
||||
os:Linux
|
||||
cmd:makedns
|
||||
cmd:makedns -n
|
||||
check:rc==0
|
||||
cmd:sleep 10
|
||||
cmd:service named restart
|
||||
|
@ -1,6 +1,6 @@
|
||||
start:Linux_cn_with_sn_full_installation_flat_x86_64_redhat
|
||||
os:Linux
|
||||
cmd:makedns
|
||||
cmd:makedns -n
|
||||
check:rc==0
|
||||
cmd:service named restart
|
||||
check:rc==0
|
||||
|
@ -2,7 +2,7 @@ start:Linux_diskless_installation_flat_ppc64
|
||||
os:Linux
|
||||
cmd:rscan __GETNODEATTR($$CN,hcp)__ -w
|
||||
check:rc==0
|
||||
cmd:makedns
|
||||
cmd:makedns -n
|
||||
check:rc==0
|
||||
cmd:service named restart
|
||||
check:rc==0
|
||||
|
@ -2,7 +2,7 @@ start:Linux_full_installation_flat_ppc64
|
||||
os:Linux
|
||||
cmd:rscan __GETNODEATTR($$CN,hcp)__ -w
|
||||
check:rc==0
|
||||
cmd:makedns
|
||||
cmd:makedns -n
|
||||
check:rc==0
|
||||
cmd:service named restart
|
||||
check:rc==0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#first define
|
||||
start:Linux_sn_installation_flat_x86_64_redhat
|
||||
os:Linux
|
||||
cmd:makedns
|
||||
cmd:makedns -n
|
||||
check:rc==0
|
||||
cmd:chdef $$SN groups=service,all
|
||||
check:rc==0
|
||||
|
Loading…
Reference in New Issue
Block a user