Skip to content

WIP: Convert samba4.raw.qfsinfo tests to smb2

Most of this test from raw.qfsinfo got stripped out because the calls were deprecated in smb2, so there really isn't much left here. Should we even bother here? This test essentially does the same thing as torture_smb2_fsinfo.

Some important things to note:

  • The QUOTA_INFORMATION responds with an NT_STATUS_ACCESS_DENIED.
  • The test expects the unknown fields to be zero'd out, but they contain data, causing a failure.

Merge request reports