Searched refs:incorrectly_locked (Results 1 – 2 of 2) sorted by relevance
66 self.assertTrue(tools.incorrectly_locked(host))76 self.assertFalse(tools.incorrectly_locked(host))
163 return alive(host) and not incorrectly_locked(host)176 def incorrectly_locked(host): function