Searched refs:incorrectly_locked (Results 1 – 2 of 2) sorted by relevance
109 self.assertTrue(tools.incorrectly_locked(host))119 self.assertFalse(tools.incorrectly_locked(host))
241 return alive(host) and not incorrectly_locked(host)254 def incorrectly_locked(host): function