]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tests: Run smb3unix tests with SMB1
authorVolker Lendecke <vl@samba.org>
Tue, 26 Sep 2023 10:01:17 +0000 (12:01 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 4 Oct 2023 20:31:36 +0000 (20:31 +0000)
We want to create native FIFOs with smb1 extensions

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/selftest/tests.py

index 2cbed90de2780a0d38780fb6de7bf8816480a73e..17465b6e62a6749a19ca6c04f73593ecd382aae6 100755 (executable)
@@ -1865,7 +1865,7 @@ if have_cluster_support:
              smbtorture3,
              "-N 1000 -o 2000"])
 
-planpythontestsuite("fileserver", "samba.tests.smb3unix")
+planpythontestsuite("fileserver_smb1", "samba.tests.smb3unix")
 planpythontestsuite("fileserver", "samba.tests.reparsepoints")
 planpythontestsuite("fileserver_smb1", "samba.tests.smb2symlink")
 planpythontestsuite("fileserver_smb1", "samba.tests.smb1posix")