From 7fb93eaca74ffe17bbe7255210dd3090afe8d5dc Mon Sep 17 00:00:00 2001 From: Tim Beale Date: Wed, 16 Jan 2019 10:02:07 +1300 Subject: [PATCH] tests: Run ntacls_backup tests against testenv with SMBv1 disabled Just to prove that the NTACL backup works over SMBv2. BUG: https://bugzilla.samba.org/show_bug.cgi?id=1367 Signed-off-by: Tim Beale Reviewed-by: Jeremy Allison --- source4/selftest/tests.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 7073755f0b3..b8132086ef8 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -695,15 +695,13 @@ planoldpythontestsuite("ad_dc:local", "samba.tests.dckeytab", extra_args=['-U"$U for env in ["ad_dc", smbv1_disabled_testenv]: planoldpythontestsuite(env, "samba.tests.smb", extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True) + planoldpythontestsuite(env + ":local", "samba.tests.ntacls_backup", + extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True) planoldpythontestsuite( "ad_dc_ntvfs:local", "samba.tests.dcerpc.registry", extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True) -planoldpythontestsuite( - "ad_dc:local", "samba.tests.ntacls_backup", - extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True) - planoldpythontestsuite("ad_dc_ntvfs", "samba.tests.dcerpc.dnsserver", extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True) planoldpythontestsuite("ad_dc", "samba.tests.dcerpc.dnsserver", extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True) planoldpythontestsuite("chgdcpass", "samba.tests.dcerpc.raw_protocol", py3_compatible=True, -- 2.34.1