summaryrefslogtreecommitdiff
path: root/source4/selftest/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/selftest/tests.py')
-rwxr-xr-xsource4/selftest/tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index bf63c97655..389bb5e9e2 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -345,6 +345,8 @@ for t in smb4torture_testsuites("RAP-"):
for t in base + raw:
plantestsuite_loadlist("samba4.ntvfs.cifs.%s" % normalize_testname(t), "dc", [valgrindify(smb4torture), '//$NETBIOSNAME/cifs', '-U$USERNAME%$PASSWORD'] + ntvfsargs + [t])
+plansmbtorturetestsuite('ECHO-UDP', 'dc:local', '//$SERVER/whatever')
+
# Local tests
for t in smb4torture_testsuites("LOCAL-"):
plansmbtorturetestsuite(t, "none", "ncalrpc:")