OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:net_utils_mock
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/bin/net/
net_tc_unittest.py
8
from autotest_lib.client.bin.net import net_tc, net_utils,
net_utils_mock
net_utils_unittest.py
5
from autotest_lib.client.bin.net import net_utils,
net_utils_mock
11
class network_interface_mock(
net_utils_mock
.network_interface_mock):
26
self.god.stub_with(os, 'open',
net_utils_mock
.os_open)
27
self.god.stub_with(net_utils, 'netif',
net_utils_mock
.netutils_netif)
85
s =
net_utils_mock
.socket_stub('eth0', socket, socket)
[
all
...]
Completed in 62 milliseconds