summaryrefslogtreecommitdiffstats
path: root/tests/vty
Commit message (Expand)AuthorAgeFilesLines
* vty: track parent nodes also for telnet sessionsNeels Hofmeyr2019-11-241-16/+0
* logging/vty: fix: actually ignore deprecated logging commandsVadim Yanitskiy2019-11-213-0/+9
* vty: Return error if cmd returns CMD_WARNING while reading cfg filePau Espin Pedrol2019-10-283-0/+27
* 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-142-0/+18
* 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-042-0/+24
* 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-042-0/+283
* vty: fix use-after-free and memleaks in is_cmd_ambiguous()Neels Hofmeyr2018-07-112-0/+81
* use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr2018-04-061-3/+7
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-3/+5
* vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr2017-09-271-3/+0
* vty_test: add artificial node levels for better testingNeels Hofmeyr2017-09-2013-39/+440
* fix vty regression: empty parent nodeNeels Hofmeyr2017-09-203-0/+5
* VTY: implicit node exit by de-indenting, not parent lookupNeels Hofmeyr2017-09-1912-0/+82
* VTY: interactive: never look for matching commands on parent nodeNeels Hofmeyr2017-09-082-7/+3
* vty: cleanup logging functionsMax2017-05-091-1/+1
* stats/test: Add tests to check VTY configurationJacob Erlbeck2015-08-222-0/+194
* vty/test: Refactor vty creation/deletion into separate functionsJacob Erlbeck2015-08-221-29/+46
* stats/vty: Add stats configurationJacob Erlbeck2015-10-291-3/+3
* vty: Make vty_event dispatch signals and use it in the testcaseHolger Hans Peter Freyther2013-10-101-4/+17
* vty: Fix compiler warning in the testHolger Hans Peter Freyther2013-09-101-1/+2
* vty: Add vty_install_default() and use for the vty nodesJacob Erlbeck2013-09-082-0/+167
* vty: Support multi-char separators and end stringsJacob Erlbeck2013-08-061-1/+1
* vty: Fix misusage of snprintf in vty/utils.cJacob Erlbeck2013-08-062-0/+55