From: Tim Beale Date: Tue, 15 Jan 2019 04:12:20 +0000 (+1300) Subject: tests: Run GPO commands against testenv with SMBv1 disabled X-Git-Tag: ldb-1.6.1~471 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da33c2c4e4849f0985b08fbdc58cbd59b8426ec6;p=thirdparty%2Fsamba.git tests: Run GPO commands against testenv with SMBv1 disabled Just to prove that they work across SMBv2. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13676 Signed-off-by: Tim Beale Reviewed-by: Jeremy Allison --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 9d56e0bd2be..7073755f0b3 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -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)