HomeSort by relevance Sort by last modified time
    Searched refs:SimpleHost (Results 1 - 5 of 5) sorted by null

  /external/autotest/client/deps/lansim/src/py/
simulator_unittest.py 128 """Tests that the Simulator can add rules from the SimpleHost."""
133 host.SimpleHost(self._sim, '12:34:56:78:90:AB', '169.254.11.22')
176 host.SimpleHost(self._sim, '12:34:56:78:90:22', '169.254.11.22')
177 host.SimpleHost(self._sim, '12:34:56:78:90:33', '169.254.11.33')
178 host.SimpleHost(self._sim, '12:34:56:78:90:44', '169.254.11.33')
204 h = host.SimpleHost(self._sim, '12:34:56:78:90:22', '169.254.11.22')
host.py 20 """A SimpleHost generic error."""
23 class SimpleHost(object):
267 @param host: A SimpleHost object.
  /external/autotest/client/site_tests/p2p_ConsumeFiles/
p2p_ConsumeFiles.py 121 peer_a = host.SimpleHost(self._sim, '94:EB:2C:00:00:61',
123 peer_b = host.SimpleHost(self._sim, '94:EB:2C:00:00:62',
125 peer_c = host.SimpleHost(self._sim, '94:EB:2C:00:00:63',
  /external/autotest/client/site_tests/p2p_ShareFiles/
p2p_ShareFiles.py 64 peer = host.SimpleHost(self._sim, '94:EB:2C:00:00:61', '169.254.10.97')
  /external/autotest/client/site_tests/p2p_ServeFiles/
p2p_ServeFiles.py 113 peer = host.SimpleHost(self._sim, '94:EB:2C:00:00:61', '169.254.10.55')

Completed in 80 milliseconds