MCPcopy Create free account
hub / github.com/F-Stack/f-stack / _process_links

Method _process_links

dpdk/dts/framework/test_suite.py:98–105  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

96 self._tg_ip_address_ingress = ip_interface("192.168.101.3/24")
97
98 def _process_links(self) -> None:
99 for sut_port in self.sut_node.ports:
100 for tg_port in self.tg_node.ports:
101 if (sut_port.identifier, sut_port.peer) == (
102 tg_port.peer,
103 tg_port.identifier,
104 ):
105 self._port_links.append(PortLink(sut_port=sut_port, tg_port=tg_port))
106
107 def set_up_suite(self) -> None:
108 """

Callers 1

__init__Method · 0.95

Calls 1

PortLinkClass · 0.85

Tested by

no test coverage detected