From efa9889acb23e2962ab28f74db9ba4424ea046e9 Mon Sep 17 00:00:00 2001 From: Jule Anger Date: Fri, 21 Aug 2020 08:43:17 +0200 Subject: [PATCH] testsuite: add test suite for samba-tool contact commands MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jule Anger Reviewed-by: Björn Baumbach Reviewed-by: Douglas Bagnall --- source4/selftest/tests.py | 1 + 1 file changed, 1 insertion(+) 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") -- 2.47.3