neutron/neutron/tests/functional/db
Rodolfo Alonso Hernandez 4b6c2246c0 Force "network_id" in "subnet" DB registers
The "subnet" OVO does not allow to have an empty (None) "network_id" but
the DB "subnet" table allows to have this parameter empty (NULL) in the
database. In order to avoid any problem like the one described in the
bug, this patch ensures the database "subnet" register does always have
a "network_id" value and if a "network" register is being deleted, all
related "subnet" registers are checked first.

Change-Id: Iad210f0585b4201fdb87187b44a9b42267b58db4
Closes-Bug: #1839658
2019-08-19 16:32:42 +00:00
..
migrations Force "network_id" in "subnet" DB registers 2019-08-19 16:32:42 +00:00
__init__.py Freeze models for healing migration 2014-07-14 18:36:05 +02:00
test_ipam.py Fix flake8 H404 errors 2018-10-05 21:48:41 +00:00
test_migrations.py Add skip_if_timeout to additional MySQL migration test 2019-05-10 13:32:49 +00:00
test_models.py All functional tests logs results now 2018-11-21 19:58:18 +00:00
test_network.py remove the neutron.db._resource_extend module 2019-01-02 13:02:06 -07:00