Home
last modified time | relevance | path

Searched refs:get_board (Results 1 – 25 of 52) sorted by relevance

123

/external/autotest/client/site_tests/hardware_SAT/
Dhardware_SAT.py112 if utils.get_board() == 'link':
117 if utils.get_board() == 'samus':
/external/autotest/client/site_tests/graphics_Idle/
Dgraphics_Idle.py45 self._board = utils.get_board()
79 board = utils.get_board()
283 board = utils.get_board()
317 board = utils.get_board()
/external/autotest/client/site_tests/platform_UdevVars/
Dplatform_UdevVars.py92 board = utils.get_board()
134 logging.debug('Board: %s', utils.get_board())
/external/autotest/server/cros/servo/
Dfirmware_programmer.py224 faft_config = FAFTConfig(self._servo.get_board())
340 _board = servo.get_board()
360 _board = servo.get_board()
/external/autotest/server/hosts/
Demulated_adb_host.py70 board = self.get_board()
100 def get_board(self): member in EmulatedADBHost
Dcros_host.py1003 board = self.get_board().replace(ds_constants.BOARD_PREFIX, '')
1066 board = afe_utils.get_board(self)
1400 board_fullname = self.get_board()
1474 board = self.get_board().replace(ds_constants.BOARD_PREFIX, '')
1908 def get_board(self): member in CrosHost
2149 board = self.get_board().replace(ds_constants.BOARD_PREFIX, '')
2220 board = self.get_board().replace(ds_constants.BOARD_PREFIX, '')
Dcros_label.py400 board = host.get_board().replace(ds_constants.BOARD_PREFIX, '')
445 board = host.get_board().replace(ds_constants.BOARD_PREFIX, '')
/external/autotest/client/cros/
Dpower_suspend.py182 return (utils.get_board().replace("_freon", ""))
267 if (re.search(b, utils.get_board()) and
435 if (re.search(b, utils.get_board()) and
486 if (re.search(board, utils.get_board()) and
/external/autotest/server/site_tests/platform_CryptohomeMigrateChapsToken/
Dplatform_CryptohomeMigrateChapsToken.py25 board_name = host.get_board().split(':')[1]
/external/autotest/server/site_tests/telemetry_AFDOGenerate/
Dtelemetry_AFDOGenerate.py94 host_board = host.get_board().split(':')[1]
323 board = self._host.get_board().split(':')[1]
/external/autotest/server/site_tests/platform_InternalDisplay/
Dplatform_InternalDisplay.py38 board = self.host.get_board().split(':')[-1]
/external/autotest/client/site_tests/bluetooth_IDCheck/
Dbluetooth_IDCheck.py67 self._device = utils.get_board()
/external/autotest/client/site_tests/firmware_TouchMTB/
Dfirmware_utils.py44 def get_board(): function
102 if get_board() is None:
/external/autotest/server/site_tests/servohost_Reboot/
Dservohost_Reboot.py35 s_host.get_board())
/external/autotest/server/site_tests/audio_InternalCardNodes/
Daudio_InternalCardNodes.py58 board_name = host.get_board().split(':')[1]
/external/autotest/client/site_tests/video_WebRtcPerf/
Dvideo_WebRtcPerf.py186 if utils.get_board() == 'daisy':
208 if utils.get_board() == 'daisy':
/external/autotest/client/site_tests/power_PSROccupancyTest/
Dpower_PSROccupancyTest.py55 if utils.get_board() not in ['samus', 'gandof']:
/external/autotest/client/site_tests/hardware_SsdDetection/
Dhardware_SsdDetection.py64 if utils.get_board() in self.boards_with_hdd:
/external/autotest/client/site_tests/audio_Microphone/
Daudio_Microphone.py49 if utils.get_board().lower() not in EXCLUSION_BOARDS:
/external/autotest/client/site_tests/audio_AlsaAPI/
Daudio_AlsaAPI.py52 utils.get_board().lower(), [])
/external/autotest/client/site_tests/hardware_PerfCallgraphVerification/
Dhardware_PerfCallgraphVerification.py69 board = utils.get_board()
/external/autotest/client/site_tests/ui_SystemTray/
Dui_SystemTray.py101 if utils.get_board() != 'link':
/external/autotest/client/cros/image_comparison/
Dpublisher.py119 'board': utils.get_board(),
/external/autotest/client/tests/sound_infrastructure/
Dsound_infrastructure.py90 board = utils.get_board().lower()
/external/autotest/client/bin/
Dsite_utils.py816 def get_board(): function
838 board_name = get_board()
1024 board_name = get_board()

123