There is a test failure in teardown phase of test_integration/test_hsm.py::TestHSMNegative::test_hsm_negative_token_password_and_file::teardown
test_integration/test_hsm.py::TestHSMNegative::test_hsm_negative_token_password_and_file::teardown
cls = <class 'ipatests.test_integration.test_hsm.TestHSMNegative'> mh = <pytest_multihost.plugin.MultihostFixture object at 0x7fa5f0bede80> @classmethod def uninstall(cls, mh): cls.master.run_command( > ['softhsm2-util', '--delete-token', '--token', cls.token_name], raiseonerr=False ) E AttributeError: type object 'TestHSMNegative' has no attribute 'token_name'
Full report, logs
Internal note: This issue is consistent in testing_master_previous
testing_master_previous
Metadata Update from @frenaud: - Issue assigned to frenaud
Metadata Update from @frenaud: - Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/7486
The uninstall method should be skipped if PKI is too old. This can be achieved by calling check_version().
master:
ipa-4-12:
Metadata Update from @frenaud: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.