summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2006-09-04 20:48:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:08 -0500
commit15352189d2ffa3441763563d92b8880aaf5ca450 (patch)
tree24213cddfba1acea0b6a10b5865e5abb90c58b4b /source4/script
parent62e60274131ae4968560bbd58fb847cb9f9e8f9f (diff)
downloadsamba-15352189d2ffa3441763563d92b8880aaf5ca450.tar.gz
samba-15352189d2ffa3441763563d92b8880aaf5ca450.tar.bz2
samba-15352189d2ffa3441763563d92b8880aaf5ca450.zip
r18050: Run more NET tests on the build farm.
rafal (This used to be commit 2185e978891617f2e3ad4428df55269bcdf62443)
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/tests/test_net.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/script/tests/test_net.sh b/source4/script/tests/test_net.sh
index 71ae790bf0..dc94289052 100755
--- a/source4/script/tests/test_net.sh
+++ b/source4/script/tests/test_net.sh
@@ -2,9 +2,9 @@
# add tests to this list as they start passing, so we test
# that they stay passing
-ncacn_np_tests="NET-API-RPCCONN-BIND NET-API-LISTSHARES NET-API-CREATEUSER NET-API-DELETEUSER"
-ncalrpc_tests="NET-API-LISTSHARES NET-API-CREATEUSER NET-API-DELETEUSER"
-ncacn_ip_tcp_tests="NET-API-LISTSHARES NET-API-CREATEUSER NET-API-DELETEUSER"
+ncacn_np_tests="NET-API-RPCCONN-BIND NET-API-RPCCONN-SRV NET-API-RPCCONN-DC NET-API-RPCCONN-DCINFO NET-API-LISTSHARES NET-API-CREATEUSER NET-API-DELETEUSER"
+ncalrpc_tests="NET-API-RPCCONN-SRV NET-API-RPCCONN-DC NET-API-RPCCONN-DCINFO NET-API-LISTSHARES NET-API-CREATEUSER NET-API-DELETEUSER"
+ncacn_ip_tcp_tests="NET-API-RPCCONN-SRV NET-API-RPCCONN-DC NET-API-RPCCONN-DCINFO NET-API-LISTSHARES NET-API-CREATEUSER NET-API-DELETEUSER"
if [ $# -lt 4 ]; then
cat <<EOF