def test_list_public_ip_unable_to_list(self):
        self.mock_object(
            self.fake_client.driver, 'list_public_ip',
            mock.Mock(side_effect=ClientException))