test_bgp_minimum_holdtime.py::TestBGPMinimumHoldtime
- ::startup
- ::bgp_neighbor_check_if_notification_sent:#83:r1/bgpd/vtysh[show ip bgp neighbor 192.168.255.2 json]
- ::shutdown
::startup
passed after 0.83s
('test_bgp_minimum_holdtime.py', -inf, 'startup')
::bgp_neighbor_check_if_notification_sent
::bgp_neighbor_check_if_notification_sent:#83:r1/bgpd/vtysh[show ip bgp neighbor 192.168.255.2 json]
passed after 0.60s, CLI command: show ip bgp neighbor 192.168.255.2 json
Expected output:
{'192.168.255.2': {'connectionsEstablished': 0, 'lastNotificationReason': 'OPEN Message Error/Unacceptable Hold Time', 'lastResetDueTo': 'BGP Notification send'}}('test_bgp_minimum_holdtime.py', 83, '#83:r1/bgpd/vtysh[show ip bgp neighbor 192.168.255.2 json]')
::shutdown
passed after 1.11s
('test_bgp_minimum_holdtime.py', inf, 'shutdown')