summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-12-03 17:08:51 +0000
committerNoel Power <npower@samba.org>2018-12-10 10:38:26 +0100
commit9ac432d4bc5b57660204aace375a32d58ac076df (patch)
treeca6a2277edad7823a18787a6706798401c49b8c5 /selftest
parent35aef220ceb16eea7c495c3c105c0ff02146ea3e (diff)
downloadsamba-9ac432d4bc5b57660204aace375a32d58ac076df.tar.gz
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>
Diffstat (limited to 'selftest')
-rw-r--r--selftest/flapping.d/kcc_verify_py31
-rw-r--r--selftest/flapping.d/samba_tool_visualize1
2 files changed, 2 insertions, 0 deletions
diff --git a/selftest/flapping.d/kcc_verify_py3 b/selftest/flapping.d/kcc_verify_py3
index e96ce18ef8d..8cfadabd671 100644
--- a/selftest/flapping.d/kcc_verify_py3
+++ b/selftest/flapping.d/kcc_verify_py3
@@ -1 +1,2 @@
samba.tests.kcc.python3.samba.tests.kcc.KCCTests
+samba.tests.kcc.python2.samba.tests.kcc.KCCTests
diff --git a/selftest/flapping.d/samba_tool_visualize b/selftest/flapping.d/samba_tool_visualize
index c25c349f911..0054132090d 100644
--- a/selftest/flapping.d/samba_tool_visualize
+++ b/selftest/flapping.d/samba_tool_visualize
@@ -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