summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-12-11 11:04:29 +0100
committerStefan Metzmacher <metze@samba.org>2010-12-11 11:06:56 +0100
commit21d02c0626577c213ae8cfb6ea684351e78ad511 (patch)
tree5894c8babaa0579335aa99e872008ad56ad7bdf4 /source4/selftest
parentb6fef94ec16e17275d48f78453b3158a87c8f605 (diff)
downloadsamba-21d02c0626577c213ae8cfb6ea684351e78ad511.tar.gz
samba-21d02c0626577c213ae8cfb6ea684351e78ad511.tar.bz2
samba-21d02c0626577c213ae8cfb6ea684351e78ad511.zip
s4:selftest: use correct name for the test "ECHO-UDP" => "echo.udp"
I wonder how commit 35fbc7bbda5851f7172538f79fc79be201f1d521 (s4-smbtorture: Make test names lowercase and dot-separated) ever passed make test. metze
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index c2b47c9872..3eee18bc74 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -339,7 +339,7 @@ for t in smb4torture_testsuites("rap."):
for t in base + raw:
plantestsuite_loadlist("samba4.ntvfs.cifs.%s" % t, "dc", [valgrindify(smb4torture), '//$NETBIOSNAME/cifs', '-U$USERNAME%$PASSWORD'] + ntvfsargs + [t])
-plansmbtorturetestsuite('ECHO-UDP', 'dc:local', '//$SERVER/whatever')
+plansmbtorturetestsuite('echo.udp', 'dc:local', '//$SERVER/whatever')
# Local tests
for t in smb4torture_testsuites("local."):