Searched refs:incorrectly_locked (Results 1 – 2 of 2) sorted by relevance
103 self.assertTrue(tools.incorrectly_locked(host))113 self.assertFalse(tools.incorrectly_locked(host))
237 return alive(host) and not incorrectly_locked(host)250 def incorrectly_locked(host): function