summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2011-05-20 23:50:55 +0400
committerMatthieu Patou <mat@samba.org>2011-05-21 09:50:34 +0200
commit49c99d05159fb601ea076824e0f6a64326fdf8d9 (patch)
treedc9b9d9ec016fe78022caef8a55b9db260b1187a /source4/selftest
parentf1873382da63d2344909395d6fa0c1ed9ffa961d (diff)
downloadsamba-49c99d05159fb601ea076824e0f6a64326fdf8d9.tar.gz
samba-49c99d05159fb601ea076824e0f6a64326fdf8d9.tar.bz2
samba-49c99d05159fb601ea076824e0f6a64326fdf8d9.zip
s4: add blackbox test for rename
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sat May 21 09:50:34 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index adb38bbf70..eb36a0c2b1 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -432,3 +432,6 @@ plantestsuite_loadlist("samba4.%s.two" % t, "vampire_dc", [valgrindify(smb4tortu
plantestsuite_loadlist("samba4.rpc.echo", "rodc", [smb4torture, "$LISTOPT", 'ncacn_np:$SERVER', "-k", "yes", '-U$USERNAME%$PASSWORD', '-W' '$DOMAIN', 'rpc.echo'])
plantestsuite_loadlist("samba4.rpc.echo", "rodc:local", [smb4torture, "$LISTOPT", 'ncacn_np:$SERVER', "-k", "yes", '-P', '-W' '$DOMAIN', 'rpc.echo'])
plantestsuite("samba4.blackbox.provision-backend.py", "none", ["PYTHON=%s" % python, os.path.join(samba4srcdir, "setup/tests/blackbox_provision-backend.sh"), '$PREFIX/provision'])
+
+# Test renaming the DC
+plantestsuite("samba4.blackbox.renamedc.sh", "none", ["PYTHON=%s" % python, os.path.join(bbdir, "renamedc.sh"), '$PREFIX/provision'])