summaryrefslogtreecommitdiffstats
path: root/tests/common-cli.h
Commit message (Collapse)AuthorAgeFilesLines
* tests: add CLI dummy command-exec toolDavid Lamparter2015-05-271-0/+49
This adds some common CLI testtool code as well as a tool that has a bunch of commands to be poked for their correct processing. The tool doesn't work correctly from a script at stdin at this point because the vty code will throw away all buffered when it sees EOF, so the tail end of the input file is lost. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>