...
Strict Mode
Strict mode requires the input lines to appear consecutively in the source. No additional text/lines may exist between the matching lines in the source.
...
Result: Condition successful
These All three lines appear consecutively in the source.
Example Input 2:
| Code Block | ||
|---|---|---|
| ||
interface Ethernet1 ip address 10.0.0.1/24 |
...
Use case | Recommended mode |
|---|---|
Verify several independent configuration lines exist in the source | Loose |
Verify the presence and order of configuration commands in the source | Sequential |
Verify an exact configuration block | Strict |
...