s3-selftest: run a couple of dgram NBT tests against s3.
authorGünther Deschner <gd@samba.org>
Thu, 10 Mar 2011 22:17:54 +0000 (23:17 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 10 Mar 2011 22:25:03 +0000 (23:25 +0100)
Guenther

source3/selftest/knownfail
source3/selftest/tests.py

index 574910c2d8c288b10429cbc92b8b590f2d0c0282..0f7056c1003cfcdac5f76adc1221f0fd80f4e8c6 100644 (file)
@@ -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
index d9ea8317b09dc8aece439e23f6d22d3bdc0a2808..4094a573bc50a83e5fac1871447d5bc8ac2071ca 100755 (executable)
@@ -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("")