vmware-nsx/neutron/tests/unit/services/vpn
Isaku Yamahata bf6bd01286 tests/unit: Initialize core plugin in TestL3GwModeMixin
TestL3GwModeMixin can fail randomly because it doesn't initialize
core_plugin and can be run random core plugin depending on execution
order of tests. It also fails with core plugin uninitialized when it
is run without other tests.

This patch refactors the setup code of core plugin and apply it to the
related tests.
This patch reveled the same bug of test_metaplugin.py which is also
fixed by this patch.

Closes-bug: #1273259
Change-Id: I3c1d4d8b3d69262b89c7747daa8267bf2c8e7f6b
2014-02-20 13:01:28 +09:00
..
device_drivers Reference driver implementation (IPsec) for VPNaaS 2013-09-04 00:32:39 -07:00
service_drivers Use L3 api from vpn ipsec driver via service plugin 2013-10-11 14:03:05 -07:00
__init__.py VPN as a Service (VPNaaS) API and DataModel 2013-07-30 10:38:00 -07:00
test_vpn_agent.py Ensure unit tests do not let looping calls roam freely 2013-09-04 17:19:21 -07:00
test_vpnaas_driver_plugin.py Reference driver implementation (IPsec) for VPNaaS 2013-09-04 00:32:39 -07:00
test_vpnaas_extension.py tests/unit: Initialize core plugin in TestL3GwModeMixin 2014-02-20 13:01:28 +09:00