From: Jule Anger Date: Fri, 21 Aug 2020 06:43:17 +0000 (+0200) Subject: testsuite: add test suite for samba-tool contact commands X-Git-Tag: talloc-2.3.2~367 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efa9889acb23e2962ab28f74db9ba4424ea046e9;p=thirdparty%2Fsamba.git testsuite: add test suite for samba-tool contact commands Signed-off-by: Jule Anger Reviewed-by: Björn Baumbach Reviewed-by: Douglas Bagnall --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 5dec3cba17d..ccd895fcd54 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -770,6 +770,7 @@ planpythontestsuite("chgdcpass:local", "samba.tests.samba_tool.user_check_passwo planpythontestsuite("ad_dc_default:local", "samba.tests.samba_tool.group") planpythontestsuite("ad_dc_default:local", "samba.tests.samba_tool.ou") planpythontestsuite("ad_dc_default:local", "samba.tests.samba_tool.computer") +planpythontestsuite("ad_dc_default:local", "samba.tests.samba_tool.contact") planpythontestsuite("ad_dc_default:local", "samba.tests.samba_tool.forest") planpythontestsuite("ad_dc_default:local", "samba.tests.samba_tool.schema") planpythontestsuite("schema_dc:local", "samba.tests.samba_tool.schema")