#8055 Test for PG6843: ipa-backup does not create log file at /var/log is failing
Closed: fixed by mpolovka. Opened by mpolovka.

Issue

Test for PG6843: ipa-backup does not create log file at /var/log is failing.
Link to failing test: http://freeipa-org-pr-ci.s3-website.eu-central-1.amazonaws.com/jobs/46bae62e-c9f3-11e9-8189-fa163e1459d9/

Actual behavior

Test fails

Expected behavior

Test passes


Metadata Update from @mpolovka:
- Custom field cc adjusted to fcami

Hi @mpolovka
the test is failing because of the definition in the nightly yaml file:

  fedora-30/test_integration_TestIPANotConfigured:
    requires: [fedora-30/build]
    priority: 50
    job:
      class: RunPytest
      args:
        build_url: '{fedora-30/build_url}'
        test_suite: test_integration/test_cli_ipa_not_configured.py::TestIPANotConfigured
        template: *ci-master-f30
        timeout: 10800
        topology: *ipaserver

The ipaserver topology is special, it is using this Vagrant file which calls an ansible playbook to configure ipa server (see line 37).
If you replace the ipaserver topology with master_1repl the test will work.

Thank you, @frenaud, PR with fix opened in GitHub: https://github.com/freeipa/freeipa/pull/3599

master:

  • 253779afc4432d02aa37b44dda789c4b152568fb ipatests: fix topology for TestIpaNotConfigured in PR-CI nightly definitions

ipa-4-8:

  • 3aca6548e1f5521f99cdf19296dd152a80ade90b ipatests: fix topology for TestIpaNotConfigured in PR-CI nightly definitions

ipa-4-7:

  • 465706ac98cd7608916090610418a15943e791e0 ipatests: fix topology for TestIpaNotConfigured in PR-CI nightly definitions

Metadata Update from @mpolovka:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

Metadata