From 9ac432d4bc5b57660204aace375a32d58ac076df Mon Sep 17 00:00:00 2001 From: Noel Power Date: Mon, 3 Dec 2018 17:08:51 +0000 Subject: 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 Reviewed-by: Andrew Bartlett --- selftest/flapping.d/kcc_verify_py3 | 1 + selftest/flapping.d/samba_tool_visualize | 1 + 2 files changed, 2 insertions(+) (limited to 'selftest') 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 -- cgit v1.2.1