test_bgp_rmap_extcommunity_none.py::TestBGPExtCommunity

::startup
::bgp_converge:#98:r1/bgpd/vtysh[show bgp ipv4 unicast 172.16.16.1/32 json]
::bgp_extcommunity_strip:#119:r1/bgpd/vtysh[; enable; configure terminal; router bgp 65001; address-family ipv4 ; neighbor 192.168.1.2 route-map r2 in; ]
::bgp_extcommunity_strip:#131:r1/bgpd/vtysh[show bgp ipv4 unicast 172.16.16.1/32 json]
::shutdown

::startup

passed after 0.84s
('test_bgp_rmap_extcommunity_none.py', -inf, 'startup')

::bgp_converge

::bgp_converge:#98:r1/bgpd/vtysh[show bgp ipv4 unicast 172.16.16.1/32 json]

passed after 4.80s, CLI command: show bgp ipv4 unicast 172.16.16.1/32 json
Expected output:
{'prefix': '172.16.16.1/32', 'paths': [{'community': {'string': '123:123'}, 'extendedCommunity': {'string': 'LB:65002:25000000 (200.000 Mbps)'}}]}
('test_bgp_rmap_extcommunity_none.py', 98, '#98:r1/bgpd/vtysh[show bgp ipv4 unicast 172.16.16.1/32 json]')

::bgp_extcommunity_strip

::bgp_extcommunity_strip:#119:r1/bgpd/vtysh[; enable; configure terminal; router bgp 65001; address-family ipv4 ; neighbor 192.168.1.2 route-map r2 in; ]

passed after 0.00s, CLI command: enable configure terminal router bgp 65001 address-family ipv4 neighbor 192.168.1.2 route-map r2 in
('test_bgp_rmap_extcommunity_none.py', 119, '#119:r1/bgpd/vtysh[; enable; configure terminal; router bgp 65001; address-family ipv4 ; neighbor 192.168.1.2 route-map r2 in; ]')

::bgp_extcommunity_strip:#131:r1/bgpd/vtysh[show bgp ipv4 unicast 172.16.16.1/32 json]

passed after 0.20s, CLI command: show bgp ipv4 unicast 172.16.16.1/32 json
Expected output:
{'prefix': '172.16.16.1/32', 'paths': [{'community': {'string': '123:123'}, 'extendedCommunity': None}]}
('test_bgp_rmap_extcommunity_none.py', 131, '#131:r1/bgpd/vtysh[show bgp ipv4 unicast 172.16.16.1/32 json]')

::shutdown

passed after 1.12s
('test_bgp_rmap_extcommunity_none.py', inf, 'shutdown')
net router-r1 r1 10.255.0.1/32 fd00::1/128 r1-s1 fe:01:00:bc:01:00 192.168.1.1/24 fdbc:1::fc01:ff:febc:100/64 lan-s1 s1 10.101.0.0/16 fdbc:1::/64 router-r1:r1-s1--lan-s1 router-r2 r2 172.16.16.1/32 fd00::2/128 r2-s1 fe:02:00:bc:01:00 192.168.1.2/24 fdbc:1::fc02:ff:febc:100/64 router-r2:r2-s1--lan-s1