1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/selftest/flapping.d
Noel Power 9ac432d4bc selftest/flapping.d: Add python2 versions for flapping tests
Post build & test running under python3 we now run with
'--extra-python=/usr/bin/python2',  these tests will get
python2 appended to the test name so we need also to create
new flapping*/* entries for these. We will keep the python3
versions in case we create some CI job(s)
with
    PYTHON=python configure.developer --extra-python=/usr/bin/python3

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2018-12-10 10:38:26 +01:00
..
getdcname netlogon: Forward GetDCNameEx2 to winbind via IRPC 2018-05-04 06:12:10 +02:00
kcc_verify_py3 selftest/flapping.d: Add python2 versions for flapping tests 2018-12-10 10:38:26 +01:00
README selftest: use an additional directory of knownfail/flapping files 2017-06-03 13:55:41 +02:00
rfc2307 Mark rfc2307 test flapping 2018-01-12 22:42:22 +01:00
samba_tool_drs_showrepl samba_tool_showrepl_pull_summary_all_good is flapping 2018-07-05 04:01:26 +02:00
samba_tool_visualize selftest/flapping.d: Add python2 versions for flapping tests 2018-12-10 10:38:26 +01:00
wbinfo Mark wbinfo test flapping 2018-01-13 03:01:10 +01:00
whoami Mark whoami test flapping 2018-01-12 22:42:22 +01:00

# Files in this directory contain lists of regular expressions
# matching the names of tests that are that are flapping. In other
# words, they sometimes succeed and sometimes fail, depending on
# external factors.
#
# "make test" will not report failures or successes for tests listed here.
#
# DO NOT ADD TESTS HERE UNLESS THEY ARE ACTUALLY FLAPPING
#
# It is much better to add known failing tests to 'knownfail', so the
# test system can warn when they actually start passing.
#
# Empty lines and lines begining with '#' are ignored.
# Please don't add tests to this README!