test_bgp_as_wide_bgp_identifier.py::TestBGPAsWideBGPIdentifier
- ::startup
- ::bgp_converge:#86:r1/bgpd/vtysh[show ip bgp neighbor 192.168.255.1 json]
- ::bgp_failed:#101:r3/bgpd/vtysh[show ip bgp neighbor 192.168.255.1 json]
- ::shutdown
::startup
passed after 1.05s
('test_bgp_as_wide_bgp_identifier.py', -inf, 'startup')
::bgp_converge
::bgp_converge:#86:r1/bgpd/vtysh[show ip bgp neighbor 192.168.255.1 json]
passed after 0.80s, CLI command: show ip bgp neighbor 192.168.255.1 json
Expected output:
{'192.168.255.1': {'bgpState': 'Established'}}('test_bgp_as_wide_bgp_identifier.py', 86, '#86:r1/bgpd/vtysh[show ip bgp neighbor 192.168.255.1 json]')
::bgp_failed
::bgp_failed:#101:r3/bgpd/vtysh[show ip bgp neighbor 192.168.255.1 json]
passed after 0.00s, CLI command: show ip bgp neighbor 192.168.255.1 json
Expected output:
{'192.168.255.1': {'lastNotificationReason': 'OPEN Message Error/Bad BGP Identifier'}}('test_bgp_as_wide_bgp_identifier.py', 101, '#101:r3/bgpd/vtysh[show ip bgp neighbor 192.168.255.1 json]')
::shutdown
passed after 1.15s
('test_bgp_as_wide_bgp_identifier.py', inf, 'shutdown')