summaryrefslogtreecommitdiffstats
path: root/tests/vty/vty_transcript_test.vty
Commit message (Expand)AuthorAgeFilesLines
* vty: command.c: Fix: single-choice optional args are no longer passed incompl...Pau Espin Pedrol2019-06-141-1/+1
* vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty...Pau Espin Pedrol2019-06-141-6/+6
* vty: tests: Verify incomplete optional parameters are passed to vty funcsPau Espin Pedrol2019-06-141-0/+9
* vty: command.c: Fix is_cmd_ambiguous() returning always 0Pau Espin Pedrol2019-06-111-3/+3
* vty_transcript_test.vty: add choice auto-complete testsVadim Yanitskiy2019-06-061-0/+9
* vty: enable optional-multi-choice syntax: [(one|two)]Neels Hofmeyr2019-02-041-0/+15
* vty: enable optional-multi-choice syntax: ([one]|[two])Neels Hofmeyr2019-02-041-1/+1
* add generic vty_transcript_test.c, vty_transcript_test.vtyNeels Hofmeyr2019-02-041-0/+53