MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / net_speedtest

Function net_speedtest

network_diagnostics.py:1969–1971  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1967 _run(['ip', 'link', 'set', i, 'master', _DHCP_SNOOP_BRIDGE], timeout=5)
1968 _run(['ip', 'link', 'set', i, 'up'], timeout=5)
1969 _run(['ip', 'link', 'set', _DHCP_SNOOP_BRIDGE, 'up'], timeout=5)
1970 members = _bridge_members(_DHCP_SNOOP_BRIDGE)
1971
1972 return {'success': True, 'bridge': _DHCP_SNOOP_BRIDGE, 'members': members}
1973
1974

Callers

nothing calls this directly

Calls 2

_logFunction · 0.85
do_speedtestFunction · 0.85

Tested by

no test coverage detected