summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2011-12-05 00:43:09 +0100
committerMatthieu Patou <mat@matws.net>2011-12-05 18:23:07 +0100
commit105d388c9bfd542755cfe46adff337a6333f54e8 (patch)
treef415df1902c74ccfeca716075fd59ee3ce87a744 /source4/selftest
parenta8c89fa7d2720f58bc7ce0cf0e1c92255331a733 (diff)
downloadsamba-105d388c9bfd542755cfe46adff337a6333f54e8.tar.gz
samba-105d388c9bfd542755cfe46adff337a6333f54e8.tar.bz2
samba-105d388c9bfd542755cfe46adff337a6333f54e8.zip
s4: add blackbox test for the demote function
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index fee0f372ce..15ff7a9894 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -513,6 +513,8 @@ plantestsuite("samba4.blackbox.provision-backend", "none", ["PYTHON=%s" % python
# Test renaming the DC
plantestsuite("samba4.blackbox.renamedc.sh", "none", ["PYTHON=%s" % python, os.path.join(bbdir, "renamedc.sh"), '$PREFIX/provision'])
+# Demote the vampire DC, it must be the last test on the VAMPIRE DC
+plantestsuite("samba4.blackbox.samba_tool_demote(vampire_dc)", "vampire_dc", [os.path.join(samba4srcdir, "utils/tests/test_demote.sh"), '$SERVER', '$SERVER_IP', '$USERNAME', '$PASSWORD', '$DOMAIN', '$DC_SERVER', '$PREFIX/vampire_dc'])
# check the databases are all OK. PLEASE LEAVE THIS AS THE LAST TEST
for env in ["dc", "fl2000dc", "fl2003dc", "fl2008r2dc"]:
plantestsuite("samba4.blackbox.dbcheck(%s)" % env, env + ":local" , ["PYTHON=%s" % python, os.path.join(bbdir, "dbcheck.sh"), '$PREFIX/provision', configuration])