Home
last modified time | relevance | path

Searched refs:shellball (Results 1 – 8 of 8) 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
33 should matches fwid of shellball chromeos-firmwareupdate, or user can
34 provide a shellball to do this test. In this way, the client will be update
35 with the given shellball first. On runtime, this test modifies shellball
37 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.
34 the current running firmware must matches the system shellball's, or user
35 can provide a shellball to do this test. In this way, the client will be
36 update with the given shellball first. On runtime, this test modifies the
37 firmware version of the shellball and runs autoupdate. Check firmware
39 original shellball.
/external/autotest/server/site_tests/firmware_UpdateKernelSubkeyVersion/
Dcontrol14 1. fwid does not match shellball's (/usr/sbin/chromeos-firmwareupdate) fwid
26 This test requires firmware id matches fwid of shellball
27 chromeos-firmwareupdate. On runtime, this test modifies shellball and runs
29 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/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.py1245 def setup_firmwareupdate_shellball(self, shellball=None): argument
1258 if shellball:
1260 is_shellball = (utils.system_output("file %s" % shellball).find(
1264 shellball)
1268 self._client.send_file(shellball, temp_shellball)