MCPcopy Create free account
hub / github.com/FDio/vpp / test_0011_basic_conn_test

Method test_0011_basic_conn_test

test/test_container.py:67–69  ·  view source on GitHub ↗

IPv6 basic connectivity test

(self)

Source from the content-addressed store, hash-verified

65 self.run_basic_conn_test(AF_INET, 0)
66
67 def test_0011_basic_conn_test(self):
68 """IPv6 basic connectivity test"""
69 self.run_basic_conn_test(AF_INET6, 0)
70
71 def test_0050_loopback_prepare_test(self):
72 """Create loopbacks overlapping with remote addresses"""

Callers

nothing calls this directly

Calls 1

run_basic_conn_testMethod · 0.95

Tested by

no test coverage detected