mirror_frr/tests/topotests
lynne 83543d89ae test: fix isis-snmp test
Remove ifindex values being tested because it can change
between runs of the test.

Signed-off-by: Lynne Morrison <lynne@voltanet.io>
2021-03-16 08:00:41 -04:00
..
all-protocol-startup tests: Sort expected and actual to avoid locale issues 2021-03-04 12:33:26 -05:00
bfd-bgp-cbit-topo3 tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
bfd-isis-topo1 tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
bfd-ospf-topo1 tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
bfd-profiles-topo1 tests: Add some pytest.mark.bgpd 2021-03-01 09:11:38 -05:00
bfd-topo1 tests: Add some pytest.mark.bgpd 2021-03-01 09:11:38 -05:00
bfd-topo2 tests: Add some pytest.mark.bgpd 2021-03-01 09:11:38 -05:00
bfd-topo3 tests: Add some pytest.mark.bgpd 2021-03-01 09:11:38 -05:00
bfd-vrf-topo1 tests: Add some pytest.mark.bgpd 2021-03-01 09:11:38 -05:00
bgp_aggregate_address_topo1 *: Replace typo (supress => suppress) 2020-11-17 12:13:38 +02:00
bgp_aggregate-address_origin tests: Add some pytest.mark.bgpd 2021-03-01 09:11:38 -05:00
bgp_aggregate-address_route-map tests: Add some pytest.mark.bgpd 2021-03-01 09:11:38 -05:00
bgp_as_allow_in tests: Add some pytest.mark.bgpd 2021-03-01 09:11:38 -05:00
bgp_as_wide_bgp_identifier tests: Add some pytest.mark.bgpd 2021-03-01 09:11:38 -05:00
bgp_blackhole_community tests: Add some pytest.mark.bgpd 2021-03-01 09:11:38 -05:00
bgp_comm-list_delete tests: Add some pytest.mark.bgpd 2021-03-01 09:11:38 -05:00
bgp_communities_topo1 tests: Add some pytest.mark.bgpd 2021-03-01 09:11:38 -05:00
bgp_community_change_update tests: Add some pytest.mark.bgpd 2021-03-01 09:11:38 -05:00
bgp_conditional_advertisement bgpd: conditional advertisement - copyright 2020-10-27 16:15:36 +05:30
bgp_default-route tests: Add more tests for BGP default-originate command 2020-10-30 18:09:16 +02:00
bgp_default-route_route-map_match tests: Add more tests for BGP default-originate command 2020-10-30 18:09:16 +02:00
bgp_default-route_route-map_match_set tests: Add more tests for BGP default-originate command 2020-10-30 18:09:16 +02:00
bgp_default-route_route-map_set tests: Add more tests for BGP default-originate command 2020-10-30 18:09:16 +02:00
bgp_distance_change tests: use .items instead of .iteritems in topotests 2020-09-18 15:55:23 -04:00
bgp_ebgp_requires_policy tests: Add more descriptive error messages and increase timeouts 2020-11-19 16:49:44 +02:00
bgp_evpn_rt5 *: reformat python files 2020-10-07 17:22:26 -04:00
bgp_features tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
bgp_flowspec *: reformat python files 2020-10-07 17:22:26 -04:00
bgp_gr_functionality_topo1 tests: Improve error/assert message logging 2021-03-06 00:51:43 -08:00
bgp_gr_functionality_topo2 tests: Improve error/assert message logging 2021-03-06 00:51:43 -08:00
bgp_gshut *: reformat python files 2020-10-07 17:22:26 -04:00
bgp_instance_del_test tests: Run python formatter (black) for topotests 2020-04-03 19:41:28 +03:00
bgp_ipv6_rtadv tests: Topotest fixes to skip comparing InterfaceIndex and Internal status in json_cmp 2020-10-01 21:33:55 +02:00
bgp_l3vpn_to_bgp_direct tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
bgp_l3vpn_to_bgp_vrf tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
bgp_large_community tests: Improve error/assert message logging 2021-03-06 00:51:43 -08:00
bgp_link_bw_ip *: reformat python files 2020-10-07 17:22:26 -04:00
bgp_listen_on_multiple_addresses tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
bgp_local_as_private_remove tests: use .items instead of .iteritems in topotests 2020-09-18 15:55:23 -04:00
bgp_lu_topo1 tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
bgp_maximum_prefix_invalid_update tests: use .items instead of .iteritems in topotests 2020-09-18 15:55:23 -04:00
bgp_maximum_prefix_out tests: use .items instead of .iteritems in topotests 2020-09-18 15:55:23 -04:00
bgp_multi_vrf_topo1 tests: Improve error/assert message logging 2021-03-06 00:51:43 -08:00
bgp_multi_vrf_topo2 tests: Improve error/assert message logging 2021-03-06 00:51:43 -08:00
bgp_multiview_topo1 bgpd: add peer description for each afi/safi line in show summary 2020-12-01 08:06:37 +00:00
bgp_peer-group tests: Check if peer-group is working in topotests 2021-01-15 11:35:57 +02:00
bgp_prefix_sid tests: please follow the style guide 2020-12-17 15:32:55 -05:00
bgp_recursive_route_ebgp_multi_hop tests: Improve error/assert message logging 2021-03-06 00:51:43 -08:00
bgp_reject_as_sets tests: use .items instead of .iteritems in topotests 2020-09-18 15:55:23 -04:00
bgp_rfapi_basic_sanity tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
bgp_rfapi_basic_sanity_config2 tests: Modify bgpd.conf to have faster keepalive/hold timers 2020-09-08 12:58:26 -04:00
bgp_route_aggregation tests: please follow the style guide 2020-12-17 15:32:55 -05:00
bgp_rr_ibgp tests: staticd is not being used in bgp_rr_ibgp test 2021-02-04 18:29:46 -05:00
bgp_sender-as-path-loop-detection tests: use .items instead of .iteritems in topotests 2020-09-18 15:55:23 -04:00
bgp_set_local-preference_add_subtract tests: use .items instead of .iteritems in topotests 2020-09-18 15:55:23 -04:00
bgp_suppress_fib topotests: remove some interface index check 2021-03-12 17:33:23 -03:00
bgp_update_delay *: reformat python files 2020-10-07 17:22:26 -04:00
bgp_vrf_dynamic_route_leak tests: Fix for test failure in PR #8158 2021-03-02 05:32:28 -08:00
bgp_vrf_lite_ipv6_rtadv tests: don't compare internal vrfId in topotests 2020-10-02 11:24:16 +03:00
bgp_vrf_netns tests: use .items instead of .iteritems in topotests 2020-09-18 15:55:23 -04:00
bgp-aggregator-zero tests: Add some pytest.mark.bgpd 2021-03-01 09:11:38 -05:00
bgp-auth tests: Add pytest.mark.ospfd to tests 2021-02-04 18:28:36 -05:00
bgp-basic-functionality-topo1 tests: Add some pytest.mark.bgpd 2021-03-01 09:11:38 -05:00
bgp-ecmp-topo1 tests: don't compare internal vrfId in topotests 2020-10-02 11:24:16 +03:00
bgp-ecmp-topo2 tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
bgp-evpn-mh tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
bgp-evpn-vxlan_topo1 tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
bgp-path-attributes-topo1 tests: please follow the style guide 2020-12-17 15:32:55 -05:00
bgp-prefix-list-topo1 tests: python3 compat fixes for topotests: tabs and misc 2020-09-26 15:40:00 -04:00
bgp-route-map tests: please follow the style guide 2020-12-17 15:32:55 -05:00
bgp-snmp-mplsl3vpn topotests: temporary disable test assert 2021-03-14 10:15:20 -03:00
bgp-vrf-route-leak-basic tests: please follow the style guide 2020-12-17 15:32:55 -05:00
docker tests: Add TOPOTEST_NOLOAD to skip module loading question 2020-11-26 16:12:21 +01:00
eigrp-topo1 tests: Fixup to use the new pytestmark = syntax 2021-02-04 18:20:31 -05:00
evpn_type5_test_topo1 tests: Improve error/assert message logging 2021-03-06 00:51:43 -08:00
evpn-pim-1 tests: Fixup to use the new pytestmark = syntax 2021-02-04 18:20:31 -05:00
example-test tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
example-topojson-test tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
isis-lfa-topo1 tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
isis-lsp-bits-topo1 topotests: remove some interface index check 2021-03-12 17:33:23 -03:00
isis-rlfa-topo1 tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
isis-snmp test: fix isis-snmp test 2021-03-16 08:00:41 -04:00
isis-sr-te-topo1 tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
isis-sr-topo1 tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
isis-tilfa-topo1 tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
isis-topo1 topotests: remove some FRR version checks 2021-03-12 17:32:12 -03:00
isis-topo1-vrf topotests: remove some FRR version checks 2021-03-12 17:32:12 -03:00
ldp-oc-acl-topo1 tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
ldp-oc-topo1 tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
ldp-snmp tests: add topotest for LDP SNMP 2021-02-24 17:38:02 -05:00
ldp-sync-isis-topo1 tests: The ldp-sync-isis-topo1 test does not use ospf 2021-02-04 17:54:47 -05:00
ldp-sync-ospf-topo1 tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
ldp-topo1 tests: Add pytest.mark.ospfd to tests 2021-02-04 18:28:36 -05:00
ldp-vpls-topo1 tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
lib Merge pull request #8123 from gromit1811/fix_topotest_ipv6_linklocal 2021-03-09 11:25:10 -05:00
multicast-pim-bsm-topo1 tests: Improve error/assert message logging 2021-03-06 00:51:43 -08:00
multicast-pim-bsm-topo2 tests: Improve error/assert message logging 2021-03-06 00:51:43 -08:00
multicast-pim-sm-topo1 tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
multicast-pim-sm-topo2 tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
multicast-pim-sm-topo3 tests: Improve error/assert message logging 2021-03-06 00:51:43 -08:00
multicast-pim-static-rp-topo1 tests: Improve error/assert message logging 2021-03-06 00:51:43 -08:00
ospf6-topo1 tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
ospf_basic_functionality tests: Improve error/assert message logging 2021-03-06 00:51:43 -08:00
ospf-dual-stack tests: add dual stack OSPF topotest 2021-01-27 17:31:12 +01:00
ospf-sr-topo1 tests: Replace ospf-sr-topo1 by ospf-sr-topo2 2021-03-10 10:37:58 +00:00
ospf-tilfa-topo1 tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
ospf-topo1 tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
ospf-topo1-vrf tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
ospf-topo2 *: reformat python files 2020-10-07 17:22:26 -04:00
pbr-topo1 tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
pim-basic tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
rip-topo1 tests: Fixup to use the new pytestmark = syntax 2021-02-04 18:20:31 -05:00
ripng-topo1 tests: Fixup to use the new pytestmark = syntax 2021-02-04 18:20:31 -05:00
route-scale tests: restore route scale test to 1M routes 2020-11-23 16:53:43 -05:00
simple-snmp-test tests: Add pytest.mark.snmp 2021-03-01 09:17:53 -05:00
static_routing_with_ebgp tests: Improve error/assert message logging 2021-03-06 00:51:43 -08:00
static_routing_with_ibgp tests: Improve error/assert message logging 2021-03-06 00:51:43 -08:00
zebra_netlink tests: please follow the style guide 2020-12-17 15:32:55 -05:00
zebra_rib tests: Run black against tests again to clean up formatting 2021-03-01 09:18:49 -05:00
.gitignore *: ignore .pytest_cache directories 2018-11-27 20:22:14 -05:00
conftest.py tests: introduce a proper JSON diff for topotests 2020-04-30 09:33:32 +00:00
Dockerfile tests: Update topotest Dockerfile to pick up keys from deb repo 2020-11-26 18:08:53 +01:00
pytest.ini tests: Add pytest.mark.snmp 2021-03-01 09:17:53 -05:00
README.md doc: move topotests docs to developers guide 2019-02-05 19:25:16 +00:00
subdir.am topotests: Adapt docker changes for integrated tests 2018-11-29 16:51:27 +01:00

Documentation is located in /doc/developer/topotests.rst