test_bgp_comm-list_delete.py::BGPCommListDeleteTest
- ::startup
- ::_bgp_converge_bgpstate:#91:r2/bgpd/vtysh[show ip bgp neighbor 10.101.0.1 json]
- ::_bgp_converge_prefixCounter:#108:r2/bgpd/vtysh[show ip bgp neighbor 10.101.0.1 json]
- ::_bgp_comm_list_delete:#123:r2/bgpd/vtysh[show ip bgp 172.16.255.254/32 json]
- ::shutdown
::startup
passed after 0.85s
('test_bgp_comm-list_delete.py', -inf, 'startup')
::_bgp_converge_bgpstate
::_bgp_converge_bgpstate:#91:r2/bgpd/vtysh[show ip bgp neighbor 10.101.0.1 json]
passed after 0.60s, CLI command: show ip bgp neighbor 10.101.0.1 json
Expected output:
{'10.101.0.1': {'bgpState': 'Established'}}('test_bgp_comm-list_delete.py', 91, '#91:r2/bgpd/vtysh[show ip bgp neighbor 10.101.0.1 json]')
::_bgp_converge_prefixCounter
::_bgp_converge_prefixCounter:#108:r2/bgpd/vtysh[show ip bgp neighbor 10.101.0.1 json]
passed after 4.30s, CLI command: show ip bgp neighbor 10.101.0.1 json
Expected output:
{'10.101.0.1': {'addressFamilyInfo': {'ipv4Unicast': {'acceptedPrefixCounter': 2}}}}('test_bgp_comm-list_delete.py', 108, '#108:r2/bgpd/vtysh[show ip bgp neighbor 10.101.0.1 json]')
::_bgp_comm_list_delete
::_bgp_comm_list_delete:#123:r2/bgpd/vtysh[show ip bgp 172.16.255.254/32 json]
passed after 0.00s, CLI command: show ip bgp 172.16.255.254/32 json
Expected output:
{'paths': [{'community': {'list': ['111:111', '222:222', '444:444']}}]}('test_bgp_comm-list_delete.py', 123, '#123:r2/bgpd/vtysh[show ip bgp 172.16.255.254/32 json]')
::shutdown
passed after 1.11s
('test_bgp_comm-list_delete.py', inf, 'shutdown')