diff options
author | Andreas Schneider <asn@samba.org> | 2013-07-03 14:07:30 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2014-04-17 14:56:06 +0200 |
commit | f95e86828a33690f7bb22d320d6781f2b749f8e1 (patch) | |
tree | 5c2c6b5fe939a2f1e963299bdb0c9f843df8bb9a | |
parent | 115a80d3812c1bca35e6e126c067885e53302dcd (diff) | |
download | samba-f95e86828a33690f7bb22d320d6781f2b749f8e1.tar.gz samba-f95e86828a33690f7bb22d320d6781f2b749f8e1.tar.xz samba-f95e86828a33690f7bb22d320d6781f2b749f8e1.zip |
s4-torture: Remove nss_wrapper testsuite.
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
-rwxr-xr-x | source3/selftest/tests.py | 2 | ||||
-rw-r--r-- | source4/torture/local/local.c | 3 | ||||
-rw-r--r-- | source4/torture/local/wscript_build | 4 |
3 files changed, 1 insertions, 8 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index e64cf77dcd9..4357ed93913 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -306,7 +306,7 @@ rpc = ["rpc.authcontext", "rpc.samba3.bind", "rpc.samba3.srvsvc", "rpc.samba3.sh "rpc.netlogon.admin", "rpc.schannel", "rpc.schannel2", "rpc.bench-schannel1", "rpc.join", "rpc.bind"] -local = ["local.nss-wrapper", "local.ndr"] +local = ["local.ndr"] winbind = ["winbind.struct", "winbind.wbclient", "winbind.pac"] diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index 681fca1def5..bd47bd3c3fc 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -50,9 +50,6 @@ #ifdef SOCKET_WRAPPER torture_local_socket_wrapper, #endif -#ifdef NSS_WRAPPER - torture_local_nss_wrapper, -#endif torture_pac, torture_local_resolve, torture_local_sddl, diff --git a/source4/torture/local/wscript_build b/source4/torture/local/wscript_build index 2fad3746ccc..1b363190b6a 100644 --- a/source4/torture/local/wscript_build +++ b/source4/torture/local/wscript_build @@ -21,10 +21,6 @@ TORTURE_LOCAL_SOURCE = '''../../../lib/util/charset/tests/iconv.c TORTURE_LOCAL_DEPS = 'RPC_NDR_ECHO TDR LIBCLI_SMB MESSAGING iconv POPT_CREDENTIALS TORTURE_AUTH TORTURE_UTIL TORTURE_NDR TORTURE_LIBCRYPTO share torture_registry PROVISION ldb samdb replace-test' -if bld.CONFIG_SET("NSS_WRAPPER"): - TORTURE_LOCAL_SOURCE += " ../../../lib/nss_wrapper/testsuite.c" - TORTURE_LOCAL_DEPS += " nss_wrapper " - if bld.CONFIG_SET("SOCKET_WRAPPER"): TORTURE_LOCAL_SOURCE += " ../../../lib/socket_wrapper/testsuite.c" TORTURE_LOCAL_DEPS += " socket_wrapper" |