aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vty
AgeCommit message (Expand)AuthorFilesLines
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