#9221 Nightly test failure in test_integration/test_ipahealthcheck.py::TestIpaHealthCheckWithADtrust::test_ipahealthcheck_with_external_ad_trust
Closed: worksforme by frenaud. Opened by mpolovka.

The nightly tests test_ipahealthcheck.py::TestIpaHealthCheckWithADtrust::test_ipahealthcheck_with_external_ad_trust is failing in [testing_ipa-4.9_latest] Nightly PR #1928 with an error

>       raise AssertionError("Command: {cmd} repeatedly failed {times} times, "
                             "exceeding the timeout of {timeout} seconds."
                             .format(cmd=' '.join(command),
                                     times=timeout // time_step,
                                     timeout=timeout))
E       AssertionError: Command: ipa trust-add --type ad adtree.test --range-type ipa-ad-trust --external=True --admin Administrator@adtree.test --password repeatedly failed 15 times, exceeding the timeout of 30 seconds.

furthermore

DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd178:transport.py:217 Exit code: 1
INFO     ipatests.pytest_ipa.integration.host.Host.master.IPAOpenSSHTransport:transport.py:391 RUN ['ipa', 'trust-add', '--type', 'ad', 'adtree.test', '--range-type', 'ipa-ad-trust', '--external=True', '--admin', 'Administrator@adtree.test', '--password']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd179:transport.py:513 RUN ['ipa', 'trust-add', '--type', 'ad', 'adtree.test', '--range-type', 'ipa-ad-trust', '--external=True', '--admin', 'Administrator@adtree.test', '--password']
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd179:transport.py:557 ipa: ERROR: CIFS server communication error: code "3221225581", message "The attempted logon is invalid. This is either due to a bad username or authentication information." (both may be "None")
DEBUG    ipatests.pytest_ipa.integration.host.Host.master.cmd179:transport.py:217 Exit code: 1

AVC log shows denials, however, the run is executed in permissive mode.

logs

Note: This is probably not a duplicate of #9198, since this failure occurs while establishing trust, not after as in #9198.


This was probably a temporary infra issue, the test passed during the latest run: report.

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

Metadata