xcat-core/xCAT-test/autotest/testcase/tabdump/cases0
ellen56 a05837bdca new files for xCAT test
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7514 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-20 08:10:57 +00:00

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