Skip to content
  1. Jul 20, 2024
  2. Jul 17, 2024
    • Thomas Woerner's avatar
      Truncate stdout and stderr in upstream test log · 3dfa026e
      Thomas Woerner authored
      Truncate stdout and stderr in the way that it hopefully shows all
      important information. At least 15 lines of stdout (Ansible tasks) and
      remaining from stderr to fill up to maxlen size.
      
      The test log mostly only showed lines from stderr as the log was a
      concatenation of stdout and stderr and only the last 2500 chars of this
      have been used. This was hiding the test result from stdout and failures
      have not beeen visible.
      3dfa026e
  3. Jul 01, 2024
  4. Jun 28, 2024
  5. Jun 26, 2024
    • Thomas Woerner's avatar
      permission: Fix idempotency issues for DN parameters · 173acf28
      Thomas Woerner authored
      The parameters
      
      - subtree (ipapermlocation)
      - target (ipapermtarget)
      - targetto (ipapermtargetto)
      - targetfrom (ipapermtargetfrom)
      
      have not been idempotent as the result returned from permission_show was
      a DN and not a string.
      
      The find_permission function has been exetended to convert the values
      for these parameters to strings.
      
      Fixes: #1257
      173acf28
  6. Jun 25, 2024
    • Thomas Woerner's avatar
      ansible_freeipa_module: Fix errors in batch mode · 39ba2257
      Thomas Woerner authored
      The error string returned by execute_ipa_commands in batch mode
      additionally contains the whole parameter list for the command. This is
      different to non batch mode execution and breaks tests that are checking
      the returned error message.
      
      A left over debug message also have been removed from the error
      processing.
      39ba2257
    • Thomas Woerner's avatar
      ipauser: Use new convert_input_certificates · b7ccd8fe
      Thomas Woerner authored
      Certificates given by ansible could have leading and trailing white
      space, but also multi line input is possible that also could have
      leading and training white space and newlines.
      b7ccd8fe
    • Thomas Woerner's avatar
      ipaidoverrideusere: Use new convert_input_certificates · ef94b703
      Thomas Woerner authored
      Certificates given by ansible could have leading and trailing white
      space, but also multi line input is possible that also could have
      leading and training white space and newlines.
      ef94b703
Loading