)]}'
{"neutron/tests/unit/plugins/ml2/drivers/ovn/mech_driver/test_mech_driver.py":[{"author":{"_account_id":1131,"name":"Brian Haley","email":"haleyb.dev@gmail.com","username":"brian-haley"},"change_message_id":"9f10101c4bdd74ea2e0149a8e4c106d4cc1ef57d","unresolved":true,"context_lines":[{"line_number":78,"context_line":"class MechDriverSetupBase:"},{"line_number":79,"context_line":"    def setUp(self):"},{"line_number":80,"context_line":"        config.register_common_config_options()"},{"line_number":81,"context_line":"        super().setUp()"},{"line_number":82,"context_line":"        mm \u003d directory.get_plugin().mechanism_manager"},{"line_number":83,"context_line":"        self.mech_driver \u003d mm.mech_drivers[\u0027ovn\u0027].obj"},{"line_number":84,"context_line":"        self.mech_driver.nb_ovn \u003d fakes.FakeOvsdbNbOvnIdl()"}],"source_content_type":"text/x-python","patch_set":1,"id":"38bc6169_ed73fffa","line":81,"updated":"2022-05-17 13:36:38.000000000","message":"Looks like back in 2021 this was changed to a base class, and this super() call used to trigger the registration, so this bug\u0027s been here a little while. But if there is no parent class why still the super() call?","commit_id":"44c03ca8e10a11f13583ba924868b4f331d3072a"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"2f58b051039feb8bf65a77e1c51f0d1eb22a7f3a","unresolved":true,"context_lines":[{"line_number":78,"context_line":"class MechDriverSetupBase:"},{"line_number":79,"context_line":"    def setUp(self):"},{"line_number":80,"context_line":"        config.register_common_config_options()"},{"line_number":81,"context_line":"        super().setUp()"},{"line_number":82,"context_line":"        mm \u003d directory.get_plugin().mechanism_manager"},{"line_number":83,"context_line":"        self.mech_driver \u003d mm.mech_drivers[\u0027ovn\u0027].obj"},{"line_number":84,"context_line":"        self.mech_driver.nb_ovn \u003d fakes.FakeOvsdbNbOvnIdl()"}],"source_content_type":"text/x-python","patch_set":1,"id":"85441fa9_f9f82402","line":81,"in_reply_to":"38bc6169_ed73fffa","updated":"2022-05-18 07:42:31.000000000","message":"This is why I pushed https://review.opendev.org/c/openstack/neutron/+/842069, to make this class a metaclass.","commit_id":"44c03ca8e10a11f13583ba924868b4f331d3072a"}]}
