Searched refs:shellball (Results 1 – 9 of 9) 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/platform_InstallFW/ |
D | control | 16 or a shellball: 23 or install the local shellball (/usr/sbin/chromeos-firmwareupdate) in the
|
/external/autotest/client/cros/faft/utils/ |
D | firmware_updater.py | 375 def _read_manifest(self, shellball=None): argument 386 if shellball: 388 'sh %s --manifest' % shellball) 400 def _detect_image_paths(self, shellball=None): argument 413 manifest = self._read_manifest(shellball)
|
/external/autotest/server/site_tests/firmware_CompareChipFwToShellBall/ |
D | control | 7 PURPOSE = "Compare the chip firmware versions to those in the shellball"
|
/external/autotest/server/site_tests/firmware_WilcoDiagnosticsMode/ |
D | firmware_WilcoDiagnosticsMode.py | 42 self.setup_firmwareupdate_shellball(shellball=None)
|
/external/autotest/server/cros/faft/ |
D | firmware_test.py | 1500 def setup_firmwareupdate_shellball(self, shellball=None): argument 1510 if shellball: 1512 is_shellball = (utils.system_output("file %s" % shellball).find( 1516 shellball) 1520 self._client.send_file(shellball, working_shellball)
|
/external/autotest/docs/ |
D | faft-how-to-run-doc.md | 206 To update the firmware using the shellball in the image, specify the argument firmware_update=1
|