Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bgp: new topotest BGP templates to display default local preference and ↵ | Ameya Dharkar | 2018-12-05 | 3 | -0/+115 |
| | | | | | | | | local-AS in BGP commands This commit adds a template for "show bgp ipv4/ipv6" display to include default local preference and local-AS O/P. Signed-off-by: Ameya Dharkar <adharkar@vmware.com> | ||||
* | *: convert startup logs to use per node directories also have startup and ↵ | Lou Berger | 2018-11-28 | 2 | -2/+2 |
| | | | | | | running log files match Signed-off-by: Lou Berger <lberger@labn.net> | ||||
* | bgp_multiview_topo1: more fixes for header changes of PR 2045 | G. Paul Ziemba | 2018-11-28 | 3 | -3/+3 |
| | | | | | | For this test, vrf id in headers is unset Signed-off-by: G. Paul Ziemba <paulz@labn.net> | ||||
* | bgp: tolerate route-table-show header changes of PR 2045 | G. Paul Ziemba | 2018-11-28 | 4 | -37/+162 |
| | | | | | | | | | | The table header has changed slightly for "bgp show" commands. Change all-protocol-startup (test_bgp_ipv4() and test_bgp_ipv6()) and bgp_multiview_topo1 (test_bgp_routingTable()) to run diffs against multiple templates (representing the various valid outputs for different versions of the FRR code) and mark the test "passed" if any one template matches. Signed-off-by: G. Paul Ziemba <paulz@labn.net> | ||||
* | multiple_topos: Don't report about StdErr Output if there is no output | Martin Winter | 2018-11-28 | 1 | -2/+4 |
| | | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org> | ||||
* | bgp_multiview_topo1: fix exabgp configuration | Rafael Zalamena | 2018-11-28 | 8 | -16/+16 |
| | | | | | Allow exabgp to run on my Ubuntu 16.04 by specifying the complete path instead of relative. | ||||
* | lib: cleanup diff text output formatting issue and move to library | Martin Winter | 2018-11-28 | 1 | -5/+3 |
| | | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org> | ||||
* | (all tests): Add extra check to make sure daemons are still running after ↵ | Martin Winter | 2018-11-28 | 1 | -0/+10 |
| | | | | | | | | each essential stage. If daemon crashed at a later stage (not startup), then the test scripts didn't properly detect it and report unpredictable errors. This will properly log the daemon crashes Signed-off-by: Martin Winter <mwinter@opensourcerouting.org> | ||||
* | Fix memory leak detection and reporting which accidentally was dropped a ↵ | Martin Winter | 2018-11-28 | 1 | -1/+21 |
| | | | | | | month ago Signed-off-by: Martin Winter <mwinter@opensourcerouting.org> | ||||
* | Spell Verifying correctly | Donald Sharp | 2018-11-28 | 2 | -3/+3 |
| | | | | Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> | ||||
* | bgp_multiview_topo1: Fix case of tests hanging if convergence is not successful. | Martin Winter | 2018-11-28 | 1 | -1/+1 |
| | | | | | | - Part of a command was missing which caused a hang in cases when BGP didn't converge Signed-off-by: Martin Winter <mwinter@opensourcerouting.org> | ||||
* | Update Readme to reflect FreeRangeRouting name | Martin Winter | 2018-11-28 | 1 | -4/+4 |
| | | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org> | ||||
* | bgp_multiview_topo1: Mask out BGP Table version in comparison | Martin Winter | 2018-11-28 | 4 | -3/+5 |
| | | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org> | ||||
* | Added optional output for memleaks at the end of test. Enable them by ↵ | Martin Winter | 2018-11-28 | 1 | -1/+23 |
| | | | | | | setting the environment variable TOPOTESTS_CHECK_STDERR to some value Signed-off-by: Martin Winter <mwinter@opensourcerouting.org> | ||||
* | Move common function and class to topotest library | Martin Winter | 2018-11-28 | 1 | -173/+26 |
| | | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org> | ||||
* | bgp_multiview_topo1: Fix bad check for running daemons | Martin Winter | 2018-11-28 | 1 | -1/+1 |
| | | | | Only one ruter running in the setup | ||||
* | Add support for FRR in addition to Quagga | Martin Winter | 2018-11-28 | 1 | -17/+29 |
| | |||||
* | change in checkRunning: Check all daemons on all nodes before aborting with ↵ | Martin Winter | 2018-11-28 | 1 | -6/+12 |
| | | | | an assert | ||||
* | bgp_multiview_topo1: Rename test_description.md to README.md for automatic ↵ | Martin Winter | 2018-11-28 | 1 | -0/+0 |
| | | | | rendering in online git | ||||
* | bgp_multiview_topo1: Add Markdown doc for test | Martin Winter | 2018-11-28 | 1 | -0/+127 |
| | |||||
* | bgp_multiview_topo1: Change from unified to context diff for better readability | Martin Winter | 2018-11-28 | 1 | -1/+3 |
| | |||||
* | bgp_multiview_topo1: Added Network Diagram as comment | Martin Winter | 2018-11-28 | 1 | -2/+36 |
| | |||||
* | bgp_multiview_topo1: Fix limit to create coredumps on quagga crashes | Martin Winter | 2018-11-28 | 1 | -4/+5 |
| | |||||
* | bgp_multiview_topo1: Rename received bgp route log with .log for easy clean ↵ | Martin Winter | 2018-11-28 | 8 | -8/+8 |
| | | | | between runs | ||||
* | bgp_multiview_topo1: Skip remaining on fatal error and try to get more crash ↵ | Martin Winter | 2018-11-28 | 1 | -4/+49 |
| | | | | info of daemon is not running | ||||
* | bgp_multiview_topo1: Add "bgp multiview" simple topology to test. Initial commit | Martin Winter | 2018-11-28 | 31 | -0/+1297 |