From: Noel Power Date: Wed, 11 Dec 2019 18:30:54 +0000 (+0000) Subject: s3/selftest: Move samba3.base.createx_access to ad_dc_smb1 env X-Git-Tag: ldb-2.2.0~1081 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fbd63bad461e765d91d62b3344edd62881593d74;p=thirdparty%2Fsamba.git s3/selftest: Move samba3.base.createx_access to ad_dc_smb1 env Test samba3.base.createx_access fails in environments that dont support SMB1, moving this test to ad_dc_smb1 and removing the entry in skip_smb1_fails Signed-off-by: Noel Power Reviewed-by: Ralph Boehme --- diff --git a/selftest/skip_smb1_fails b/selftest/skip_smb1_fails index 3ba0c2f9084..ab4d1688f86 100644 --- a/selftest/skip_smb1_fails +++ b/selftest/skip_smb1_fails @@ -6,7 +6,6 @@ # a) remove the failing test # b) port the failing test to SMB2 # c) fix the test -^samba3.base.createx_access\(ad_dc\) ^samba3.base.lock\(nt4_dc\) ^samba3.base.rw1\(ad_dc\) ^samba3.base.rw1\(nt4_dc\) diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 016c4e405f5..71282012290 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -560,7 +560,7 @@ for t in tests: if t == "base.delaywrite" or t == "base.deny1" or t == "base.deny2": plansmbtorture4testsuite(t, "fileserver_smb1", '//$SERVER/tmp -U$USERNAME%$PASSWORD --maximum-runtime=900') elif t == "base.createx_access": - plansmbtorture4testsuite(t, "ad_dc", '//$SERVER/tmp -U$USERNAME%$PASSWORD -k yes --maximum-runtime=900') + plansmbtorture4testsuite(t, "ad_dc_smb1", '//$SERVER/tmp -U$USERNAME%$PASSWORD -k yes --maximum-runtime=900') elif t == "rap.sam": plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD --option=doscharset=ISO-8859-1') plansmbtorture4testsuite(t, "ad_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD --option=doscharset=ISO-8859-1')