s3/selftest: Move samba3.base.rw1 to environment ad_dc_smb1
authorNoel Power <noel.power@suse.com>
Wed, 11 Dec 2019 18:42:24 +0000 (18:42 +0000)
committerRalph Boehme <slow@samba.org>
Fri, 3 Apr 2020 15:08:29 +0000 (15:08 +0000)
Test samba3.base.rw1 fails in environments that don't support
SMB1 so we move it to ad_dc_smb1 and also remove the entry in
skip_smb1_fails

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Ralph Boehme <slow@samba.org>
selftest/skip_smb1_fails
source3/selftest/tests.py

index 66f4edebddab0c7ed2d54a57744624bdc9aea619..3f4e12daf7a8c0316daba49c1d588b255320cd55 100644 (file)
@@ -7,7 +7,6 @@
 # b) port the failing test to SMB2
 # c) fix the test
 ^samba3.base.lock\(nt4_dc\)
-^samba3.base.rw1\(ad_dc\)
 ^samba3.base.rw1\(nt4_dc\)
 ^samba3.blackbox.smbclient_auth.plain.--option=clientusespnego=no --option=clientntlmv2auth=no -mNT1\(ad_member\)
 ^samba3.blackbox.smbclient_auth.plain.--option=clientusespnego=no --option=clientntlmv2auth=no -mNT1.member_creds\(ad_member\)
index f3a65b03783a5d27328cdf1e49789f35e9f01f22..66d27763404ccbb4b6114527ab879ab1b5d3a19a 100755 (executable)
@@ -621,7 +621,7 @@ for t in tests:
         plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD')
         plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/valid-users-tmp -U$USERNAME%$PASSWORD')
         plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/write-list-tmp -U$USERNAME%$PASSWORD')
-        plansmbtorture4testsuite(t, "ad_dc", '//$SERVER/tmp -U$USERNAME%$PASSWORD')
+        plansmbtorture4testsuite(t, "ad_dc_smb1", '//$SERVER/tmp -U$USERNAME%$PASSWORD')
     elif t == "idmap.rfc2307":
         plantestsuite(t, "ad_member_rfc2307",
                       [os.path.join(samba3srcdir,