test_bgp_aggregate_address_route_map.py::BGPAggregateAddressRouteMap

::startup
::bgp_converge:#98:r2/bgpd/vtysh[show ip bgp neighbor 192.168.255.1 json]
::bgp_aggregate_address_has_metric:#109:r2/bgpd/vtysh[show ip bgp 172.16.255.0/24 json]
::shutdown

::startup

passed after 0.85s
('test_bgp_aggregate_address_route_map.py', -inf, 'startup')

::bgp_converge

::bgp_converge:#98: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_aggregate_address_route_map.py', 98, '#98:r2/bgpd/vtysh[show ip bgp neighbor 192.168.255.1 json]')

::bgp_aggregate_address_has_metric

::bgp_aggregate_address_has_metric:#109:r2/bgpd/vtysh[show ip bgp 172.16.255.0/24 json]

passed after 0.00s, CLI command: show ip bgp 172.16.255.0/24 json
Expected output:
{'paths': [{'metric': 123}]}
('test_bgp_aggregate_address_route_map.py', 109, '#109:r2/bgpd/vtysh[show ip bgp 172.16.255.0/24 json]')

::shutdown

passed after 1.11s
('test_bgp_aggregate_address_route_map.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