#8926 Nightly test failure (rawhide) in test_smb
Closed: fixed 3 years ago by fcami. Opened 3 years ago by frenaud.

The nightly test test_smb is failing in rawhide, see PR #1046 with the following logs and report:
- test_integration/test_smb.py::TestSMB::test_smb_access_for_ipa_user_at_ipa_client
- test_integration/test_smb.py::TestSMB::test_smb_access_for_ad_user_at_ipa_client
- test_integration/test_smb.py::TestSMB::test_smb_mount_and_access_by_different_users
- test_integration/test_smb.py::TestSMB::test_samba_reinstall

All the failures are similar:

RUN ['su', '-l', 'testuser@ad.test', '-c', 'cd /mnt/smb; smbclient -k //client1.ipa.test/homes -c dir']
WARNING: The option -k|--kerberos is deprecated!
Usage: smbclient [-?EgqBNPV] [-?|--help] [--usage] [-M|--message=HOST]

The failures were introduced with a new samba update, samba-client-4.15.0-0.0.rc1.fc35.x86_64

The test needs to be updated and use the new option --use-kerberos=required|desired|off when calling smbclient as described in Samba 4.15 wiki


Metadata Update from @fcami:
- Issue assigned to fcami

3 years ago

Metadata Update from @fcami:
- Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/5907

3 years ago

master:

  • cbe5151 ipatests: smbclient "-k" => "--use-kerberos=desired"

ipa-4-9:

  • 161d584 ipatests: smbclient "-k" => "--use-kerberos=desired"

Metadata Update from @fcami:
- Custom field changelog adjusted to As of Samba 4.15rc1, smbclient does not accept "-k" anymore. The "-k|--kerberos" option ("Try to authenticate with kerberos.") has been replaced with "--use-kerberos=required|desired|off".

3 years ago

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

3 years ago

Log in to comment on this ticket.

Metadata