Searched refs:get_board (Results 1 - 25 of 39) sorted by relevance

12

/external/autotest/client/site_tests/bluetooth_IDCheck/
H A Dbluetooth_IDCheck.py47 self._device = utils.get_board()
/external/autotest/server/site_tests/platform_CryptohomeMigrateChapsToken/
H A Dplatform_CryptohomeMigrateChapsToken.py25 board_name = host.get_board().split(':')[1]
/external/autotest/client/site_tests/hardware_SAT/
H A Dhardware_SAT.py112 if utils.get_board() == 'link':
117 if utils.get_board() == 'samus':
/external/autotest/client/site_tests/graphics_Idle/
H A Dgraphics_Idle.py39 self._board = utils.get_board()
63 board = utils.get_board()
247 board = utils.get_board()
283 board = utils.get_board()
/external/autotest/client/site_tests/power_PSROccupancyTest/
H A Dpower_PSROccupancyTest.py55 if utils.get_board() not in ['samus', 'gandof']:
/external/autotest/server/
H A Dafe_utils.py51 def get_board(host): function
/external/autotest/server/site_tests/audio_InternalCardNodes/
H A Daudio_InternalCardNodes.py61 board_name = host.get_board().split(':')[1]
/external/autotest/server/site_tests/platform_InternalDisplay/
H A Dplatform_InternalDisplay.py38 board = self.host.get_board().split(':')[-1]
/external/autotest/client/site_tests/platform_UdevVars/
H A Dplatform_UdevVars.py92 board = utils.get_board()
134 logging.debug('Board: %s', utils.get_board())
/external/autotest/client/cros/image_comparison/
H A Dpublisher.py119 'board': utils.get_board(),
/external/autotest/client/site_tests/hardware_PerfCallgraphVerification/
H A Dhardware_PerfCallgraphVerification.py69 board = utils.get_board()
/external/autotest/client/site_tests/hardware_SsdDetection/
H A Dhardware_SsdDetection.py53 if utils.get_board() in self.boards_with_hdd:
/external/autotest/client/site_tests/ui_SystemTray/
H A Dui_SystemTray.py102 if utils.get_board() != 'link':
/external/autotest/server/site_tests/provision_AndroidUpdate/
H A Dprovision_AndroidUpdate.py78 board = afe_utils.get_board(host)
/external/autotest/server/cros/servo/
H A Dfirmware_programmer.py204 faft_config = FAFTConfig(self._servo.get_board())
309 _board = servo.get_board()
336 _board = servo.get_board()
H A Dservo.py429 def get_board(self): member in class:Servo
433 return self._server.get_board()
/external/autotest/client/cros/
H A Dpower_suspend.py153 """Remove _freon from get_board if found."""
154 return (utils.get_board().replace("_freon", ""))
236 if (re.search(b, utils.get_board()) and
344 if (re.search(b, utils.get_board()) and
391 if (re.search(board, utils.get_board()) and
/external/autotest/client/cros/ui/
H A Dui_test_base.py134 'board': utils.get_board(),
/external/autotest/client/site_tests/hardware_PerfCounterVerification/
H A Dhardware_PerfCounterVerification.py56 board = utils.get_board()
/external/autotest/client/site_tests/platform_MemCheck/
H A Dplatform_MemCheck.py59 board = utils.get_board()
/external/autotest/server/site_tests/network_WiFi_UpdateRouter/
H A Dnetwork_WiFi_UpdateRouter.py81 board = router_host.get_board().split(':', 1)[1] # Remove 'board:'
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dfirmware_utils.py44 def get_board(): function
102 if get_board() is None:
H A Dmain.py186 self.board = firmware_utils.get_board()
332 gs = cros_gs.CrosGs(firmware_utils.get_board())
/external/autotest/server/cros/clique_lib/
H A Dclique_dut_updater.py53 board = dut_host.get_board().replace(constants.BOARD_PREFIX, '')
/external/autotest/client/bin/
H A Dsite_utils.py834 def get_board(): function
864 board_name = get_board()
1014 board_name = get_board()

Completed in 445 milliseconds

12