Stop using config backed quota engine in unit tests

It was enabled as part of gate fix
I8570441a0b8d5ee3ad7f88e07affac2f1b782021 but the right fix for the
issue is to register a proper core plugin for each test (see the
dependency).
Related-Bug: #1676656
Change-Id: I2eb49a5371f5c9ea0ef4a50e6d95667b782f8842
Depends-On: Ica421831763eb2f5d25fc068287305b402227b53
This commit is contained in:
Ihar Hrachyshka
2017年03月28日 02:01:00 +00:00
parent 2bbebda405
commit 4a38012732

View File

@@ -47,8 +47,7 @@ class BgpvpnExtensionTestCase(test_extensions_base.ExtensionTestCase):
bgpvpn.Bgpvpn,
BGPVPN_PREFIX,
plural_mappings=plural_mappings,
translate_resource_name=True,
use_quota=True)
translate_resource_name=True)
self.instance = self.plugin.return_value
self.bgpvpn_id = _uuid()
self.net_id = _uuid()
Reference in New Issue
openstack/networking-bgpvpn
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.