summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2012-05-21 14:29:11 -0700
committerJeremy Allison <jra@samba.org>2012-05-22 01:31:17 +0200
commitc531aac27c433e0eb068a8a4f0a6c90cad2e44fa (patch)
tree2a9425d5f86f79c763dbea1525c33a6b24e0ed5e /source3/selftest
parent857625673833ddfa3897ce30def118cb593865b6 (diff)
downloadsamba-c531aac27c433e0eb068a8a4f0a6c90cad2e44fa.tar.gz
samba-c531aac27c433e0eb068a8a4f0a6c90cad2e44fa.tar.bz2
samba-c531aac27c433e0eb068a8a4f0a6c90cad2e44fa.zip
Added torture test for bug #8910. Test remove_duplicate_addrs2().
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue May 22 01:31:17 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index bcd9ae8524..fa1f5e50e9 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -107,7 +107,8 @@ local_tests=[
"LOCAL-CONV-AUTH-INFO",
"LOCAL-IDMAP-TDB-COMMON",
"LOCAL-hex_encode_buf",
- "LOCAL-sprintf_append"]
+ "LOCAL-sprintf_append",
+ "LOCAL-remove_duplicate_addrs2"]
for t in local_tests:
plantestsuite("samba3.smbtorture_s3.%s" % t, "s3dc", [os.path.join(samba3srcdir, "script/tests/test_smbtorture_s3.sh"), t, '//$SERVER_IP/tmp', '$USERNAME', '$PASSWORD', binpath('smbtorture3'), "-e"])