summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ripng-topo1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Unify directory naming for topotestsDonatas Abraitis2021-05-1118-741/+0
| | | | | | | | Change every `-` to `_` in directory names. This is to avoid mixing _ and -. Just for consistency and directory sorting properly. Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
* tests: Fixup to use the new `pytestmark =` syntaxDonald Sharp2021-02-051-1/+2
| | | | | | Go through all the current tests and convert over to correct syntax Signed-off-by: Donald Sharp <sharpd@nvidia.com>
* tests: Start the ability to mark testsDonald Sharp2021-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | Add the ability for our topotests to take advantage of pytest `mark`ing. This effectively allows you to tell pytest to run against certain sets of tests. For a demonstration purpose I've added in marks for: babel eigrp ldp ospf pim rip And setup tests to run against those tests that only test those protocols. You can run against eigrp tests by running `pytest -k eigrp` Other combinations are also available based upon simple boolean logic. Just read the pytest.mark documentation. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
* tests: please follow the style guidewhitespace2020-12-171-3/+5
| | | | | | thanks Signed-off-by: Quentin Young <qlyoung@nvidia.com>
* tests: python3 compat fixes for topotests: tabs and miscMark Stapp2020-09-261-0/+0
| | | | | | | Use only spaces in python files; no tabs; also a couple of small api fixes. Signed-off-by: Mark Stapp <mjs@voltanet.io>
* tests: Our tests are for FRRDonald Sharp2020-09-221-8/+8
| | | | | | | These tests at this point only work for FRR. Let's cut to the chase and admit it. Signed-off-by: Donald Sharp <sharpd@nvidia.com>`
* tests: Add tests to rip and ripngd to show func worksDonald Sharp2020-04-089-0/+34
| | | | | | | Add some basic tests to show that network and passive-interface commands work with interface names in rip and ripngd. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* Merge pull request #6105 from ↵Sri Mohana Singamsetty2020-04-053-6/+6
|\ | | | | | | | | vivek-cumulus/bgp_link_bandwidth_unequal_cost_multipath Unequal cost multipath (a.ka. weighted ECMP) with BGP link-bandwidth
| * tests: topotests fixup for weight displayDonald Sharp2020-03-313-6/+6
| | | | | | | | Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* | tests: Run python formatter (black) for topotestsreformat2020-04-031-71/+112
|/ | | | | | | | Mostly ' => ", whitespace changes. Using https://github.com/psf/black Signed-off-by: reformat <reformat@nobody.nobody>
* tests: Reduce rip[ng]-topo1 run timeDonald Sharp2020-02-197-9/+11
| | | | | | | | | Reduce rip topo1 run time from ~100 seconds down to ~45 seconds. 1) Reduce very very long sleeps 2) Modify rip timers to be more aggressive in sending data. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* *: convert startup logs to use per node directories also have startup and ↵Lou Berger2018-11-286-6/+6
| | | | | | running log files match Signed-off-by: Lou Berger <lberger@labn.net>
* multiple_topos: Don't report about StdErr Output if there is no outputMartin Winter2018-11-281-2/+4
| | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* lib: cleanup diff text output formatting issue and move to libraryMartin Winter2018-11-281-10/+9
| | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* (all tests): Add extra check to make sure daemons are still running after ↵Martin Winter2018-11-281-0/+20
| | | | | | | | 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 Winter2018-11-281-1/+20
| | | | | | month ago Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* Spell Verifying correctlyDonald Sharp2018-11-281-4/+4
| | | | Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* ripng-topo1: Fix duplicate IP (Thanks Renato!) and documentation typosMartin Winter2018-11-283-7/+7
|
* ripng_topo1: Adding new test for RIPng TopologyMartin Winter2018-11-2818-0/+621
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>