]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix running of migrations tests by Jenkins gate
authorRoman Podolyaka <rpodolyaka@mirantis.com>
Fri, 26 Jul 2013 15:44:19 +0000 (18:44 +0300)
committerRoman Podolyaka <rpodolyaka@mirantis.com>
Mon, 29 Jul 2013 16:11:59 +0000 (19:11 +0300)
commit475f06909388a974c9dd52b8d9d1f856f81a1155
treeb551e9845bbd0ac8358e95a2395505555196a199
parent6f81fa2ea7a19df13778ad2b75b26e1ec7a3a0a2
Fix running of migrations tests by Jenkins gate

DB schema migrations tests are always skipped for MySQL
and PostgreSQL backends, when running gate jobs. This is
due to the bug in the function, which checks, if given DB
backend is available.

Fixes bug 1205386

Change-Id: I80d5da64347279b8fb5a975ff0d11f31fe35c6ce
cinder/tests/test_migrations.py