Merge "test db2 driver code"

This commit is contained in:
Jenkins 2014-09-22 13:34:53 +00:00 committed by Gerrit Code Review
commit c3696451d4

View File

@ -186,5 +186,7 @@ class MixinTestsWithBackendScenarios(object):
('hbase', {'db_url': os.environ.get('CEILOMETER_TEST_HBASE_URL',
'hbase://__test__')}),
('db2', {'db_url': (os.environ.get('CEILOMETER_TEST_DB2_URL') or
os.environ.get('CEILOMETER_TEST_MONGODB_URL'))})
os.environ.get('CEILOMETER_TEST_MONGODB_URL',
'').replace('mongodb://',
'db2://'))})
]