test_bgp_aggregate_address_origin.py::BGPAggregateAddressOrigin
- ::startup
- ::bgp_converge:#89:r2/bgpd/vtysh[show ip bgp neighbor 192.168.255.1 json]
- ::bgp_aggregate_address_has_metric:#100:r2/bgpd/vtysh[show ip bgp 172.16.255.0/24 json]
- ::shutdown
::startup
passed after 0.85s
('test_bgp_aggregate_address_origin.py', -inf, 'startup')
::bgp_converge
::bgp_converge:#89:r2/bgpd/vtysh[show ip bgp neighbor 192.168.255.1 json]
passed after 1.90s, 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_origin.py', 89, '#89:r2/bgpd/vtysh[show ip bgp neighbor 192.168.255.1 json]')
::bgp_aggregate_address_has_metric
::bgp_aggregate_address_has_metric:#100: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': [{'origin': 'IGP'}]}('test_bgp_aggregate_address_origin.py', 100, '#100:r2/bgpd/vtysh[show ip bgp 172.16.255.0/24 json]')
::shutdown
passed after 1.11s
('test_bgp_aggregate_address_origin.py', inf, 'shutdown')