commit | db93eec18d8f1e840b32ba2cdf8baf2510f6e1a5 | [log] [tgz] |
---|---|---|
author | David Lamparter <equinox@opensourcerouting.org> | Tue May 05 11:04:59 2015 +0200 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed May 27 23:37:47 2015 +0200 |
tree | 1118c5e17cb6e4104f84e7fda909428686a7bb3e | |
parent | 05a69d2f3833c285b399558ba7ab4a57f194a88d [diff] |
tests: add CLI dummy command-exec tool 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>