)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":34271,"name":"Miro Tomaska","display_name":"Miro Tomaska","email":"mtomaska@redhat.com","username":"mtomaska"},"change_message_id":"3f060db9db958b9fd2964d4bde1611f6c67a7892","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"bfa36888_f66c0712","updated":"2026-06-15 14:40:04.000000000","message":"We discussed this with the team. I am going to add conditional skip to only skip for Centos9 +frr8.5","commit_id":"61eeb487160ef96debb94aeea4aa4ce37d63890d"},{"author":{"_account_id":13861,"name":"yatin","email":"ykarel@redhat.com","username":"yatinkarel"},"change_message_id":"c67bb114fc4dbbae22839b321fbec1be434f7899","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"376c442b_ba66236d","updated":"2026-06-16 03:40:33.000000000","message":"Also we can revert this as soon as we move to centos 10-stream with https://review.opendev.org/c/openstack/neutron/+/961093 , will include revert in that patch when i update it","commit_id":"07c07d9574f0fc5bdfb4f38a3ff15705d8f425f9"}],"neutron/tests/functional/agent/linux/evpn_router/frr/test_frr_driver.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"4e461adbd9e743bf274f17a22972e45de1d93d7e","unresolved":false,"context_lines":[{"line_number":206,"context_line":"        # self._delete_device(vrf_name, step\u003d\u0027ensure_vrf_deleted\u0027)"},{"line_number":207,"context_line":""},{"line_number":208,"context_line":""},{"line_number":209,"context_line":"def make_evpn_config(vni, bgp_router_id\u003d\u002710.0.0.1\u0027, vrf_name_prefix\u003d\u0027vrf-\u0027):"},{"line_number":210,"context_line":"    return interface.EVPNRouterConfig("},{"line_number":211,"context_line":"        asn\u003d65000,"},{"line_number":212,"context_line":"        bgp_router_id\u003dbgp_router_id,"}],"source_content_type":"text/x-python","patch_set":1,"id":"98664c37_6e1d68db","line":209,"updated":"2026-06-13 17:30:00.000000000","message":"pep8: E999 IndentationError: expected an indented block after function definition on line 196","commit_id":"242058ce2237c1804b9e7e25e876a36cbe23ffec"},{"author":{"_account_id":11975,"name":"Slawek Kaplonski","email":"skaplons@redhat.com","username":"slaweq"},"change_message_id":"8ba63112b7b9a8e4ef56f017d8095958b67fd3b5","unresolved":true,"context_lines":[{"line_number":204,"context_line":"        #     self._delete_device("},{"line_number":205,"context_line":"        #         self._bridge_name(vni), step\u003d\u0027ensure_bridge_deleted\u0027)"},{"line_number":206,"context_line":"        # self._delete_device(vrf_name, step\u003d\u0027ensure_vrf_deleted\u0027)"},{"line_number":207,"context_line":"        pass"},{"line_number":208,"context_line":""},{"line_number":209,"context_line":""},{"line_number":210,"context_line":"def make_evpn_config(vni, bgp_router_id\u003d\u002710.0.0.1\u0027, vrf_name_prefix\u003d\u0027vrf-\u0027):"}],"source_content_type":"text/x-python","patch_set":3,"id":"340de2ec_241f84e8","line":207,"updated":"2026-06-15 09:21:41.000000000","message":"I personally don\u0027t like lefting such commented code. Git is good enough in remembering how it looked like. We can simply have comment here to change it once FRR will be fixed, or something like that.","commit_id":"61eeb487160ef96debb94aeea4aa4ce37d63890d"},{"author":{"_account_id":34271,"name":"Miro Tomaska","display_name":"Miro Tomaska","email":"mtomaska@redhat.com","username":"mtomaska"},"change_message_id":"bfc4629c1f1144d1e7005080cbf7020a80489a73","unresolved":false,"context_lines":[{"line_number":204,"context_line":"        #     self._delete_device("},{"line_number":205,"context_line":"        #         self._bridge_name(vni), step\u003d\u0027ensure_bridge_deleted\u0027)"},{"line_number":206,"context_line":"        # self._delete_device(vrf_name, step\u003d\u0027ensure_vrf_deleted\u0027)"},{"line_number":207,"context_line":"        pass"},{"line_number":208,"context_line":""},{"line_number":209,"context_line":""},{"line_number":210,"context_line":"def make_evpn_config(vni, bgp_router_id\u003d\u002710.0.0.1\u0027, vrf_name_prefix\u003d\u0027vrf-\u0027):"}],"source_content_type":"text/x-python","patch_set":3,"id":"2d93a512_c0a049c8","line":207,"in_reply_to":"340de2ec_241f84e8","updated":"2026-06-16 01:14:15.000000000","message":"Acknowledged","commit_id":"61eeb487160ef96debb94aeea4aa4ce37d63890d"},{"author":{"_account_id":13861,"name":"yatin","email":"ykarel@redhat.com","username":"yatinkarel"},"change_message_id":"c67bb114fc4dbbae22839b321fbec1be434f7899","unresolved":false,"context_lines":[{"line_number":49,"context_line":"def _is_centos9_frr85():"},{"line_number":50,"context_line":"    \"\"\"Return True on CentOS 9 with FRR 8.5 (LP#2156642).\"\"\""},{"line_number":51,"context_line":"    try:"},{"line_number":52,"context_line":"        info \u003d platform.freedesktop_os_release()"},{"line_number":53,"context_line":"    except OSError:"},{"line_number":54,"context_line":"        return False"},{"line_number":55,"context_line":"    if info.get(\u0027ID\u0027) !\u003d \u0027centos\u0027 or not info.get("}],"source_content_type":"text/x-python","patch_set":6,"id":"85eaf936_e07f6e3f","line":52,"updated":"2026-06-16 03:40:33.000000000","message":"this is not available in CentOS 9(default python 3.9) as per https://docs.python.org/3/library/platform.html#platform.freedesktop_os_release \nbut in CI it will work as we override python version to python3.12.","commit_id":"07c07d9574f0fc5bdfb4f38a3ff15705d8f425f9"},{"author":{"_account_id":13861,"name":"yatin","email":"ykarel@redhat.com","username":"yatinkarel"},"change_message_id":"c5aeca6828429ee844dece256a04dabc6b907199","unresolved":false,"context_lines":[{"line_number":49,"context_line":"def _is_centos9_frr85():"},{"line_number":50,"context_line":"    \"\"\"Return True on CentOS 9 with FRR 8.5 (LP#2156642).\"\"\""},{"line_number":51,"context_line":"    try:"},{"line_number":52,"context_line":"        info \u003d platform.freedesktop_os_release()"},{"line_number":53,"context_line":"    except OSError:"},{"line_number":54,"context_line":"        return False"},{"line_number":55,"context_line":"    if info.get(\u0027ID\u0027) !\u003d \u0027centos\u0027 or not info.get("}],"source_content_type":"text/x-python","patch_set":6,"id":"6a8ceb75_01d3cd78","line":52,"in_reply_to":"85eaf936_e07f6e3f","updated":"2026-06-16 04:35:56.000000000","message":"Also to udpate it passes with centos 10-stream and frr10 neutron-functional-fips https://zuul.opendev.org/t/openstack/build/18345cdfc61840b2a6594d2b9c78dcf6 : SUCCESS in 45m 03s","commit_id":"07c07d9574f0fc5bdfb4f38a3ff15705d8f425f9"}]}
