From: Noel Power Date: Fri, 6 Dec 2019 17:30:38 +0000 (+0000) Subject: s3/selftest: Change samba3.blackbox.net.misc desc. to include protocol X-Git-Tag: ldb-2.2.0~1096 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df4b8b80b3e98a8be95a72a34cde4029845f5122;p=thirdparty%2Fsamba.git s3/selftest: Change samba3.blackbox.net.misc desc. to include protocol Signed-off-by: Noel Power Reviewed-by: Ralph Boehme --- diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 2af352bab54..6327ede5f3f 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -424,10 +424,10 @@ for env in ["fileserver:local"]: plantestsuite("samba3.blackbox.net_registry_import", env, [os.path.join(samba3srcdir, "script/tests/test_net_registry_import.sh"), '$SERVER', '$LOCAL_PATH', '$USERNAME', '$PASSWORD']) # TODO encrypted against member, with member creds, and with DC creds -plantestsuite("samba3.blackbox.net.misc", "ad_dc:local", +plantestsuite("samba3.blackbox.net.misc NT1", "ad_dc:local", [os.path.join(samba3srcdir, "script/tests/test_net_misc.sh"), scriptdir, "$SMB_CONF_PATH", net, configuration, "NT1"]) -plantestsuite("samba3.blackbox.net.misc", "ad_dc:local", +plantestsuite("samba3.blackbox.net.misc SMB3", "ad_dc:local", [os.path.join(samba3srcdir, "script/tests/test_net_misc.sh"), scriptdir, "$SMB_CONF_PATH", net, configuration, "SMB3"]) plantestsuite("samba3.blackbox.net.local.registry", "nt4_dc:local",