The changes made to ipa-run-tests script in fd1b4f6 broke the ipa-test-config and ipa-test-task scripts which are not executed via pytest.
This changes also broke the CI as the jobs make use of these scripts.
Traceback (most recent call last): File "/usr/bin/ipa-test-config", line 30, in <module> from ipatests.test_integration import config, env_config File "/usr/lib/python2.7/site-packages/ipatests/test_integration/__init__.py", line 22, in <module> if pytest.config.getoption('ipaclient_unittests', False): AttributeError: 'module' object has no attribute 'config'
Metadata Update from @pvoborni: - Issue set to the milestone: FreeIPA 4.6
master:
ipa-4-5:
Metadata Update from @tkrizek: - Issue close_status updated to: fixed - Issue priority set to: 3 - Issue set to the milestone: FreeIPA 4.5.1 (was: FreeIPA 4.6) - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.