neutron/neutron/tests/retargetable
John Schwarz e409575886 Revert connection option post full-stack tests
The full-stack framework overrides the database connection string before
every test is started, but after the test it doesn't revert the string
back to what it was originally. Since after the test the database is
deleted, the string is not actually valid once the test finished, and
this conflicts with tests which are ran on the same job (specifically
the retargetable tests - see associated bug). The proposed patch saves
the original connection string and reverts it after the test finishes.

Change-Id: I96c01483009084cbc2b81588a1283e84e6bcb4c4
Closes-bug: #1440797
2015-04-09 18:51:03 +03:00
..
__init__.py Simplify retargetable test framework 2015-03-31 20:13:04 +00:00
base.py Revert connection option post full-stack tests 2015-04-09 18:51:03 +03:00
client_fixtures.py Moving VLAN Transparency support from core to extension 2015-04-08 08:35:13 -07:00
rest_fixture.py Simplify retargetable test framework 2015-03-31 20:13:04 +00:00
test_example.py Simplify retargetable test framework 2015-03-31 20:13:04 +00:00