Home
last modified time | relevance | path

Searched refs:shellball (Results 1 – 10 of 10) sorted by relevance

/external/autotest/server/site_tests/firmware_UpdateFirmwareDataKeyVersion/
Dcontrol14 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/
Dcontrol13 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/
Dcontrol14 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/
Dfirmware_CompareInstalledToShellBall.py30 shellball = host.run('/usr/sbin/chromeos-firmwareupdate -V').stdout
31 for line in shellball.splitlines():
Dcontrol7 PURPOSE = "Compare the firmware version to that in the shellball"
/external/autotest/server/site_tests/platform_LabFirmwareUpdate/
Dcontrol7 PURPOSE = "Compare shellball firmware version to installed version, run chromeos-firmwareupdate if…
8 CRITERIA = "Update device firmware to match shellball."
Dplatform_LabFirmwareUpdate.py119 shellball = self._run_cmd('/usr/sbin/chromeos-firmwareupdate -V')
120 for line in shellball.splitlines():
/external/autotest/server/site_tests/firmware_ShellBall/
Dcontrol17 This script first copies shellball to DUT and runs all functional tests.
35 raise error.TestFail('Invalid shellball information.')
/external/autotest/server/site_tests/platform_InstallFW/
Dcontrol16 or a shellball:
23 or install the local shellball (/usr/sbin/chromeos-firmwareupdate) in the
/external/autotest/server/cros/faft/
Dfirmware_test.py1254 def setup_firmwareupdate_shellball(self, shellball=None): argument
1264 if shellball:
1266 is_shellball = (utils.system_output("file %s" % shellball).find(
1270 shellball)
1274 self._client.send_file(shellball, working_shellball)