summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-06-27 14:45:36 +1200
committerAndreas Schneider <asn@cryptomilk.org>2019-06-27 12:54:22 +0000
commit850e9ffe8ae6dff5d888ee5b3ff789e831c2fe94 (patch)
tree2423d32f2327d553a740af1d056e14aeb3a02803 /source4/selftest
parent4aa217bb064ff682566c228140b904d9dea92c06 (diff)
downloadsamba-850e9ffe8ae6dff5d888ee5b3ff789e831c2fe94.tar.gz
libcli/drsuapi: Add expected value unit tests for drsuapi_{en,de}crypt_attribute_value()
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 0e2138a007c..dec43d3a296 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -1289,6 +1289,8 @@ plantestsuite("samba4.dsdb.samdb.ldb_modules.group_audit.errors", "none",
[os.path.join(bindir(), "test_group_audit_errors")])
plantestsuite("samba4.dcerpc.dnsserver.dnsutils", "none",
[os.path.join(bindir(), "test_rpc_dns_server_dnsutils")])
+plantestsuite("libcli.drsuapi.repl_decrypt", "none",
+ [os.path.join(bindir(), "test_repl_decrypt")])
# process restart and limit tests, these break the environment so need to run
# in their own specific environment