Sha256: 94b9ab20a32d1af17ce297512366e648874f687cfeee001d3238b53db6d7ae84
Contents?: true
Size: 1.11 KB
Versions: 4
Compression:
Stored size: 1.11 KB
Contents
* **port (string)** - (Optional, Default="") The name of a port to execute the pattern on, will be run on all pins ('@') if a port name is not supplied. * **testName (string)** - (Optional) An explicit name to be used when logging the result of this test, if not given the test suite name will be used * **forcePass (int)** - (Optional, Default=0) When set to 1, the test will appear to always pass in the flow (produce a green box), although the actual pass/fail result value will be logged to STDF. Normally this would be used for tests in the flow which are for data collection only. * **onPassFlag (string)** - (Optional) The name of a test flow variable to be set if the test fails, e.g. setting this to "MY_FLAG" would cause "@MY_FLAG" to be set to 1 in the event of the test passing. No modification will be made to the variable if the test fails. * **onFailFlag (string)** - (Optional) The name of a test flow variable to be set if the test fails, e.g. setting this to "MY_FLAG" would cause "@MY_FLAG" to be set to 1 in the event of the test failing. No modification will be made to the variable if the test passes.
Version data entries
4 entries across 4 versions & 1 rubygems