Searched refs:shellball (Results 1 – 10 of 10) sorted by relevance
/external/autotest/server/site_tests/firmware_UpdateFirmwareDataKeyVersion/ |
D | control | 14 1.The fwid should matches shellball's (/usr/sbin/chromeos-firmwareupdate) fwid, 15 unless this test use a given shellball. 19 1. fwid does not match shellball's (/usr/sbin/chromeos-firmwareupdate) fwid 30 should matches fwid of shellball chromeos-firmwareupdate, or user can 31 provide a shellball to do this test. In this way, the client will be update 32 with the given shellball first. On runtime, this test modifies shellball 34 firmware B, and then recover firmware A and B to original shellball.
|
/external/autotest/server/site_tests/firmware_UpdateFirmwareVersion/ |
D | control | 13 2. Fwid should match shellball's (/usr/sbin/chromeos-firmwareupdate) fwid, 14 unless this test use a given shellball. 31 the current running firmware must matches the system shellball's, or user 32 can provide a shellball to do this test. In this way, the client will be 33 update with the given shellball first. On runtime, this test modifies the 34 firmware version of the shellball and runs autoupdate. Check firmware 36 original shellball.
|
/external/autotest/server/site_tests/firmware_UpdateKernelSubkeyVersion/ |
D | control | 14 1. fwid does not match shellball's (/usr/sbin/chromeos-firmwareupdate) fwid 25 This test requires firmware id matches fwid of shellball 26 chromeos-firmwareupdate. On runtime, this test modifies shellball and runs 28 recover firmware A and B to original shellball.
|
/external/autotest/server/site_tests/firmware_CompareInstalledToShellBall/ |
D | firmware_CompareInstalledToShellBall.py | 30 shellball = host.run('/usr/sbin/chromeos-firmwareupdate -V').stdout 31 for line in shellball.splitlines():
|
D | control | 7 PURPOSE = "Compare the firmware version to that in the shellball"
|
/external/autotest/server/site_tests/platform_LabFirmwareUpdate/ |
D | control | 7 PURPOSE = "Compare shellball firmware version to installed version, run chromeos-firmwareupdate if… 8 CRITERIA = "Update device firmware to match shellball."
|
D | platform_LabFirmwareUpdate.py | 123 shellball = self._run_cmd('/usr/sbin/chromeos-firmwareupdate -V') 126 for line in shellball.splitlines():
|
/external/autotest/server/site_tests/platform_InstallFW/ |
D | control | 16 or a shellball: 23 or install the local shellball (/usr/sbin/chromeos-firmwareupdate) in the
|
/external/autotest/server/site_tests/firmware_CompareChipFwToShellBall/ |
D | control | 7 PURPOSE = "Compare the chip firmware versions to those in the shellball"
|
/external/autotest/server/cros/faft/ |
D | firmware_test.py | 1390 def setup_firmwareupdate_shellball(self, shellball=None): argument 1400 if shellball: 1402 is_shellball = (utils.system_output("file %s" % shellball).find( 1406 shellball) 1410 self._client.send_file(shellball, working_shellball)
|