Searched refs:NoInstancesFound (Results 1 – 3 of 3) sorted by relevance
62 errors.NoInstancesFound,80 with self.assertRaises(errors.NoInstancesFound):103 with self.assertRaises(errors.NoInstancesFound):
249 raise errors.NoInstancesFound(284 raise errors.NoInstancesFound("Did not find the following instances: %s" %332 raise errors.NoInstancesFound(hint_message)
226 class NoInstancesFound(ReconnectError): class