neutron/neutron/tests/fullstack
Cedric Brandily 278a5fce29 Use PyMySQL in MySQL related functional/fullstack tests
mysql-python driver has been replaced by PyMySQL driver[1] in neutron
code but MySQL related functional/fullstack tests try to use
mysql-python driver because of MySQLOpportunisticTestCase[2] and tests
are skipped because mysql-python driver is no more available.

This change provides a backend implementation for mysql+pymysql, a base
base testcase MySQLTestCase[2] using mysql+pymysql implementation
(currently oslo.db provides none of them but will in the future) and
replaces MySQLOpportunisticTestCase with MySQLTestCase.

[1] I73e0fdb6eca70e7d029a40a2f6f17a7c0797a21d
[2] neutron.tests.common.base

Closes-Bug: #1463980
Change-Id: Ic5c1d12ab75443e1cc290a7447eeb4b452b4a9dd
2015-06-15 11:17:47 +02:00
..
README Add devref that explains fullstack testing and its direction 2015-06-02 16:23:08 -04:00
__init__.py Add full-stack tests framework 2015-03-26 20:21:40 +02:00
base.py Use PyMySQL in MySQL related functional/fullstack tests 2015-06-15 11:17:47 +02:00
config_fixtures.py Python3: use six.iteritems() instead of dict.iteritems() 2015-06-01 23:13:42 +02:00
fullstack_fixtures.py Remove full stack log noise 2015-06-06 18:45:29 -04:00
test_l3_agent.py Move full-stack logs post-tests 2015-05-28 12:58:40 +03:00

README

Please see neutron/doc/source/devref/fullstack_testing.rst.