s4: DRS-RPC tests added to RPC group of tests
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>
Sun, 25 Oct 2009 20:43:04 +0000 (22:43 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 6 Nov 2009 13:05:41 +0000 (14:05 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
source4/selftest/tests.sh

index 427dcff360d486e35bb2e9202926017c02f02554..75914a5eea669f340d8622072ed132499748d65b 100755 (executable)
@@ -154,7 +154,10 @@ slow_ncacn_ip_tcp_tests="RPC-SAMR RPC-SAMR-PASSWORDS RPC-CRACKNAMES"
 all_tests="$ncalrpc_tests $ncacn_np_tests $ncacn_ip_tcp_tests $slow_ncalrpc_tests $slow_ncacn_np_tests $slow_ncacn_ip_tcp_tests RPC-LSA-SECRETS RPC-SAMBA3-SHARESEC RPC-COUNTCALLS"
 
 # Make sure all tests get run
-for t in `$smb4torture --list | grep "^RPC-"`
+rpc_tests=`$smb4torture --list | grep '^RPC-'`
+drs_rpc_tests=`$smb4torture --list | grep '^DRS-RPC'`
+rpc_tests_list="${rpc_tests} ${drs_rpc_tests}"
+for t in $rpc_tests_list
 do
        echo $all_tests | grep "$t"  > /dev/null
        if [ $? -ne 0 ]