summaryrefslogtreecommitdiff
path: root/source4/selftest/tests.py
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-02-26 14:04:42 +0100
committerStefan Metzmacher <metze@samba.org>2019-02-27 10:16:10 +0000
commit3385b33cec1595374b2866ba5553acc6ed144ff4 (patch)
tree2abff4635fd7d0d1dbc2f377cfe7ed477d30d89f /source4/selftest/tests.py
parentc82b60c82725ec3c915335886facbcf7e23f9b11 (diff)
downloadsamba-3385b33cec1595374b2866ba5553acc6ed144ff4.tar.gz
s4:selftest: make use of ad_dc_slowtests
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/selftest/tests.py')
-rwxr-xr-xsource4/selftest/tests.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 6bf4b9491fb..5fa32818063 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -213,7 +213,7 @@ t = "rpc.countcalls"
plansmbtorture4testsuite(t, "ad_dc_ntvfs:local", ["$SERVER[%s]" % bindoptions, '-U$USERNAME%$PASSWORD', '--workgroup=$DOMAIN'], modname="samba4.%s" % t)
for transport in ["ncacn_np", "ncacn_ip_tcp"]:
- env = "ad_dc_ntvfs"
+ env = "ad_dc_slowtests"
if transport == "ncacn_np":
tests = slow_ncacn_np_tests
elif transport == "ncacn_ip_tcp":
@@ -840,19 +840,19 @@ for env in ["ad_dc_ntvfs", "vampire_dc", "promoted_dc"]:
planoldpythontestsuite(env,
"samba.tests.py_credentials",
extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True)
-planoldpythontestsuite("ad_dc_ntvfs",
+planoldpythontestsuite("ad_dc_slowtests",
"samba.tests.emulate.traffic",
extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True)
-planoldpythontestsuite("ad_dc_ntvfs",
+planoldpythontestsuite("ad_dc_slowtests",
"samba.tests.emulate.traffic_packet",
extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True)
-planoldpythontestsuite("ad_dc_ntvfs",
+planoldpythontestsuite("ad_dc_slowtests",
"samba.tests.blackbox.traffic_replay",
extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True)
-planoldpythontestsuite("ad_dc_ntvfs",
+planoldpythontestsuite("ad_dc_slowtests",
"samba.tests.blackbox.traffic_learner",
extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True)
-planoldpythontestsuite("ad_dc_ntvfs",
+planoldpythontestsuite("ad_dc_slowtests",
"samba.tests.blackbox.traffic_summary",
extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True)
planoldpythontestsuite("none", "samba.tests.loadparm")
@@ -941,7 +941,7 @@ for env in all_fl_envs:
# therefore skip it in that configuration
plantestsuite_loadlist("samba4.ldap.passwords.python(%s)" % env, env, [python, os.path.join(samba4srcdir, "dsdb/tests/python/passwords.py"), "$SERVER", '-U"$USERNAME%$PASSWORD"', "-W$DOMAIN", '$LOADLIST', '$LISTOPT'])
-for env in ["ad_dc_ntvfs"]:
+for env in ["ad_dc_slowtests"]:
# This test takes a lot of time, so we run it against a minimum of
# environments, please only add new ones if there's really a
# difference we need to test