summaryrefslogtreecommitdiff
path: root/source3/selftest/tests.py
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2020-04-17 17:39:22 -0700
committerJeremy Allison <jra@samba.org>2020-04-21 18:37:39 +0000
commitb338636a1e8a5d426728c5fea1515642ef7ca881 (patch)
treed8f2a9a9f02dc568a114649d05d016862d67feee /source3/selftest/tests.py
parentad5f6b82c39bd0905aa26514ef239f6161612b11 (diff)
downloadsamba-b338636a1e8a5d426728c5fea1515642ef7ca881.tar.gz
s3: torture: Call the smbtorture3 SMB2-SACL test.
Calls the test in the previous commit by adding SeSecurityPrivilege first, running the SMB2-SACL test then removing SeSecurityPrivilege. Demonstrates the difference between server behavior with SEC_FLAG_SYSTEM_SECURITY against SMB1 and SMB2 servers. Mark as knownfail for now. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/selftest/tests.py')
-rwxr-xr-xsource3/selftest/tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index e693f50dc30..a536a473cb5 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -415,6 +415,9 @@ for env in ["fileserver"]:
plantestsuite("samba3.blackbox.smb1_system_security", env + "_smb1_done",
[os.path.join(samba3srcdir, "script/tests/test_smb1_system_security.sh"),
'$SERVER', '$SERVER_IP', '$USERNAME', '$PASSWORD', smbtorture3, net, 'tmp'])
+ plantestsuite("samba3.blackbox.sacl_get_set", env,
+ [os.path.join(samba3srcdir, "script/tests/test_sacl_set_get.sh"),
+ '$SERVER', '$SERVER_IP', '$USERNAME', '$PASSWORD', smbtorture3, net, 'tmp'])
#
# tar command tests