a05837bdca
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7514 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
11 lines
198 B
Plaintext
11 lines
198 B
Plaintext
start:tabdump_table
|
|
cmd:tabdump site | grep xcatiport
|
|
check:rc==0
|
|
check:output=="xcatiport","3002",,
|
|
end
|
|
start:tabdump_d
|
|
cmd:tabdump -d site | grep xcatiport
|
|
check:rc==0
|
|
check:output=~xcatiport
|
|
end
|