mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-12-28 07:03:07 +00:00
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> |
||
|---|---|---|
| .. | ||
| hostd11 | ||
| hostd12 | ||
| hostd21 | ||
| hostd22 | ||
| spine1 | ||
| spine2 | ||
| torm11 | ||
| torm12 | ||
| torm21 | ||
| torm22 | ||
| evpn-mh-topo-tests.pdf | ||
| test_evpn_mh.py | ||