The nightly tests - test_2fa_enable_single_prompt - test_2fa_disable_single_prompt
are failing in [testing_master_sssd] Nightly PR #3475 with following errors:
enable:
enable
if auth_method == "password": if expect_auth_success is True: patterns = [ r'Authenticated to .* using "keyboard-interactive"', r'Authentication succeeded \(keyboard-interactive\)' ] > assert any(re.search(pattern, stderr) for pattern in patterns) E assert False E + where False = any(<generator object run_ssh_cmd.<locals>.<genexpr> at 0x7fb00734aea0>) pytest_ipa/integration/tasks.py:2873: AssertionError
and disable:
disable
def answer_handler(title, instructions, prompt_list): resp = [] if title: print(title.strip()) if instructions: print(instructions.strip()) for prmpt in prompt_list: prmpt_str = prmpt[0].strip() > resp.append(answers_dict[prmpt_str]) E KeyError: 'Password:'
Full report, logs
Fix provided by SSSD team available at https://copr.fedorainfracloud.org/coprs/g/sssd/pr7243/repo/fedora-39/group_sssd-pr7243-fedora-39.repo
SSSD PR #7243 has been merged in their master branch and the test is now passing in our nightly test:
[testing_master_sssd] Nightly PR#3538: sssd-fedora/test_otp: Report
sssd-fedora/test_otp
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.