summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2016-03-04 13:12:42 +1300
committerAndrew Bartlett <abartlet@samba.org>2016-06-06 16:36:23 +0200
commitca37c7146c35cb4e672dd2b859b31bf9b10cf332 (patch)
tree983847a49b4279126cd8d9b57ebc20b9317d235e /source4/selftest
parentc5ed8940060069c58c20e2331727f5cb7afe6fb8 (diff)
downloadsamba-ca37c7146c35cb4e672dd2b859b31bf9b10cf332.tar.gz
selftest/drs: Show we return the correct 3 objects for DRSUAPI_EXOP_FSMO_RID_ALLOC
This does not depend on DRSUAPI_DRS_GET_ANC. This test is not new, but it was not previously being run. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index f7bbd04bd9e..4866cd72ee7 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -652,6 +652,11 @@ for env in ['vampire_dc', 'promoted_dc']:
name="samba4.drs.repl_move.python(%s)" % env,
environ={'DC1': "$DC_SERVER", 'DC2': '$%s_SERVER' % env.upper()},
extra_args=['-U$DOMAIN/$DC_USERNAME%$DC_PASSWORD'])
+ planoldpythontestsuite(env, "getnc_exop",
+ extra_path=[os.path.join(samba4srcdir, 'torture/drs/python')],
+ name="samba4.drs.getnc_exop.python(%s)" % env,
+ environ={'DC1': "$DC_SERVER", 'DC2': '$%s_SERVER' % env.upper()},
+ extra_args=['-U$DOMAIN/$DC_USERNAME%$DC_PASSWORD'])
for env in ["ad_dc_ntvfs", "s4member", "rodc", "promoted_dc", "ad_dc", "ad_member"]: