Hi Looking at https://github.com/openstack/neutron/tree/master/neutron/tests/unit/db I see that the way we currently test the DB layer is via the REST API layer. Why do we mix those 2 layers in one UT? Those 2 layers are not related to each other and the DB UT should run directly against the relevant DB plugin. Thanks Avishay