add rflash_h rflash_v

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12996 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
amy0701 2012-06-04 03:00:43 +00:00
parent 0b918e1761
commit c686ea7a85

View File

@ -0,0 +1,11 @@
start:rflash_h
cmd:rflash -h
check:rc==0
check:output=~Usage
end
start:rflash_v
cmd:rflash -v
check:rc==0
check:output=~Version
end