Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v1.14.7
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
21 results

test_host.yml

  • Rafael Guterres Jeffman's avatar
    16c8ee87
    ipahost: Remove dangling dns records during test setup · 16c8ee87
    Rafael Guterres Jeffman authored
    When testing ipahost through the test playbooks, if there are previous
    DNS A/AAAA records, the test fails due to a false positive idempotence
    issue.
    
    This patch ensures that all DNS records for the test hosts are absent
    before test execution.
    
    This issue could be seen in the 2023-11-06 Azure Nightly pipeline
    execution.
    16c8ee87
    History
    ipahost: Remove dangling dns records during test setup
    Rafael Guterres Jeffman authored
    When testing ipahost through the test playbooks, if there are previous
    DNS A/AAAA records, the test fails due to a false positive idempotence
    issue.
    
    This patch ensures that all DNS records for the test hosts are absent
    before test execution.
    
    This issue could be seen in the 2023-11-06 Azure Nightly pipeline
    execution.