From c531aac27c433e0eb068a8a4f0a6c90cad2e44fa Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 21 May 2012 14:29:11 -0700 Subject: Added torture test for bug #8910. Test remove_duplicate_addrs2(). Autobuild-User: Jeremy Allison Autobuild-Date: Tue May 22 01:31:17 CEST 2012 on sn-devel-104 --- source3/selftest/tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/selftest/tests.py') 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"]) -- cgit