diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2015-05-05 11:04:59 +0200 |
---|---|---|
committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-06-03 22:34:55 +0200 |
commit | 2bb57c682e26132c2cb343b5bf540f557546d2c8 (patch) | |
tree | 355053ba4ae8efd8c2e9fd84f75a98fe740771e4 /tests/.gitignore | |
parent | release: 0.99.24 (diff) | |
download | frr-2bb57c682e26132c2cb343b5bf540f557546d2c8.tar.xz frr-2bb57c682e26132c2cb343b5bf540f557546d2c8.zip |
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>
(cherry picked from commit db93eec18d8f1e840b32ba2cdf8baf2510f6e1a5)
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 1cb28c9fd..3002b2714 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -29,6 +29,7 @@ testbgpmpath testbgpmpattr testbuffer testchecksum +testcli testmemory testprivs testsegv |