diff options
author | Rafal Szczesniak <mimir@samba.org> | 2006-09-06 19:43:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:48 -0500 |
commit | 53605701152cea3fdaefcad788b38b88689e9bc7 (patch) | |
tree | e8229972ae806b5dc7f301d445ff4ed5a5f4e593 | |
parent | d1ee67e1f3ba9cd2593dfbae6d30e3bffca59d83 (diff) | |
download | samba-53605701152cea3fdaefcad788b38b88689e9bc7.tar.gz samba-53605701152cea3fdaefcad788b38b88689e9bc7.tar.bz2 samba-53605701152cea3fdaefcad788b38b88689e9bc7.zip |
r18190: Add more NET tests to be run on the build farm.
rafal
(This used to be commit 8657bd437a13513632650a192509fc98c686c69d)
-rwxr-xr-x | source4/script/tests/test_net.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/script/tests/test_net.sh b/source4/script/tests/test_net.sh index dc94289052..eb36f27cbb 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-RPCCONN-SRV NET-API-RPCCONN-DC NET-API-RPCCONN-DCINFO NET-API-LISTSHARES NET-API-CREATEUSER NET-API-DELETEUSER" +ncacn_np_tests="NET-API-LOOKUP NET-API-LOOKUPHOST NET-API-LOOKUPPDC 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" +ncacn_ip_tcp_tests="NET-API-LOOKUP NET-API-LOOKUPHOST NET-API-LOOKUPPDC 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 |