| | |
| | | Wildcard 'noCheck' to not check the RC |
| | | </function-arg-description> |
| | | </function-arg-def> |
| | | <function-arg-def name="expectedString" type="optional" default="None"> |
| | | <function-arg-description> |
| | | Expected return string value. |
| | | </function-arg-description> |
| | | </function-arg-def> |
| | | <function-arg-def name="knownIssue" type="optional" default="None"> |
| | | <function-arg-description> |
| | | Known issue. Corresponds to an issue number. |
| | |
| | | } |
| | | </call> |
| | | </if> |
| | | |
| | | <if expr="expectedString"> |
| | | <call function="'checktestString'"> |
| | | { 'returnString' : cmdOutput , |
| | | 'expectedString' : expectedString } |
| | | </call> |
| | | </if> |
| | | </sequence> |
| | | </timer> |
| | | |