Skip to content

Commit

Permalink
Add CLIs support TWAMP Light feature according to sonic-net/SONiC HLD…
Browse files Browse the repository at this point in the history
… PR#1320

Signed-off-by: Xianghong Gu <[email protected]>
  • Loading branch information
guxianghong committed Sep 26, 2024
1 parent b37df39 commit 294d504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/twamp_light_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@
"""Usage: add [OPTIONS] <session_name> <sender_ip:port> <reflector_ip:port>
<packet_count> <tx_interval> <timeout> <statistics_interval>
Error: Invalid value for "<session_name>": """ + TL_SESSION_NAME + """. TWAMP-Light session already exist
Error: Invalid value for "<session_name>": """ + TL_SESSION_NAME + """. TWAMP-Light session already exists
"""

twamp_light_start_session_without_session_output = \
"""Usage: start [OPTIONS] <session_name|all>
Error: Invalid value for "<session_name>": """ + TL_SESSION_NAME + """. TWAMP-Light session not exist
Error: Invalid value for "<session_name>": """ + TL_SESSION_NAME + """. TWAMP-Light session does not exist
"""

twamp_light_add_continous_sender_with_invalid_monitor_time_output = \
Expand Down

0 comments on commit 294d504

Please sign in to comment.