aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vty
AgeCommit message (Expand)AuthorFilesLines
2020-10-21vty: introduce the expert mode and a command to enable itVadim Yanitskiy2-2/+86
2020-10-08command: add library command attribute for libosmo-abisPhilipp Maier1-0/+2
2020-10-07vty/command: restrict the use of '.', '!', and '@' as flagsVadim Yanitskiy2-0/+10
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 Yanitskiy2-0/+157
2020-10-06vty: check for reserved flags in application specific attributesVadim Yanitskiy2-0/+4
2020-10-04vty: check for duplicate flags in application specific attributesVadim Yanitskiy2-0/+20
2020-10-04tests: do not ignore stderr of vty_test, also match itVadim Yanitskiy1-0/+61
2020-07-30vty: Don't match negative values on purely positive rangesPau Espin Pedrol2-3/+2
2020-07-30vty: Allow 64 bit values in numeric ranges if system supports itPau Espin Pedrol2-6/+9
2020-07-30tests: vty: Extend test to do some numeric range validationsPau Espin Pedrol2-0/+40
2019-11-24vty: track parent nodes also for telnet sessionsNeels Hofmeyr1-16/+0
2019-11-21logging/vty: fix: actually ignore deprecated logging commandsVadim Yanitskiy3-0/+9
2019-10-28vty: Return error if cmd returns CMD_WARNING while reading cfg filePau Espin Pedrol3-0/+27
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 Pedrol2-0/+18
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 Hofmeyr2-0/+24
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 Hofmeyr2-0/+283
2018-07-11vty: fix use-after-free and memleaks in is_cmd_ambiguous()Neels Hofmeyr2-0/+81
2018-04-06use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr1-3/+7
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-3/+5
2017-09-27vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr1-3/+0
2017-09-20vty_test: add artificial node levels for better testingNeels Hofmeyr13-39/+440
2017-09-20fix vty regression: empty parent nodeNeels Hofmeyr3-0/+5
2017-09-19VTY: implicit node exit by de-indenting, not parent lookupNeels Hofmeyr12-0/+82
2017-09-08VTY: interactive: never look for matching commands on parent nodeNeels Hofmeyr2-7/+3
2017-05-09vty: cleanup logging functionsMax1-1/+1
2015-08-22stats/test: Add tests to check VTY configurationJacob Erlbeck2-0/+194
2015-08-22vty/test: Refactor vty creation/deletion into separate functionsJacob Erlbeck1-29/+46
2015-10-29stats/vty: Add stats configurationJacob Erlbeck1-3/+3
2013-10-10vty: Make vty_event dispatch signals and use it in the testcaseHolger Hans Peter Freyther1-4/+17
2013-09-10vty: Fix compiler warning in the testHolger Hans Peter Freyther1-1/+2
2013-09-08vty: Add vty_install_default() and use for the vty nodesJacob Erlbeck2-0/+167
2013-08-06vty: Support multi-char separators and end stringsJacob Erlbeck1-1/+1
2013-08-06vty: Fix misusage of snprintf in vty/utils.cJacob Erlbeck2-0/+55