1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-31 12:23:52 +03:00
Commit Graph

20 Commits

Author SHA1 Message Date
Andrew Tridgell
180c209c1b r11818: - changed the option torture:echo_TestSleep=yes/no to the more generic
option torture:quick=yes/no. This should be used in all slow tests to
  enable a quick mode

- enabled the test_rpc_quick.sh tests in 'make quicktest'
2007-10-10 13:46:33 -05:00
Andrew Bartlett
a67b87cb6e r10595: Use a server name of 'localtest' not 'localhost', so we can move to
testing kerberos.

Andrew Bartlett
2007-10-10 13:39:09 -05:00
Stefan Metzmacher
102c2e0ae4 r8505: - 'seal' and 'sign,seal' is the same
- sign and seal are tested seperate below

metze
2007-10-10 13:29:33 -05:00
Andrew Tridgell
82f8ad16af r8498: more test suite speedups. It's down to 5 minutes on my box now 2007-10-10 13:23:10 -05:00
Andrew Tridgell
037feb7538 r8496: speed up the test_echo.sh test a lot, while still providing good coverage 2007-10-10 13:23:09 -05:00
Andrew Bartlett
544a38824e r7758: When not running on the build farm, print out the failed command line again.
Add NTLMv2 varients to the echo and session key tests.

Andrew Bartlett
2007-10-10 13:18:32 -05:00
Andrew Tridgell
93eb9afb4d r7504: missed one 2007-10-10 13:18:01 -05:00
Andrew Tridgell
42754de142 r7502: the sleep test in echo is already run on the main rpc test, so no need to run it with every combination in
this test. It takes nearly all of the time.
2007-10-10 13:18:01 -05:00
Andrew Tridgell
3d70755abf r7495: used --maximum-runtime=300 for each smbtorture call, to prevent it
running too long
2007-10-10 13:18:00 -05:00
Stefan Metzmacher
98acab72c9 r7469: fix typo
metze
2007-10-10 13:17:56 -05:00
Stefan Metzmacher
4ff50d12ae r7429: make the shell happy and don't use [bla]
metze
2007-10-10 13:17:52 -05:00
Stefan Metzmacher
7e567a6b69 r7421: - move test* functions to a seperate file
- print build farm style output when RUN_FROM_BUILD_FARM=yes

metze
2007-10-10 13:17:51 -05:00
Stefan Metzmacher
e90b83d038 r7402: - don't stop after a failed test
- some more fixes

metze
2007-10-10 13:17:50 -05:00
Andrew Bartlett
db0aa1c4b7 r6598: Make it easy to point the test_echo.sh at remote servers, without
trying to find it on ncaclrpc at well.

Andrew Bartlett
2007-10-10 13:16:29 -05:00
Andrew Tridgell
a07bca1707 r3592: auto-cleanup the test.$$ log files in these test scripts on control-C 2007-10-10 13:05:36 -05:00
Andrew Tridgell
3d270fd86c r3321: make the test_echo.sh test suite test non-blocking on all rpc transports
this test now passes
2007-10-10 13:04:54 -05:00
Andrew Tridgell
e4216da824 r3305: added ncalrpc to the list of rpc transports tested by test_echo.sh, so
it gets regularly tested when I make changes.
2007-10-10 13:04:52 -05:00
Jelmer Vernooij
c15862e778 r3032: Somewhat stricter syntax for binding strings:
[] is now mandatory
 : after the hostname is no longer allowed

examples of allowed binding strings:

ncacn_np:myhost[samr]
ncacn_ip_tcp:10.0.0.1[1045]
ncacn_ip_tcp:2001:7b8:37b:1:210:dcff:fecb:a9e3[1024,sign,seal]
ncacn_np:myhost
ncacn_ip_tcp:192.168.4.2
308FB580-1EB2-11CA-923B-08002B1075A7@ncacn_ip_tcp:192.168.4.2
308FB580-1EB2-11CA-923B-08002B1075A7@ncacn_ip_tcp:192.168.4.2[,print]

Note that the last two lines are not recognized by smbtorture as a binding
 string yet. dcerpc_parse_binding() does accept them though.
2007-10-10 13:00:00 -05:00
Andrew Tridgell
01a759b627 r2617: add connect testing to the rpc test suite 2007-10-10 12:59:12 -05:00
Andrew Tridgell
42bdee690b r2305: a useful test script for trying a wide variety of DCE/RPC options with the echo pipe
and smbtorture
2007-10-10 12:58:41 -05:00