ironic/ironic/tests/unit/cmd
Vladyslav Drok 351677d3b8 Do not access dbapi attributes on dbsync import
This may cause troubles as some config options may not be
registered yet on the import of dbsync module. Accessing
dbapi attributes, which is lazy-loaded, will force the
object to initialize, and it may fail at such an early
stage.

Change-Id: I3b37498325a191f7c42b3b856b1b2cf326d57492
2017-12-06 14:10:55 -08:00
..
__init__.py Prepare for functional testing 2015-09-28 21:27:01 +00:00
test_conductor.py Unit test consistency: DB base and utils prefix 2017-06-20 09:36:21 +01:00
test_dbsync.py Do not access dbapi attributes on dbsync import 2017-12-06 14:10:55 -08:00