From: Stefan Metzmacher Date: Sat, 11 Dec 2010 10:04:29 +0000 (+0100) Subject: s4:selftest: use correct name for the test "ECHO-UDP" => "echo.udp" X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=21d02c0626577c213ae8cfb6ea684351e78ad511 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 --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index c2b47c987263..3eee18bc7486 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."):