trio2o/tricircle
zhiyuan_cai 59ad16c78b Register core_plugin for all tests in test_plugin
1. What is the problem
In test_plugin module, we define a stub class FakePlugin to
bypass real database access for unit tests. In some previous
test cases, FakePlugin object is directly created and then
we test its function, but after some changes in Neutron, we
also need to register the class path of FakePlugin to an
configuration option called core_plugin, otherwise some of
test cases will fail with "core_plugin not configured" error.

2. What is the solution to the problem
Register core_plugin for each test cases.

3. What the features need to be implemented to the Tricircle
   to realize the solution
Register core_plugin in setUp function then every test cases
can use this option.

Change-Id: Ibc2d81585ec8e67c3f56f864c4cbc5d2f0a0efa9
2016-06-16 14:56:43 +08:00
..
api Fix incorrect file permission 2016-05-24 16:04:16 +08:00
cinder_apigw Merge "Fix a typing error" 2016-05-25 07:28:18 +00:00
common Implement floating ip disassociation 2016-05-27 11:27:22 +08:00
db Asynchronous job management(part 2) 2016-04-11 10:42:17 +08:00
network Implement floating ip disassociation 2016-05-27 11:27:22 +08:00
nova_apigw Fix incorrect file permission 2016-05-24 16:04:16 +08:00
tempestplugin Add hook scripts for the Jenkins job for Tricircle tempest 2016-06-14 15:24:34 +08:00
tests Register core_plugin for all tests in test_plugin 2016-06-16 14:56:43 +08:00
xjob Fix incorrect file permission 2016-05-24 16:04:16 +08:00
__init__.py networking-tricircle core plugin and security group 2015-08-05 14:49:24 +03:00