test:Remove unused method _test_get_test_network_info

Change-Id: I82b90ba472949620ba68fccd77d8fbce1c31c85f
This commit is contained in:
ChangBo Guo(gcb) 2016-09-25 16:19:29 +08:00
parent c983a6a2bc
commit d3536457e8

View File

@ -38,12 +38,6 @@ class TestUtilsTestCase(test.TestCase):
ctxt = test_utils.get_test_admin_context()
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):
self.assertIn(test_utils.is_ipv6_supported(), (False, True))