>From c72c239ccf0e443eb54ec206d822429ee11de43f Mon Sep 17 00:00:00 2001 From: Rowland Penny Date: Wed, 25 May 2016 16:19:22 +0100 Subject: [PATCH 1/2] Add test for 'samba-tool fsmo show' Signed-off-by: Rowland Penny --- source4/selftest/tests.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 15e7d19..b0f966c 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -539,6 +539,10 @@ planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.dcerpc.unix") planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.dcerpc.srvsvc") planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.timecmd") +# test fsmo show +for env in ["ad_dc_ntvfs", "fl2000dc", "fl2003dc", "fl2008r2dc"]: + planpythontestsuite(env, "samba.tests.samba_tool.fsmo") + # We run this test against both AD DC implemetnations because it is # the only test we have of GPO get/set behaviour, and this involves # the file server as well as the LDAP server. -- 1.7.10.4