summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-07-28 15:25:54 +0200
committerRalph Boehme <slow@samba.org>2019-10-09 14:35:29 +0000
commitda7dec0a50fa5d9f6b92403d8703cd6b7a42159c (patch)
tree242cce783edaba3298b737b3b036d57d0de4b9b8 /source4/selftest
parentf0e8dd1a08698884209873bb84002d7b34db016c (diff)
downloadsamba-da7dec0a50fa5d9f6b92403d8703cd6b7a42159c.tar.gz
selftest: add end-to-end tests for mdssvc with a fake HTTP server
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Noel Power <noel.power@suse.com>
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 6b2f8b3e4b5..e0e47c96e41 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -1333,3 +1333,4 @@ planoldpythontestsuite("proclimitdc",
name="samba.tests.process_limits")
planoldpythontestsuite("none", "samba.tests.usage")
+planpythontestsuite("fileserver", "samba.tests.dcerpc.mdssvc")