1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

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>
This commit is contained in:
Noel Power 2018-12-03 17:08:51 +00:00 committed by Noel Power
parent 35aef220ce
commit 9ac432d4bc
2 changed files with 2 additions and 0 deletions

View File

@ -1 +1,2 @@
samba.tests.kcc.python3.samba.tests.kcc.KCCTests
samba.tests.kcc.python2.samba.tests.kcc.KCCTests

View File

@ -1,2 +1,3 @@
# Mark this as flapping while I paint a house and think about a solution.
samba.tests.samba_tool.visualize_drs.python3
samba.tests.samba_tool.visualize_drs.python2