)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":8313,"name":"Lajos Katona","display_name":"lajoskatona","email":"katonalala@gmail.com","username":"elajkat","status":"Ericsson Software Technology"},"change_message_id":"96f67b8dbbf25e3f35dff99c2435e2b40dc04589","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"2e8f7fe8_b88c8231","updated":"2022-08-16 15:33:50.000000000","message":"Locally it passed for me with pyroute2 master, let\u0027s wait for experimental results","commit_id":"9c3f77b7bfed2ecd7d7e2be192a4e6aca2413ac5"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"a2786185f72e73b85d66f35dc95e242eb0e84f70","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"e5a448b3_23c5bfd7","updated":"2022-08-16 13:34:20.000000000","message":"Testing patch: https://review.opendev.org/c/openstack/neutron/+/853298","commit_id":"9c3f77b7bfed2ecd7d7e2be192a4e6aca2413ac5"},{"author":{"_account_id":8313,"name":"Lajos Katona","display_name":"lajoskatona","email":"katonalala@gmail.com","username":"elajkat","status":"Ericsson Software Technology"},"change_message_id":"e2f97647d81fde153c71cd7ccdd20c0783bf389c","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"e4b80bb8_261aa84f","updated":"2022-08-16 13:33:55.000000000","message":"check experimental","commit_id":"9c3f77b7bfed2ecd7d7e2be192a4e6aca2413ac5"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"5d0ea5e5857881bff2a2627405cb3c4a1ce41d5d","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"fe47cafe_94fd75e0","updated":"2022-08-16 13:31:30.000000000","message":"recheck experimental","commit_id":"9c3f77b7bfed2ecd7d7e2be192a4e6aca2413ac5"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"0d85bd7a0d72458d71efb5c861029ecf45f5c162","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"4e6b7654_5df43623","updated":"2022-08-16 13:31:35.000000000","message":"recheck neutron-experimental-jobs","commit_id":"9c3f77b7bfed2ecd7d7e2be192a4e6aca2413ac5"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"f70b056de8f780b2954cb582030b38d394ee3649","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"e2656a0a_16ef10b2","in_reply_to":"e4b80bb8_261aa84f","updated":"2022-08-16 13:34:48.000000000","message":"Ahhhh not re-che... is just che...","commit_id":"9c3f77b7bfed2ecd7d7e2be192a4e6aca2413ac5"},{"author":{"_account_id":11975,"name":"Slawek Kaplonski","email":"skaplons@redhat.com","username":"slaweq"},"change_message_id":"fd560c0f975cf0bb07228fc1e429b296c56761e2","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"0edd2e69_da592911","updated":"2022-08-16 15:22:42.000000000","message":"check experimental","commit_id":"800f863ccc502b334cb2dd79ec54066440e43e27"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"3260f3f7aaf4e70e393549798210f9568ed7b938","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"ba9b1c40_e4f07938","updated":"2022-08-16 15:12:07.000000000","message":"check experimental","commit_id":"800f863ccc502b334cb2dd79ec54066440e43e27"},{"author":{"_account_id":11975,"name":"Slawek Kaplonski","email":"skaplons@redhat.com","username":"slaweq"},"change_message_id":"70700900c3022eb5984934891e9f9ffae8825b25","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"640fba68_1295558a","updated":"2022-08-16 20:20:36.000000000","message":"functional and fullstack jobs with pyroute2 from master are green with this patch so it\u0027s good to go. Thx.","commit_id":"800f863ccc502b334cb2dd79ec54066440e43e27"}],"neutron/privileged/agent/linux/ip_lib.py":[{"author":{"_account_id":1131,"name":"Brian Haley","email":"haleyb.dev@gmail.com","username":"brian-haley"},"change_message_id":"439892b2cd6aa826eee03dd9b1d3d521b2cd6cc3","unresolved":true,"context_lines":[{"line_number":354,"context_line":""},{"line_number":355,"context_line":""},{"line_number":356,"context_line":"@privileged.link_cmd.entrypoint"},{"line_number":357,"context_line":"def set_link_vf_feature(device, namespace, vf_config):"},{"line_number":358,"context_line":"    _run_iproute_link(\"set\", device, namespace\u003dnamespace, vf\u003dvf_config)"},{"line_number":359,"context_line":""},{"line_number":360,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"e73cc536_f920c11d","line":357,"updated":"2022-08-16 14:23:39.000000000","message":"The caller of this in ip_lib.py does a return, even though it\u0027s callers never use it. Should remove that return as well to be complete.","commit_id":"9c3f77b7bfed2ecd7d7e2be192a4e6aca2413ac5"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"b5fe9c3fc6f6fa8fd820755df0e21ad210f78228","unresolved":false,"context_lines":[{"line_number":354,"context_line":""},{"line_number":355,"context_line":""},{"line_number":356,"context_line":"@privileged.link_cmd.entrypoint"},{"line_number":357,"context_line":"def set_link_vf_feature(device, namespace, vf_config):"},{"line_number":358,"context_line":"    _run_iproute_link(\"set\", device, namespace\u003dnamespace, vf\u003dvf_config)"},{"line_number":359,"context_line":""},{"line_number":360,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"4802f45c_86b9404e","line":357,"in_reply_to":"929ef466_ab21dbef","updated":"2022-08-16 15:12:15.000000000","message":"Done","commit_id":"9c3f77b7bfed2ecd7d7e2be192a4e6aca2413ac5"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"87ff557a51b492362f4417c73f9f9e7ae06646c3","unresolved":true,"context_lines":[{"line_number":354,"context_line":""},{"line_number":355,"context_line":""},{"line_number":356,"context_line":"@privileged.link_cmd.entrypoint"},{"line_number":357,"context_line":"def set_link_vf_feature(device, namespace, vf_config):"},{"line_number":358,"context_line":"    _run_iproute_link(\"set\", device, namespace\u003dnamespace, vf\u003dvf_config)"},{"line_number":359,"context_line":""},{"line_number":360,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"929ef466_ab21dbef","line":357,"in_reply_to":"e73cc536_f920c11d","updated":"2022-08-16 15:07:22.000000000","message":"Right. We should remove this return too. It is not used anywhere.","commit_id":"9c3f77b7bfed2ecd7d7e2be192a4e6aca2413ac5"}]}
