#8055 Test for PG6843: ipa-backup does not create log file at /var/log is failing
Closed: fixed 4 years ago by mpolovka. Opened 4 years ago 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

4 years ago

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.

master:

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

ipa-4-8:

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

ipa-4-7:

  • 465706a 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)

4 years ago

Login to comment on this ticket.

Metadata