test_bgp_aspath_zero.py::BGPAggregatorZero
- ::startup
- ::prepare:#79:peer1 ExaBGP (Start)
- ::bgp_converge:#90:r1/bgpd/vtysh[show ip bgp neighbor 10.101.0.2 json]
- ::bgp_has_correct_routes_without_asn_0:#103:r1/bgpd/vtysh[show ip bgp json]
- ::shutdown
::startup
passed after 0.85s
('test_bgp_aspath_zero.py', -inf, 'startup')
::prepare
::prepare:#79:peer1 ExaBGP (Start)
passed after 0.18s
('test_bgp_aspath_zero.py', 79, '#79:peer1 ExaBGP (Start)')
::bgp_converge
::bgp_converge:#90:r1/bgpd/vtysh[show ip bgp neighbor 10.101.0.2 json]
passed after 1.20s, CLI command: show ip bgp neighbor 10.101.0.2 json
Expected output:
{'10.101.0.2': {'bgpState': 'Established', 'addressFamilyInfo': {'ipv4Unicast': {'acceptedPrefixCounter': 1}}}}('test_bgp_aspath_zero.py', 90, '#90:r1/bgpd/vtysh[show ip bgp neighbor 10.101.0.2 json]')
::bgp_has_correct_routes_without_asn_0
::bgp_has_correct_routes_without_asn_0:#103:r1/bgpd/vtysh[show ip bgp json]
passed after 0.00s, CLI command: show ip bgp json
Expected output:
{'routes': {'192.168.100.101/32': [{'valid': True}]}}('test_bgp_aspath_zero.py', 103, '#103:r1/bgpd/vtysh[show ip bgp json]')
::shutdown
passed after 1.11s
('test_bgp_aspath_zero.py', inf, 'shutdown')