The nightly test test_integration/test_upgrade.py::TestUpgrade::test_kra_detection is failing in latest PKI, see in PR 3391 with the following logs and report
Actual Results : self.master.run_command(["mkdir", "-p", kra_path]) script = ( "from ipalib import api; " "from ipaserver.install import krainstance; " "api.bootstrap(); " "api.finalize(); " "kra = krainstance.KRAInstance(api.env.realm); " "print(kra.is_installed())" ) result = self.master.run_command(['python3', '-c', script]) assert "False" in result.stdout_text E AssertionError: assert 'False' in 'True\n'
test_integration/test_upgrade.py:420: AssertionError
Metadata Update from @amore: - Custom field rhbz adjusted to https://issues.redhat.com/browse/RHEL-21568
PKI fixed the issue on their side with PR 4671, and the test is now green in our nightly:
[testing_master_pki] Nightly PR#3540: :white_check_mark: pki-fedora/test_upgrade: Report
pki-fedora/test_upgrade
Metadata Update from @frenaud: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)
Metadata Update from @frenaud: - Issue tagged with: tracker
Log in to comment on this ticket.