summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-12-05 11:05:57 +0100
committerRalph Boehme <slow@samba.org>2019-12-05 17:14:46 +0000
commitf56314a97c508e105cd2b981730cd4fd25b0c6e4 (patch)
tree2ec39ed9dcad35a80d1e52dd260208cef2f7029a
parentd4d2e0175a4fef00566efa276a779a4ec23794d2 (diff)
downloadsamba-f56314a97c508e105cd2b981730cd4fd25b0c6e4.tar.gz
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 <noel.power@suse.com> Reviewed-by: Ralph Boehme <slow@samba.org>
-rwxr-xr-xsource3/selftest/tests.py5
1 files changed, 4 insertions, 1 deletions
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])