summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-10 23:17:54 +0100
committerGünther Deschner <gd@samba.org>2011-03-10 23:25:03 +0100
commit6076f4b472bdb392fdea163602d577ca2119fcab (patch)
treebb8901adf91a226f234412a68815ea24befcb195 /source3/selftest
parent257f0491cbcc6d8a7d05520ccb3ffa7dd7c27273 (diff)
downloadsamba-6076f4b472bdb392fdea163602d577ca2119fcab.tar.gz
samba-6076f4b472bdb392fdea163602d577ca2119fcab.tar.bz2
samba-6076f4b472bdb392fdea163602d577ca2119fcab.zip
s3-selftest: run a couple of dgram NBT tests against s3.
Guenther
Diffstat (limited to 'source3/selftest')
-rw-r--r--source3/selftest/knownfail1
-rwxr-xr-xsource3/selftest/tests.py4
2 files changed, 4 insertions, 1 deletions
diff --git a/source3/selftest/knownfail b/source3/selftest/knownfail
index 574910c2d8..0f7056c100 100644
--- a/source3/selftest/knownfail
+++ b/source3/selftest/knownfail
@@ -7,3 +7,4 @@ samba3.posix_s3.rpc.spoolss.printer.*addprinterex.print_test # another intermitt
samba3.posix_s3.smb2.lock.*.rw-exclusive # another intermittent failure
.*driver.add_driver_timestamps # we only can store dates, not timestamps
samba3.raw.mux.* #This test is flaky on the async lock time
+samba3.posix_s3.nbt.dgram.*netlogon2
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index d9ea8317b0..4094a573bc 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -176,7 +176,9 @@ rap = ["rap.basic", "rap.rpc", "rap.printing", "rap.sam"]
unix = ["unix.info2", "unix.whoami"]
-tests= base + raw + smb2 + rpc + unix + local + winbind + rap
+nbt = ["nbt.dgram" ]
+
+tests= base + raw + smb2 + rpc + unix + local + winbind + rap + nbt
sub = subprocess.Popen("%s --version 2> /dev/null" % smb4torture, stdout=subprocess.PIPE, stdin=subprocess.PIPE, shell=True)
sub.communicate("")