From: Noel Power Date: Wed, 11 Dec 2019 18:09:02 +0000 (+0000) Subject: s3/selftest: Move samba3.unix.info2 to ad_dc_smb1 & nt4_dc_smb1 X-Git-Tag: ldb-2.2.0~1084 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1368124731eddaa48a66bbf9059a5749b8ce5101;p=thirdparty%2Fsamba.git s3/selftest: Move samba3.unix.info2 to ad_dc_smb1 & nt4_dc_smb1 verified with python3 source3/selftest/tests.py | grep _smb1 | grep "^samba3.unix" | sort -u Additionally the test entries in skip_smb1_fail also removed Signed-off-by: Noel Power Reviewed-by: Ralph Boehme --- diff --git a/selftest/skip_smb1_fails b/selftest/skip_smb1_fails index 256542e6b68..72975b555ef 100644 --- a/selftest/skip_smb1_fails +++ b/selftest/skip_smb1_fails @@ -223,8 +223,6 @@ ^samba3.smbtorture_s3.vfs_aio_pthread\(simpleserver\).RW1\(simpleserver\) ^samba3.smbtorture_s3.vfs_aio_pthread\(simpleserver\).RW2\(simpleserver\) ^samba3.smbtorture_s3.vfs_aio_pthread\(simpleserver\).RW3\(simpleserver\) -^samba3.unix.info2\(ad_dc\) -^samba3.unix.info2\(nt4_dc\) ^samba3.unix.whoami\(ad_dc\) ^samba3.unix.whoami\(ad_member\) ^samba3.unix.whoami anonymous connection\(ad_member\) diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 04a6888a9fa..7b5571ea57e 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -751,7 +751,8 @@ for t in tests: elif t == "rpc.spoolss.notify": plansmbtorture4testsuite(t, "ad_member", '//$SERVER_IP/tmp -U$DC_USERNAME%$DC_PASSWORD') elif (t in base and t != "base.charset") \ - or (t in rap and t != "rap.printing"): + or (t in rap and t != "rap.printing") \ + or (t in unix): plansmbtorture4testsuite(t, "nt4_dc_smb1", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD') plansmbtorture4testsuite(t, "ad_dc_smb1", '//$SERVER/tmp -U$USERNAME%$PASSWORD') else: