s4-torture: Remove nss_wrapper testsuite.
authorAndreas Schneider <asn@samba.org>
Wed, 3 Jul 2013 12:07:30 +0000 (14:07 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 17 Apr 2014 12:56:06 +0000 (14:56 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/selftest/tests.py
source4/torture/local/local.c
source4/torture/local/wscript_build

index e64cf77dcd9dc40cd88d385aa3cc66a671fd98c5..4357ed9391319ab5eab2102b052a058b03d0e67e 100755 (executable)
@@ -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"]
 
index 681fca1def5c63fa9f7c20d9bf10811a47e42e8c..bd47bd3c3fc624d26fdcfff6cf9962a51dc96895 100644 (file)
@@ -49,9 +49,6 @@
        torture_local_socket, 
 #ifdef SOCKET_WRAPPER
        torture_local_socket_wrapper, 
-#endif
-#ifdef NSS_WRAPPER
-       torture_local_nss_wrapper,
 #endif
        torture_pac, 
        torture_local_resolve,
index 2fad3746ccc4838626ba1833a2a6b391299926ed..1b363190b6a7f86a0236d743efcfb7a2ada5ff43 100644 (file)
@@ -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"