2010-09-20 08:10:57 +00:00
|
|
|
start:gettab_key_table
|
|
|
|
cmd:gettab key=xcatdport site.value
|
|
|
|
check:rc==0
|
|
|
|
check:output==3001
|
|
|
|
end
|
2011-07-13 08:15:11 +00:00
|
|
|
|
|
|
|
|
|
|
|
start:gettab_H
|
|
|
|
description:gettab -H and --with-fieldname
|
|
|
|
cmd:gettab -H key=master site.value
|
|
|
|
check:rc==0
|
|
|
|
check:output=~site.value:
|
|
|
|
cmd:gettab --with-fieldname key=master site.value
|
|
|
|
check:rc==0
|
|
|
|
check:output=~site.value:
|
|
|
|
end
|
|
|
|
|
|
|
|
start:gettab_err
|
|
|
|
description:gettab with error symble ,error key ,error attr.
|
|
|
|
cmd:gettab -c
|
|
|
|
check:rc!=0
|
|
|
|
check:output=~Usage
|
|
|
|
cmd:gettab -H groups=master site.key
|
|
|
|
check:rc!=0
|
|
|
|
cmd:gettab -H key=master site.groups
|
|
|
|
check:rc==0
|
|
|
|
check:output=site.groups:
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
start:gettab_h
|
|
|
|
description:gettab -h and -? and --help
|
|
|
|
cmd:gettab -h
|
|
|
|
check:output=~Usage
|
|
|
|
cmd:gettab -?
|
|
|
|
check:output=~Usage
|
|
|
|
cmd:gettab --help
|
|
|
|
check:output=~Usage
|
|
|
|
end
|