test_disable_addpath_rx.py::BGPDisableAddpathRx

::startup
::check_bgp_advertised_routes:#130:r2/bgpd/vtysh[show bgp ipv4 unicast neighbor 192.168.1.1 advertised-routes json]
::check_bgp_disabled_addpath_rx:#151:r1/bgpd/vtysh[show bgp neighbor 192.168.1.2 json]
::shutdown

::startup

passed after 1.39s
('test_disable_addpath_rx.py', -inf, 'startup')

::check_bgp_advertised_routes

::check_bgp_advertised_routes:#130:r2/bgpd/vtysh[show bgp ipv4 unicast neighbor 192.168.1.1 advertised-routes json]

passed after 1.30s, CLI command: show bgp ipv4 unicast neighbor 192.168.1.1 advertised-routes json
Expected output:
{'advertisedRoutes': {'172.16.16.254/32': {'addrPrefix': '172.16.16.254', 'prefixLen': 32}, '192.168.2.0/24': {'addrPrefix': '192.168.2.0', 'prefixLen': 24}}, 'totalPrefixCounter': 2}
('test_disable_addpath_rx.py', 130, '#130:r2/bgpd/vtysh[show bgp ipv4 unicast neighbor 192.168.1.1 advertised-routes json]')

::check_bgp_disabled_addpath_rx

::check_bgp_disabled_addpath_rx:#151:r1/bgpd/vtysh[show bgp neighbor 192.168.1.2 json]

passed after 0.00s, CLI command: show bgp neighbor 192.168.1.2 json
Expected output:
{'192.168.1.2': {'bgpState': 'Established', 'neighborCapabilities': {'addPath': {'ipv4Unicast': {'txReceived': True, 'rxReceived': True}}}, 'addressFamilyInfo': {'ipv4Unicast': {'acceptedPrefixCounter': 2}}}}
('test_disable_addpath_rx.py', 151, '#151:r1/bgpd/vtysh[show bgp neighbor 192.168.1.2 json]')

::shutdown

passed after 1.18s
('test_disable_addpath_rx.py', inf, 'shutdown')
net router-r1 r1 10.255.0.1/32 fd00::1/128 r1-s1 fe:01:00:bc:01:00 192.168.1.1/24 fdbc:1::fc01:ff:febc:100/64 lan-s1 s1 10.101.0.0/16 fdbc:1::/64 router-r1:r1-s1--lan-s1 router-r3 r3 172.16.16.254/32 fd00::3/128 r3-s2 fe:03:00:bc:02:00 192.168.2.3/24 fdbc:2::fc03:ff:febc:200/64 lan-s2 s2 10.102.0.0/16 fdbc:2::/64 router-r3:r3-s2--lan-s2 router-r2 r2 10.255.0.2/32 fd00::2/128 r2-s2 fe:02:00:bc:02:00 192.168.2.2/24 fdbc:2::fc02:ff:febc:200/64 r2-s1 fe:02:00:bc:01:00 192.168.1.2/24 fdbc:1::fc02:ff:febc:100/64 router-r2:r2-s1--lan-s1 router-r2:r2-s2--lan-s2 router-r4 r4 172.16.16.254/32 fd00::4/128 r4-s2 fe:04:00:bc:02:00 192.168.2.4/24 fdbc:2::fc04:ff:febc:200/64 router-r4:r4-s2--lan-s2