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.py109 self.assertTrue(tools.incorrectly_locked(host))
119 self.assertFalse(tools.incorrectly_locked(host))
Dtools.py241 return alive(host) and not incorrectly_locked(host)
254 def incorrectly_locked(host): function