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-16 08:22:36 +0000
commitd8d661aabfdb04b8a472b85e6cc3fba0dd490c23 (patch)
tree618af6746fe985141de7c601744218a2c9750f36 /selftest
parenta622ad439bd109bc5ce6e388d4c7daab8547a540 (diff)
downloadsamba-d8d661aabfdb04b8a472b85e6cc3fba0dd490c23.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 c9529328359..5d7d8eebeda 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -87,6 +87,7 @@ planpythontestsuite("none", "samba.tests.s3registry", py3_compatible=True)
planpythontestsuite("none", "samba.tests.s3windb", py3_compatible=True)
planpythontestsuite("none", "samba.tests.s3idmapdb", py3_compatible=True)
planpythontestsuite("none", "samba.tests.samba3sam")
+planpythontestsuite("fileserver", "samba.tests.smbd_fuzztest")
planpythontestsuite(
"none", "wafsamba.tests.test_suite",
extra_path=[os.path.join(samba4srcdir, "..", "buildtools"),