functional test for mysql are skipped with mysql+pymysql
Bug #1506777 reported by
ZhiQiang Fan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ceilometer |
Fix Released
|
Undecided
|
ZhiQiang Fan | ||
Liberty |
Fix Committed
|
Undecided
|
gordon chung |
Bug Description
devstack will setup ceilometer with mysql connection = mysql+pymysql://xxx
this is because default MYSQL_DRIVER is PyMySQL
but out functional test code doesn't recognize such prefix, so all functional test for mysql will be skipped, for i.e.:
ceilometer.
reproduce:
1. setup devstack with default settings
2. export CEILOMETER_
3. tox -efunctional
Changed in ceilometer: | |
assignee: | nobody → ZhiQiang Fan (aji-zqfan) |
Changed in ceilometer: | |
status: | Fix Committed → Fix Released |
Changed in ceilometer: | |
milestone: | none → mitaka-1 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/235831
Review: https:/