def _authentication()

in gce_rescue/tasks/pre_validations.py [0:0]


  def _authentication(self):
    return authenticate_check(
      project = self.project,
      zone = self.zone,
      instance_name = self.name,
      test_mode = self.test_mode,
    )