From: Ralph Boehme Date: Thu, 5 Dec 2019 10:05:57 +0000 (+0100) Subject: s3/selftest: Run samba3.blackbox.net.misc with smb1/smb2 X-Git-Tag: ldb-2.1.0~447 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f56314a97c508e105cd2b981730cd4fd25b0c6e4;p=thirdparty%2Fsamba.git s3/selftest: Run samba3.blackbox.net.misc with smb1/smb2 samba3.blackbox.net.misc now can run with >=SMB2 or SMB1 protocols, adjust previous test definition and add new one Signed-off-by: Noel Power Reviewed-by: Ralph Boehme --- diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 07539fe50b8..2da2e5e368b 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -399,7 +399,10 @@ for env in ["fileserver:local"]: # TODO encrypted against member, with member creds, and with DC creds plantestsuite("samba3.blackbox.net.misc", "nt4_dc:local", [os.path.join(samba3srcdir, "script/tests/test_net_misc.sh"), - scriptdir, "$SMB_CONF_PATH", net, configuration]) + scriptdir, "$SMB_CONF_PATH", net, configuration, "NT1"]) +plantestsuite("samba3.blackbox.net.misc", "nt4_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", [os.path.join(samba3srcdir, "script/tests/test_net_registry.sh"), scriptdir, "$SMB_CONF_PATH", net, configuration])