lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/42765?usp=email )
Change subject: vty-tests: Re-introduce the check on the help ......................................................................
vty-tests: Re-introduce the check on the help
With the support of regex within vty tests, the help message can be checked again.
Depends-on: Iadcd7a8c3677548a6405e098fe53d0614ef2012c (osmo-python-tests) Change-Id: I3fad268b7a8925f378f6331fcab073637bd80e08 --- M tests/vty/osmo_stp_test_tcap.vty 1 file changed, 25 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/65/42765/1
diff --git a/tests/vty/osmo_stp_test_tcap.vty b/tests/vty/osmo_stp_test_tcap.vty index 7afd197..2f6f9ae 100644 --- a/tests/vty/osmo_stp_test_tcap.vty +++ b/tests/vty/osmo_stp_test_tcap.vty @@ -20,3 +20,28 @@ tcap-routing no tcap-routing ... + +OsmoSTP(config-cs7-as)# ? +!r![ ]+help [ ]+Description of the interactive help system +!r![ ]+list [ ]+Print command list +!r![ ]+show [ ]+Show running system information +!r![ ]+write [ ]+Write running configuration to memory, network, or terminal +!r![ ]+exit [ ]+Exit current mode and down to previous mode +!r![ ]+end [ ]+End current mode and change to enable mode. +!r![ ]+description [ ]+Save human-readable description of the object +!r![ ]+asp [ ]+Specify that a given ASP is part of this AS +!r![ ]+no [ ]+Negate a command or set its defaults +!r![ ]+traffic-mode[ ]+Specifies traffic mode of operation of the ASP within the AS +!r![ ]+sls-shift [ ]+Shift SLS bits used during routing decision +... +!r![ ]+binding-table [ ]+AS Loadshare binding table operations +!r![ ]+recovery-timeout[ ]+Specifies RFC4666 recovery timer T(r) timeout +!r![ ]+qos-class [ ]+Specity QoS Class of AS +!r![ ]+routing-key [ ]+Define a routing key +!r![ ]+point-code [ ]+Point Code Specific Features + +OsmoSTP(config-cs7-as)# no ? + asp Specify ASP to be removed from this AS + traffic-mode Remove explicit traffic mode of operation of this AS + tcap-routing Disable TCAP-based routing when in traffic-mode loadshare + point-code Point Code Specific Features