Rev 11686: Use smbtorture for enumerating tests. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

Jelmer Vernooij jelmer at samba.org
Wed Mar 7 01:43:35 GMT 2007


At file:///home/jelmer/bzr.samba/SAMBA_4_0/

------------------------------------------------------------
revno: 11686
revision-id: jelmer at samba.org-20070307014323-bffgnc0su9rkeoqs
parent: svn-v2:21730 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: SAMBA_4_0
timestamp: Wed 2007-03-07 02:43:23 +0100
message:
  Use smbtorture for enumerating tests.
modified:
  source/samba4-skip             svn-v2:21709 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fsamba4%2dskip
  source/script/tests/test_nbt.sh svn-v2:8735 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fscript%2ftests%2ftest_nbt.sh
=== modified file 'source/samba4-skip'
--- a/source/samba4-skip	2007-03-05 22:24:21 +0000
+++ b/source/samba4-skip	2007-03-07 01:43:23 +0000
@@ -18,3 +18,4 @@
 SMB2-LOCK
 SMB2-NOTIFY
 LOCAL-RESOLVE
+NBT-DGRAM

=== modified file 'source/script/tests/test_nbt.sh'
--- a/source/script/tests/test_nbt.sh	2007-03-05 21:28:55 +0000
+++ b/source/script/tests/test_nbt.sh	2007-03-07 01:43:23 +0000
@@ -21,10 +21,7 @@
 testit "nmblookup -U $SERVER $SERVER" bin/nmblookup $TORTURE_OPTIONS -U $SERVER $SERVER
 testit "nmblookup $SERVER" bin/nmblookup $TORTURE_OPTIONS $SERVER
 
-NBT_TESTS="NBT-REGISTER NBT-WINS"
-NBT_TESTS="$NBT_TESTS NBT-WINSREPLICATION"
-# NBT_TESTS="$NBT_TESTS NBT-WINSREPLICATION-OWNED"
-NBT_TESTS="$NBT_TESTS NET-API-LOOKUP NET-API-LOOKUPHOST NET-API-LOOKUPPDC"
+NBT_TESTS=`bin/smbtorture --list | grep ^NBT`
 
 for f in $NBT_TESTS; do
     testit "$f" bin/smbtorture $TORTURE_OPTIONS //$SERVER/_none_ $f



More information about the samba-cvs mailing list