From: Noel Power Date: Mon, 16 Dec 2019 12:51:25 +0000 (+0000) Subject: s3/selftest: Move samba3.raw.samba3posixtimedlock to ad_dc_smb1 X-Git-Tag: ldb-2.2.0~1042 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fce023d649f0f87a2c9a62b1ade482878c0a6fb2;p=thirdparty%2Fsamba.git s3/selftest: Move samba3.raw.samba3posixtimedlock to ad_dc_smb1 Test samba3.raw.samba3posixtimedlock will not succeed in test environments that don't support SMB1 so we move it to ad_dc_smb1 and also remove associated entry from skip_smb1_fail Signed-off-by: Noel Power Reviewed-by: Ralph Boehme --- diff --git a/selftest/skip_smb1_fails b/selftest/skip_smb1_fails index 22d5fd081f3..ca8c1725d15 100644 --- a/selftest/skip_smb1_fails +++ b/selftest/skip_smb1_fails @@ -22,7 +22,6 @@ ^samba3.raw.samba3checkfsp\(simpleserver\) ^samba3.raw.samba3closeerr\(simpleserver\) ^samba3.raw.samba3hide\(simpleserver\) -^samba3.raw.samba3posixtimedlock\(ad_dc\) ^samba3.raw.samba3posixtimedlock\(nt4_dc\) ^samba3.raw.samba3posixtimedlock brl_delay_inject1\(nt4_dc\) ^samba3.raw.samba3posixtimedlock brl_delay_inject2\(nt4_dc\) diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 836d3bbd020..bf986b68f07 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -592,7 +592,7 @@ for t in tests: description="brl_delay_inject1") plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/brl_delay_inject2 -U$USERNAME%$PASSWORD --option=torture:localdir=$SELFTEST_PREFIX/nt4_dc/share', description="brl_delay_inject2") - plansmbtorture4testsuite(t, "ad_dc", '//$SERVER_IP/tmpguest -U$USERNAME%$PASSWORD --option=torture:localdir=$SELFTEST_PREFIX/ad_dc/share') + plansmbtorture4testsuite(t, "ad_dc_smb1", '//$SERVER_IP/tmpguest -U$USERNAME%$PASSWORD --option=torture:localdir=$SELFTEST_PREFIX/ad_dc_smb1/share') elif t == "smb2.samba3misc": plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmpguest -U$USERNAME%$PASSWORD --option=torture:localdir=$SELFTEST_PREFIX/nt4_dc/share') plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/brl_delay_inject1 -U$USERNAME%$PASSWORD --option=torture:localdir=$SELFTEST_PREFIX/nt4_dc/share',