]> git.proxmox.com Git - mirror_frr.git/commit
topotests: fix typo about bgp_dont_capability folder name
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 1 Feb 2022 15:52:20 +0000 (16:52 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 1 Feb 2022 15:52:20 +0000 (16:52 +0100)
commit0a1663ce3a5ba6232aeac62c9a5570e5ca632909
tree7d056da1633a96b74ce5c5d2771b72d9124111d4
parentb542c4a3c7ad5e1c7e24f9e021926841d2634ac1
topotests: fix typo about bgp_dont_capability folder name

The folder bgp_dont_capability.. was wrong. Use negotiate
instead of negogiate.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
12 files changed:
tests/topotests/bgp_dont_capability_negogiate/__init__.py [deleted file]
tests/topotests/bgp_dont_capability_negogiate/r1/bgpd.conf [deleted file]
tests/topotests/bgp_dont_capability_negogiate/r1/zebra.conf [deleted file]
tests/topotests/bgp_dont_capability_negogiate/r2/bgpd.conf [deleted file]
tests/topotests/bgp_dont_capability_negogiate/r2/zebra.conf [deleted file]
tests/topotests/bgp_dont_capability_negogiate/test_bgp_dont_capability_negotiate.py [deleted file]
tests/topotests/bgp_dont_capability_negotiate/__init__.py [new file with mode: 0644]
tests/topotests/bgp_dont_capability_negotiate/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_dont_capability_negotiate/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_dont_capability_negotiate/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_dont_capability_negotiate/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_dont_capability_negotiate/test_bgp_dont_capability_negotiate.py [new file with mode: 0644]