test:Remove unused method _test_get_test_network_info
Change-Id: I82b90ba472949620ba68fccd77d8fbce1c31c85f
This commit is contained in:
parent
c983a6a2bc
commit
d3536457e8
@ -38,12 +38,6 @@ class TestUtilsTestCase(test.TestCase):
|
|||||||
ctxt = test_utils.get_test_admin_context()
|
ctxt = test_utils.get_test_admin_context()
|
||||||
db.instance_get(ctxt, instance_ref['id'])
|
db.instance_get(ctxt, instance_ref['id'])
|
||||||
|
|
||||||
def _test_get_test_network_info(self):
|
|
||||||
"""Does the return value match a real network_info structure."""
|
|
||||||
# The challenge here is to define what exactly such a structure
|
|
||||||
# must look like.
|
|
||||||
pass
|
|
||||||
|
|
||||||
def test_ipv6_supported(self):
|
def test_ipv6_supported(self):
|
||||||
self.assertIn(test_utils.is_ipv6_supported(), (False, True))
|
self.assertIn(test_utils.is_ipv6_supported(), (False, True))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user