Home
last modified time | relevance | path

Searched refs:fuchsia_device (Results 1 – 11 of 11) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dutils_lib.py41 def flash(fuchsia_device, use_ssh=False, argument
51 if not fuchsia_device.authorized_file:
56 if not fuchsia_device.product_type:
61 if not fuchsia_device.board_type:
64 if not fuchsia_device.build_number:
65 fuchsia_device.build_number = 'LATEST'
66 if not fuchsia_device.mdns_name:
75 if not fuchsia_device.specific_image:
76 product_build = fuchsia_device.product_type
77 if fuchsia_device.build_type:
[all …]
/tools/test/connectivity/acts_tests/tests/google/fuchsia/examples/
DSl4fSanityTest.py25 from acts.controllers.fuchsia_device import FuchsiaDevice
44 for fuchsia_device in self.fuchsia_devices:
45 res = fuchsia_device.sl4f.netstack_lib.netstackListInterfaces()
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/lib_controllers/
Dnetstack_controller.py28 def __init__(self, fuchsia_device): argument
29 self.device = fuchsia_device
Dwlan_controller.py34 def __init__(self, fuchsia_device): argument
35 self.device = fuchsia_device
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dwlan_device.py26 from acts.controllers.fuchsia_device import FuchsiaDevice
317 def __init__(self, fuchsia_device): argument
318 super().__init__(fuchsia_device)
319 self.identifier = fuchsia_device.ip
Dbluetooth_device.py23 from acts.controllers.fuchsia_device import FuchsiaDevice
834 def __init__(self, fuchsia_device): argument
835 super().__init__(fuchsia_device)
/tools/test/connectivity/acts/framework/acts/controllers/
DOWNERS2 per-file fuchsia_device.py = chcl@google.com, dhobsd@google.com, haydennix@google.com, jmbrenna@goo…
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/pts/
Dpts_base_class.py29 from acts.controllers.fuchsia_device import FuchsiaDevice
/tools/test/connectivity/acts/framework/tests/
Dacts_utils_test.py28 from acts.controllers.fuchsia_device import FuchsiaDevice
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DWlanRebootTest.py35 from acts.controllers.fuchsia_device import IP_ADDRESS_TIMEOUT
/tools/test/connectivity/acts/framework/acts/
Dutils.py1425 from acts.controllers.fuchsia_device import FuchsiaDevice