tests: Run GPO commands against testenv with SMBv1 disabled
authorTim Beale <timbeale@catalyst.net.nz>
Tue, 15 Jan 2019 04:12:20 +0000 (17:12 +1300)
committerJeremy Allison <jra@samba.org>
Thu, 17 Jan 2019 00:40:30 +0000 (01:40 +0100)
Just to prove that they work across SMBv2.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13676

Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/selftest/tests.py

index 9d56e0bd2be1f06d486b54bbb019676aee167022..7073755f0b3e4a27206dbff8c8298cf80876ae53 100755 (executable)
@@ -660,7 +660,8 @@ for env in ["ad_dc:local", "ad_dc_ntvfs:local", "fl2000dc:local", "fl2003dc:loca
 # the only test we have of GPO get/set behaviour, and this involves
 # the file server as well as the LDAP server.
 # It's also a good sanity-check that sysvol backup worked correctly.
-for env in ["ad_dc_ntvfs", "ad_dc", "offlinebackupdc", "renamedc"]:
+for env in ["ad_dc_ntvfs", "ad_dc", "offlinebackupdc", "renamedc",
+            smbv1_disabled_testenv]:
     planpythontestsuite(env + ":local", "samba.tests.samba_tool.gpo",
                         py3_compatible=True)