
https://review.openstack.org/#/c/235831/ enables all test cases for ysql when PyMySQL is used as MySQL driver, but some test cases are specified via run_with() decorator, which might expect engine is mysql while actually we provide mysql+pymysql, so these test cases will be wrongly skipped. This patch maps mysql+pymysql to mysql to make sure there is an engine handles it for such case. Change-Id: I062d1d04b4b1511626a9b02f0249b5c93b5592b8 Closes-Bug: #1519211
ceilometer
- Release notes can be read online at:
-
http://docs.openstack.org/developer/ceilometer/releasenotes/index.html
- Documentation for the project can be found at:
- The project home is at:
Description
Languages
Python
98.5%
Shell
1.5%