summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-02-01 06:16:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:28 -0500
commit831e06810a1bc486424f89ee5628fc18f92fd1e4 (patch)
tree63a7943899957299a1e443739b04837e30538fcd /source4/torture/torture.c
parent9b9c23b19be5a90821e1075a76f8b94fdb2424e2 (diff)
downloadsamba-831e06810a1bc486424f89ee5628fc18f92fd1e4.tar.gz
samba-831e06810a1bc486424f89ee5628fc18f92fd1e4.tar.bz2
samba-831e06810a1bc486424f89ee5628fc18f92fd1e4.zip
r5156: started on test driven development of the nbt server. This adds a
NBT-REGISTER test that tests that a server correctly defends its name against broadcast name registrations. Jeremy, you might like to look at this. Samba3 nmbd fails to respond. (This used to be commit bb1298a2eb192ec2cd547a299334cc82a63a5acc)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index 60f39cdac7..8fd9d9f1ef 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -2428,6 +2428,9 @@ static struct {
/* ldap testers */
{"LDAP-BASIC", torture_ldap_basic, 0},
+ /* nbt tests */
+ {"NBT-REGISTER", torture_nbt_register, 0},
+
{NULL, NULL, 0}};