svn commit: samba r21732 - in branches/SAMBA_4_0: . source source/script/tests

jelmer at samba.org jelmer at samba.org
Wed Mar 7 01:46:05 GMT 2007


Author: jelmer
Date: 2007-03-07 01:46:02 +0000 (Wed, 07 Mar 2007)
New Revision: 21732

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21732

Log:
Use smbtorture for enumerating tests.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/samba4-skip
   branches/SAMBA_4_0/source/script/tests/test_nbt.sh


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:merge
...skipped...

Modified: branches/SAMBA_4_0/source/samba4-skip
===================================================================
--- branches/SAMBA_4_0/source/samba4-skip	2007-03-07 01:28:19 UTC (rev 21731)
+++ branches/SAMBA_4_0/source/samba4-skip	2007-03-07 01:46:02 UTC (rev 21732)
@@ -18,3 +18,4 @@
 SMB2-LOCK
 SMB2-NOTIFY
 LOCAL-RESOLVE
+NBT-DGRAM

Modified: branches/SAMBA_4_0/source/script/tests/test_nbt.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_nbt.sh	2007-03-07 01:28:19 UTC (rev 21731)
+++ branches/SAMBA_4_0/source/script/tests/test_nbt.sh	2007-03-07 01:46:02 UTC (rev 21732)
@@ -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