aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vty/vty_transcript_test.vty
AgeCommit message (Expand)AuthorFilesLines
2019-06-14vty: command.c: Fix: single-choice optional args are no longer passed incompl...Pau Espin Pedrol1-1/+1
2019-06-14vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty...Pau Espin Pedrol1-6/+6
2019-06-14vty: tests: Verify incomplete optional parameters are passed to vty funcsPau Espin Pedrol1-0/+9
2019-06-11vty: command.c: Fix is_cmd_ambiguous() returning always 0Pau Espin Pedrol1-3/+3
2019-06-06vty_transcript_test.vty: add choice auto-complete testsVadim Yanitskiy1-0/+9
2019-02-04vty: enable optional-multi-choice syntax: [(one|two)]Neels Hofmeyr1-0/+15
2019-02-04vty: enable optional-multi-choice syntax: ([one]|[two])Neels Hofmeyr1-1/+1
2019-02-04add generic vty_transcript_test.c, vty_transcript_test.vtyNeels Hofmeyr1-0/+53