HomeSort by relevance Sort by last modified time
    Searched refs:last_boot_tag (Results 1 - 7 of 7) sorted by null

  /external/autotest/client/bin/
site_job.py 13 LAST_BOOT_TAG = object()
52 def reboot(self, tag=LAST_BOOT_TAG):
53 if tag == LAST_BOOT_TAG:
54 tag = self.last_boot_tag
56 self.last_boot_tag = tag
job.py 23 LAST_BOOT_TAG = object()
878 def reboot(self, tag=LAST_BOOT_TAG):
879 if tag == LAST_BOOT_TAG:
880 tag = self.last_boot_tag
882 self.last_boot_tag = tag
    [all...]
  /external/autotest/server/hosts/
bootloader.py 34 self._host().job.last_boot_tag = None
40 self._host().job.last_boot_tag = title
remote.py 26 LAST_BOOT_TAG = object()
100 def reboot(self, timeout=DEFAULT_REBOOT_TIMEOUT, label=LAST_BOOT_TAG,
109 boot into the default kernel. If it's LAST_BOOT_TAG,
122 if label == self.LAST_BOOT_TAG:
123 label = self.job.last_boot_tag
125 self.job.last_boot_tag = label
  /external/autotest/server/
autotest_unittest.py 26 self.host.job.last_boot_tag = 'Autotest'
server_job.py 222 self.last_boot_tag = None
    [all...]
  /external/autotest/client/common_lib/
base_job.py 962 last_boot_tag = _job_state.property_factory( variable in class:base_job
    [all...]

Completed in 92 milliseconds