]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Correct db functional tests to support oslo.db 1.50
authorCedric Brandily <zzelle@gmail.com>
Thu, 26 Feb 2015 10:33:19 +0000 (10:33 +0000)
committerCedric Brandily <zzelle@gmail.com>
Thu, 26 Feb 2015 11:01:14 +0000 (11:01 +0000)
commit6b0a98563ca1e22b006df8cd5bc0e6dbde999bc0
treec2076d687e0a63b4978366d8821b56881915cf99
parent55c6bf9cc5962e93b71908c79d5fd15be2aff540
Correct db functional tests to support oslo.db 1.50

Currently test_migrations[1] uses _cleanup private method defined in
oslo_db.sqlalchemy.test_migrations which has been removed in oslo.db
1.5.0. This change corrects test_migrations[1] based on oslo.db
change I16bfa3af0e1ad6a9231ea38dea7cd76092347f55.

[1] neutron.tests.functional.db package

Change-Id: I35676ca2e5900d7fd95a11d6c7dd3ad1c9a686e2
Closes-Bug: #1425890
neutron/tests/functional/db/test_migrations.py