]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix AttributeError on check_foreign_keys in functional job
authorarmando-migliaccio <armamig@gmail.com>
Mon, 12 Jan 2015 21:26:49 +0000 (13:26 -0800)
committerarmando-migliaccio <armamig@gmail.com>
Mon, 12 Jan 2015 21:27:03 +0000 (13:27 -0800)
commitfe59a3a1bcc9553c8cdc3f391e1431d3f27d6d28
tree9e6b93436ec368f5cb392704b785d26d22febb86
parentf83b08abf59a915206e93051af96bdcc5b7724c2
Fix AttributeError on check_foreign_keys in functional job

Since change 75b402be3b8, the method is no longer available. This
patch makes a similar fix for the Neutron's functiona job test case.

Closes-bug: #1409909

Change-Id: I7866c0bf6c5fe3f37c5a7ea7f9161087b913127a
neutron/tests/functional/db/test_migrations.py