Merge "Fix ipv6 test and pytest collection"
commit
b5d8a7376e
|
@ -160,7 +160,7 @@ mistral.actions =
|
|||
tripleo.role.list = tripleo_common.actions.plan:ListRolesAction
|
||||
|
||||
[tool:pytest]
|
||||
norecursedirs = .git .tox dist
|
||||
norecursedirs = .eggs .git .tox dist
|
||||
log_cli = true
|
||||
|
||||
[flake8]
|
||||
|
|
|
@ -113,6 +113,7 @@ class TestImageUploadManager(base.TestCase):
|
|||
|
||||
@mock.patch('netifaces.ifaddresses')
|
||||
@mock.patch('netifaces.interfaces')
|
||||
@mock.patch('netifaces.AF_INET6', 10)
|
||||
def test_get_undercloud_registry_ipv6(self, mock_interfaces,
|
||||
mock_addresses):
|
||||
|
||||
|
|
Loading…
Reference in New Issue