Home
last modified time | relevance | path

Searched refs:fwid (Results 1 – 7 of 7) sorted by relevance

/external/autotest/server/site_tests/kernel_BootMessagesServer/
Dkernel_BootMessagesServer.py119 def _check_acpi_output(self, text, fwid): argument
142 if fwid not in message_db:
143 msg = 'Unnown platform %s, acpi dmesg set not defined.' % fwid
148 message_db[fwid][0],
149 message_db[fwid][1])
166 fwid = cs.fwid().split('.')[0]
177 if fwid not in _WHITELIST_TARGETS:
178 msg = 'Unnown platform %s, whitelist dmesg set not defined.' % fwid
183 dmesg, _KERN_WARNING, _WHITELIST_COMMON + _WHITELIST_TARGETS[fwid])
195 self._check_acpi_output(dmesg, fwid)
/external/autotest/server/site_tests/firmware_UpdateFirmwareDataKeyVersion/
Dcontrol14 1.The fwid should matches shellball's (/usr/sbin/chromeos-firmwareupdate) fwid,
19 1. fwid does not match shellball's (/usr/sbin/chromeos-firmwareupdate) fwid
30 should matches fwid of shellball chromeos-firmwareupdate, or user can
/external/autotest/server/site_tests/firmware_UpdateKernelSubkeyVersion/
Dcontrol14 1. fwid does not match shellball's (/usr/sbin/chromeos-firmwareupdate) fwid
25 This test requires firmware id matches fwid of shellball
/external/autotest/client/cros/faft/utils/
Dfirmware_updater.py69 [fwid] = self.os_if.run_shell_command_get_output(
71 return fwid
/external/vboot_reference/host/lib/
Dcrossystem.c76 char fwid[VB_MAX_STRING_PROPERTY]; in FwidStartsWith() local
77 if (!VbGetSystemPropertyString("fwid", fwid, sizeof(fwid))) in FwidStartsWith()
80 return 0 == strncmp(fwid, start, strlen(start)); in FwidStartsWith()
/external/autotest/server/site_tests/firmware_UpdateFirmwareVersion/
Dcontrol13 2. Fwid should match shellball's (/usr/sbin/chromeos-firmwareupdate) fwid,
/external/autotest/server/hosts/
Dcros_host.py1955 platform = crossystem.fwid().split('.')[0].lower()