)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":11975,"name":"Slawek Kaplonski","email":"skaplons@redhat.com","username":"slaweq"},"change_message_id":"f6015f3a7c0857006db645fbccb95268d81d643b","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"a102138a_8b5cc080","updated":"2023-02-09 13:56:45.000000000","message":"it seems from e.g. https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_eb2/870979/4/check/neutron-functional-with-uwsgi-4/eb22482/testr_results.html that this didn\u0027t solved the issue","commit_id":"d67fcb112cfed9ad34058b02d6df332c94c1e68d"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"d83a75d74f8410543c558973e11feda1cfe06a05","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"e2910d7f_66d052bc","in_reply_to":"a102138a_8b5cc080","updated":"2023-02-09 15:49:58.000000000","message":"Yeah, at least I had feedback from the new debugging logs added. I\u0027ll push a new PS (I think we need to change the port type).","commit_id":"d67fcb112cfed9ad34058b02d6df332c94c1e68d"},{"author":{"_account_id":8313,"name":"Lajos Katona","display_name":"lajoskatona","email":"katonalala@gmail.com","username":"elajkat","status":"Ericsson Software Technology"},"change_message_id":"365d0cf0c93fddf2c77208a6e5c92dc35c3ef497","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"01b0de78_4a4fdc84","updated":"2023-02-13 08:14:38.000000000","message":"recheck\nLet\u0027s see if the new run has failure of test_port_creation_and_deletion","commit_id":"58b84be238675127494330faf602ed8bae65a13d"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"f06c8cb4e7006a736e9cebecb8c057943388d2e8","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"70f9b094_b453e87b","updated":"2023-02-13 17:32:40.000000000","message":"ovsdbapp patch must be approved, released and upper requirements updated.","commit_id":"d5cdc9a34855e4e1c0ae199c62c473f8f2f691ea"},{"author":{"_account_id":1131,"name":"Brian Haley","email":"haleyb.dev@gmail.com","username":"brian-haley"},"change_message_id":"379a0d6f06e976780c70ca39eb91978450547c06","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":8,"id":"b6e3cbe3_36005942","updated":"2023-04-12 13:53:09.000000000","message":"Does this still need the ovsdbapp patch merged and released?","commit_id":"4b8e484e1ded99012a8e332fa1c9ac660f74a17e"},{"author":{"_account_id":5756,"name":"Terry Wilson","email":"twilson@redhat.com","username":"otherwiseguy"},"change_message_id":"64152d9fe4e5e311c2d3117a49d0359ccdcb2487","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":8,"id":"b789e9e0_2b8f280f","in_reply_to":"b6e3cbe3_36005942","updated":"2023-04-12 14:47:55.000000000","message":"Doesn\u0027t look like it.","commit_id":"4b8e484e1ded99012a8e332fa1c9ac660f74a17e"}],"neutron/tests/functional/agent/ovn/extensions/test_qos_hwol.py":[{"author":{"_account_id":5756,"name":"Terry Wilson","email":"twilson@redhat.com","username":"otherwiseguy"},"change_message_id":"769232e58faad85cbcfbf53b6657e738d3f6910c","unresolved":true,"context_lines":[{"line_number":58,"context_line":"        self.ovs_idl.add_br(self.br_name).execute(check_error\u003dTrue)"},{"line_number":59,"context_line":"        interface_attrs \u003d {\u0027external_ids\u0027: {\u0027iface-id\u0027: \u0027port_iface-id\u0027},"},{"line_number":60,"context_line":"                           \u0027type\u0027: \u0027internal\u0027}"},{"line_number":61,"context_line":"        self.ovs_idl.add_port(self.br_name, self.port_name, **interface_attrs)"},{"line_number":62,"context_line":"        exc \u003d Exception(\u0027Port %s was not added to the bridge %s\u0027 %"},{"line_number":63,"context_line":"                        (self.port_name, self.br_name))"},{"line_number":64,"context_line":"        n_utils.wait_until_true(check_add_port_called, timeout\u003d5,"}],"source_content_type":"text/x-python","patch_set":7,"id":"3370c5bf_aa872240","line":61,"updated":"2023-03-24 16:00:03.000000000","message":"I think this will just return a Command object that is not being executed.\n\nUnless I\u0027m missing something (quite possible!), it seems like we could just keep the OVSBridge stuff and add the type: internal to it\u0027s call and get the same result without having to sync up an ovsdbapp release and treat that patch separately.","commit_id":"d5cdc9a34855e4e1c0ae199c62c473f8f2f691ea"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"af3950e745036cdfaeda5dba2eb2552e0574fcd2","unresolved":false,"context_lines":[{"line_number":58,"context_line":"        self.ovs_idl.add_br(self.br_name).execute(check_error\u003dTrue)"},{"line_number":59,"context_line":"        interface_attrs \u003d {\u0027external_ids\u0027: {\u0027iface-id\u0027: \u0027port_iface-id\u0027},"},{"line_number":60,"context_line":"                           \u0027type\u0027: \u0027internal\u0027}"},{"line_number":61,"context_line":"        self.ovs_idl.add_port(self.br_name, self.port_name, **interface_attrs)"},{"line_number":62,"context_line":"        exc \u003d Exception(\u0027Port %s was not added to the bridge %s\u0027 %"},{"line_number":63,"context_line":"                        (self.port_name, self.br_name))"},{"line_number":64,"context_line":"        n_utils.wait_until_true(check_add_port_called, timeout\u003d5,"}],"source_content_type":"text/x-python","patch_set":7,"id":"8845cfec_5ea16614","line":61,"in_reply_to":"3370c5bf_aa872240","updated":"2023-03-24 16:03:09.000000000","message":"Uffff I\u0027m missing the execute calls... hehehe\n\nI\u0027ll send a new PS updating the Interface register in a second call.","commit_id":"d5cdc9a34855e4e1c0ae199c62c473f8f2f691ea"}]}
