commit bf85df219e02dd1203457eb88eda32b3871aa3c4
Author: ZhiQiang Fan <email address hidden>
Date: Fri Oct 16 03:13:03 2015 -0700
support mysql+pymysql in functional test
Currently, if we use PyMySQL as MySQL driver, database connection
url will be set to mysql+pymysql://, but our functional test doesn't
recognize such engine name, which finally will skip all the functional
test for mysql backend.
Reviewed: https:/ /review. openstack. org/235831 /git.openstack. org/cgit/ openstack/ ceilometer/ commit/ ?id=bf85df219e0 2dd1203457eb88e da32b3871aa3c4
Committed: https:/
Submitter: Jenkins
Branch: master
commit bf85df219e02dd1 203457eb88eda32 b3871aa3c4
Author: ZhiQiang Fan <email address hidden>
Date: Fri Oct 16 03:13:03 2015 -0700
support mysql+pymysql in functional test
Currently, if we use PyMySQL as MySQL driver, database connection
url will be set to mysql+pymysql://, but our functional test doesn't
recognize such engine name, which finally will skip all the functional
test for mysql backend.
This patch simply maps mysql+pymysql to mysql.
Change-Id: I924de57e9f194f 183a405846a6ac9 8968a2483d3
Closes-Bug: #1506777