URL: https://github.com/SSSD/sssd/pull/5921 Author: jakub-vavra-cz Title: #5921: Tests: Update AD ssh password change test. Action: opened
PR body: """ None """ To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5921/head:pr5921 git checkout pr5921
From 19456e76edc6342c6f40cf77342255013bcf3626 Mon Sep 17 00:00:00 2001 From: Jakub Vavra <jva...@redhat.com> Date: Wed, 15 Dec 2021 13:15:05 +0100 Subject: [PATCH] Tests: Update AD ssh password change test. --- src/tests/multihost/ad/test_adparameters_ported.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/multihost/ad/test_adparameters_ported.py b/src/tests/multihost/ad/test_adparameters_ported.py index b84aa645cb..4048c27704 100644 --- a/src/tests/multihost/ad/test_adparameters_ported.py +++ b/src/tests/multihost/ad/test_adparameters_ported.py @@ -1700,13 +1700,13 @@ def test_0020_ad_parameters_ssh_change_password( f'getent passwd {aduser}', raiseonerr=False) # Change user password via expect + ssh + passwd exp_result = client.change_user_password( - aduser, 'Secret123', 'Secret123', 'NewPass1_123', 'NewPass1_123' + aduser, 'Secret123', 'Secret123', 'NewPass1_123!', 'NewPass1_123!' ) == 3 # Wait a bit for password change to propagate time.sleep(10) # Run su - su_result = client.su_success(aduser, password='NewPass1_123') + su_result = client.su_success(aduser, password='NewPass1_123!') # Teardown client.restore_sssd_conf() client.clear_sssd_cache()
_______________________________________________ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure