From: Ralph Boehme Date: Fri, 31 Aug 2018 06:28:46 +0000 (+0200) Subject: s4:selftest: reformat smb2_s3only list X-Git-Tag: samba-4.7.11~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34b4b5b7e22787820913d5f87fba4b14ebd88833;p=thirdparty%2Fsamba.git s4:selftest: reformat smb2_s3only list No change besides reformatting the list to one entry per line. Bug: https://bugzilla.samba.org/show_bug.cgi?id=13549 Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison (cherry picked from commit 3255822f75163cb38e53f634a5c6b03d46bfaff1) --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 9f2dff0f40c..7450f96b309 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -311,7 +311,12 @@ for t in nbt_tests: ntvfsargs = ["--option=torture:sharedelay=100000", "--option=torture:oplocktimeout=3", "--option=torture:writetimeupdatedelay=500000"] # Filter smb2 tests that should not run against ad_dc_ntvfs -smb2_s3only = ["smb2.change_notify_disabled", "smb2.dosmode", "smb2.credits", "smb2.kernel-oplocks"] +smb2_s3only = [ + "smb2.change_notify_disabled", + "smb2.dosmode", + "smb2.credits", + "smb2.kernel-oplocks", +] smb2 = [x for x in smbtorture4_testsuites("smb2.") if x not in smb2_s3only] #The QFILEINFO-IPC test needs to be on ipc$