Home
last modified time | relevance | path

Searched refs:reboot_count (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/site_tests/security_kASLR/
Dsecurity_kASLR.py16 reboot_count = 100 variable in security_kASLR
100 if count == self.reboot_count:
113 if unique < (self.reboot_count / 3):
/external/autotest/server/site_tests/platform_TotalMemory/
Dplatform_TotalMemory.py52 for reboot_count in xrange(reboot_counts):
53 logging.info('Iteration %d', (reboot_count + 1))
/external/autotest/client/bin/
Dbase_sysinfo.py278 reboot_count = self._get_reboot_count()
280 reboot_count += 1
281 if reboot_count < 1:
284 boot_dir = "boot.%d" % (reboot_count - 1)