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')
net router-r1 r1 172.16.255.254/32 fd00::1/128 r1-s1 fe:01:00:bc:01:00 192.168.255.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-r2 r2 10.255.0.2/32 fd00::2/128 r2-s1 fe:02:00:bc:01:00 192.168.255.2/24 fdbc:1::fc02:ff:febc:100/64 router-r2:r2-s1--lan-s1