summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-12-13 15:43:35 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-12-13 23:42:05 +0100
commit8a4b5cdfea7b2370b9d700e7dbdaa8143cfc972c (patch)
tree258f936e5312d8550c015a06434d98669286bfdd /source4/selftest
parentabed96535e0e47692be483cb35fc8b6224a0899d (diff)
downloadsamba-8a4b5cdfea7b2370b9d700e7dbdaa8143cfc972c.tar.gz
samba-8a4b5cdfea7b2370b9d700e7dbdaa8143cfc972c.tar.bz2
samba-8a4b5cdfea7b2370b9d700e7dbdaa8143cfc972c.zip
s4-selftest: Add test of RPC to a netbios alias
This tries to ensure our netbios lookup code is still run. Andrew Bartlett
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 828226861d..82f0ae9872 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -324,6 +324,7 @@ plantestsuite("samba4.blackbox.gentest(dc)", "dc", [os.path.join(samba4srcdir, "
plantestsuite("samba4.blackbox.wbinfo(dc:local)", "dc:local", [os.path.join(samba4srcdir, "../nsswitch/tests/test_wbinfo.sh"), '$DOMAIN', '$USERNAME', '$PASSWORD', "dc"])
plantestsuite("samba4.blackbox.wbinfo(s4member:local)", "s4member:local", [os.path.join(samba4srcdir, "../nsswitch/tests/test_wbinfo.sh"), '$DOMAIN', '$DC_USERNAME', '$DC_PASSWORD', "s4member"])
plantestsuite("samba4.blackbox.chgdcpass(dc)", "dc", [os.path.join(bbdir, "test_chgdcpass.sh"), '$SERVER', "LOCALDC\$", '$REALM', '$DOMAIN', '$PREFIX', "aes256-cts-hmac-sha1-96", '$SELFTEST_PREFIX/dc'])
+plantestsuite_loadlist("samba4.rpc.echo against NetBIOS alias", "dc", [valgrindify(smb4torture), "$LISTOPT", 'ncacn_np:$NETBIOSALIAS', '-U$DOMAIN/$USERNAME%$PASSWORD', 'rpc.echo'])
# Tests using the "Simple" NTVFS backend
for t in ["base.rw1"]: