Skip to content

s4/torture/smb2 convert base.samba3error to smb2

This test is the smb2 version of the base.samba3error test.

During port a number of the orig tests were removed as they seemed no longer relevant.

  • Testing for Dos errors, these aren't supported via SMB1 e.g. there is no equivelant negotiation of CAP_STATUS32 so NT_STATUS codes are always used. We don't set the nt_status_code
  • There is a variation of one of the tests using TRANS2/CREATE_DIRECTORY. Since there is no SMB2 equiv this was also dropped
  • Another test opens a file with an invalid DOS deny mode (don't see this as available to test in SMB2) Again we don't test this

Signed-off-by: Noel Power noel.power@suse.com

Merge request reports