Home
last modified time | relevance | path

Searched refs:incorrectly_locked (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/cros/dynamic_suite/
Dtools_unittest.py103 self.assertTrue(tools.incorrectly_locked(host))
113 self.assertFalse(tools.incorrectly_locked(host))
Dtools.py237 return alive(host) and not incorrectly_locked(host)
250 def incorrectly_locked(host): function