neutron/neutron/tests/fullstack
Jeremy Stanley f08e9f1f53 Switch from MySQL-python to PyMySQL
As discussed in the Liberty Design Summit "Moving apps to Python 3"
cross-project workshop, the way forward in the near future is to
switch to the pure-python PyMySQL library as a default.

https://etherpad.openstack.org/p/liberty-cross-project-python3

Change-Id: I73e0fdb6eca70e7d029a40a2f6f17a7c0797a21d
2015-06-09 19:48:20 -04: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 Switch from MySQL-python to PyMySQL 2015-06-09 19:48:20 -04: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.