Skip to content

Commit

Permalink
Update cisco_ios_ping.textfsm (networktocode#1563)
Browse files Browse the repository at this point in the history
* Update cisco_ios_ping.textfsm

Added U and Q response to RESPONSE STREAM

Cisco has for valid outputs for ping: .(fail) ! (success) U (unreachable) Q (quench)

U and Q where missing. Testing an output that carried these values would generate an error.
  • Loading branch information
jorlandobr authored and mjbear committed Jan 7, 2024
1 parent 7be63f4 commit da69203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntc_templates/templates/cisco_ios_ping.textfsm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Value Required SENT_TYPE (.*)
Value Required DESTINATION (\S+)
Value Required TIMEOUT (\d+)
Value SOURCE (\S+)
Value List RESPONSE_STREAM ([\.\!]+)
Value List RESPONSE_STREAM ([\.\!/U/Q]+)
Value Required SUCCESS_PCT (\d+)
Value Required SUCCESS_QTY (\d+)
Value RTT_MIN (\d+)
Expand Down

0 comments on commit da69203

Please sign in to comment.