Fix nsx-p admin utility file location
Change-Id: Iae5aab222d7effb60a86e2f7097309705ebc02a3
This commit is contained in:
parent
59fc7fa663
commit
3ff7919862
1
tox.ini
1
tox.ini
@ -99,6 +99,7 @@ commands =
|
||||
stestr run {posargs}
|
||||
whitelist_externals =
|
||||
stestr
|
||||
setenv = EDITOR=vi
|
||||
|
||||
[testenv:py36-dev]
|
||||
basepython = python3.6
|
||||
|
@ -23,7 +23,8 @@ from vmware_nsx.shell import resources as shell
|
||||
@admin_utils.output_header
|
||||
def cleanup_db_mappings(resource, event, trigger, **kwargs):
|
||||
"""Delete all entries from nsx-t mapping tables in DB"""
|
||||
return migration.cleanup_db_mappings(resource, event, trigger, **kwargs)
|
||||
return migration.MP2Policy_cleanup_db_mappings(
|
||||
resource, event, trigger, **kwargs)
|
||||
|
||||
|
||||
registry.subscribe(cleanup_db_mappings,
|
@ -370,6 +370,7 @@ class TestNsxpAdminUtils(AbstractTestAdminUtils,
|
||||
return 'nsxp'
|
||||
|
||||
def _init_mock_plugin(self):
|
||||
super(TestNsxpAdminUtils, self)._init_mock_plugin()
|
||||
self._plugin = nsxp_utils.NsxPolicyPluginWrapper()
|
||||
|
||||
def test_nsxp_resources(self):
|
||||
|
Loading…
Reference in New Issue
Block a user