aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vty/vty_transcript_test.vty
AgeCommit message (Expand)AuthorFilesLines
2020-10-21vty: introduce the expert mode and a command to enable itVadim Yanitskiy1-2/+57
2020-10-08command: add library command attribute for libosmo-abisPhilipp Maier1-0/+2
2020-10-07vty/command: assign flags to CMD_ATTR_{IMMEDIATE,NODE_EXIT}Vadim Yanitskiy1-11/+9
2020-10-07tests/vty: verify 'show vty-attributes' / 'list' commandsVadim Yanitskiy1-0/+38
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