test_bgp_default-originate_route-map_match.py::BGPDefaultOriginateRouteMapMatch
- ::startup
- ::bgp_converge:#93:r2/bgpd/vtysh[show ip bgp neighbor 192.168.255.1 json]
- ::bgp_default_route_is_valid:#104:r2/bgpd/vtysh[show ip bgp 0.0.0.0/0 json]
- ::shutdown
::startup
passed after 0.82s
('test_bgp_default-originate_route-map_match.py', -inf, 'startup')
::bgp_converge
::bgp_converge:#93:r2/bgpd/vtysh[show ip bgp neighbor 192.168.255.1 json]
passed after 4.60s, CLI command: show ip bgp neighbor 192.168.255.1 json
Expected output:
{'192.168.255.1': {'bgpState': 'Established', 'addressFamilyInfo': {'ipv4Unicast': {'acceptedPrefixCounter': 3}}}}('test_bgp_default-originate_route-map_match.py', 93, '#93:r2/bgpd/vtysh[show ip bgp neighbor 192.168.255.1 json]')
::bgp_default_route_is_valid
::bgp_default_route_is_valid:#104:r2/bgpd/vtysh[show ip bgp 0.0.0.0/0 json]
passed after 0.00s, CLI command: show ip bgp 0.0.0.0/0 json
Expected output:
{'paths': [{'valid': True}]}('test_bgp_default-originate_route-map_match.py', 104, '#104:r2/bgpd/vtysh[show ip bgp 0.0.0.0/0 json]')
::shutdown
passed after 1.11s
('test_bgp_default-originate_route-map_match.py', inf, 'shutdown')