summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2019-12-02 17:23:21 -0800
committerKarolin Seeger <kseeger@samba.org>2019-12-13 10:36:15 +0000
commitcfa22afe0a77cd56f25b6b7aa93f36a790ed6deb (patch)
tree6f3b37c0918331cc1c5933e9174c1d9827486b29 /selftest
parent5f8fef17042d9795b42b2d4c6ec7e1b6f2568be0 (diff)
downloadsamba-cfa22afe0a77cd56f25b6b7aa93f36a790ed6deb.tar.gz
python: tests. Add test for fuzzing smbd crash bug.
Mark knownfail for now. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14205 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> (cherry picked from commit 46899ecf836d350c0c29b615869851da7d0ad6fb)
Diffstat (limited to 'selftest')
-rw-r--r--selftest/knownfail.d/smb1_fuzz_smbd1
-rw-r--r--selftest/tests.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/selftest/knownfail.d/smb1_fuzz_smbd b/selftest/knownfail.d/smb1_fuzz_smbd
new file mode 100644
index 00000000000..82b1b26254f
--- /dev/null
+++ b/selftest/knownfail.d/smb1_fuzz_smbd
@@ -0,0 +1 @@
+^samba.tests.smbd_fuzztest
diff --git a/selftest/tests.py b/selftest/tests.py
index bbb5709ee47..1cadaf94423 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -90,6 +90,7 @@ planpythontestsuite(
"none", "wafsamba.tests.test_suite",
extra_path=[os.path.join(samba4srcdir, "..", "buildtools"),
os.path.join(samba4srcdir, "..", "third_party", "waf")])
+planpythontestsuite("fileserver", "samba.tests.smbd_fuzztest")
def cmdline(script, *args):