Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-11 | smbtorture: Default to listing all tests if no prefix was specified. | Jelmer Vernooij | 1 | -2/+6 | |
2010-12-11 | smbtorture: Implement --list argument. | Jelmer Vernooij | 1 | -10/+45 | |
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 1 | -7/+7 | |
This is consistent with the test names used by selftest, should make the names less confusing and easier to integrate with other tools. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 11 04:16:13 CET 2010 on sn-devel-104 | |||||
2010-12-10 | smbtorture: Rename --list to --list-suites, add stub --list. | Jelmer Vernooij | 1 | -10/+11 | |
2010-10-11 | s4:smbtorture Create a new random output directory each time, and delete it | Andrew Bartlett | 1 | -2/+14 | |
This ensures we don't delete an exiting directory. Andrew Bartlett Signed-off-by: Matthieu Patou <mat@matws.net> | |||||
2010-10-01 | samba: share readline wrappers among all buildsystems. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-09-22 | smbtorture: Report times. | Jelmer Vernooij | 1 | -0/+2 | |
2010-09-21 | torture: Remove active_testname variable. | Jelmer Vernooij | 1 | -3/+0 | |
2010-09-21 | torture: Fix running individual tests. | Jelmer Vernooij | 1 | -2/+2 | |
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -53/+53 | |
this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-06-25 | smbtorture: Fix loading of --load-list. | Jelmer Vernooij | 1 | -10/+12 | |
2010-06-21 | smbtorture: Fixx off-by-one command line parsing. | James Peach | 1 | -17/+17 | |
If we are not in shell mode we require both the target and test name arguments. Make sure we process these from the correct index. | |||||
2010-06-21 | smbtorture: Add "target" command to interactive shell. | James Peach | 1 | -15/+22 | |
Add a "target" command to set the target server to test. Refactor the command line argument processing a little so that you can run --shell without any additional arguments. | |||||
2010-06-21 | smbtorture: Move interactive shell into a separate file. | James Peach | 1 | -59/+18 | |
2010-06-21 | smbtorture: Print global options for interactive "list" command. | James Peach | 1 | -1/+3 | |
2010-06-21 | smbtorture: Add history support to shell mode. | James Peach | 1 | -1/+8 | |
2010-06-21 | smbtorture: Add list command to smbtorture shell. | James Peach | 1 | -36/+94 | |
2010-06-15 | s4 torture: RAW-SEARCH: break out some of the old search levels | Aravind Srinivasan | 1 | -0/+2 | |
* Added two new parameters: raw_search_search and raw_ea_size which can be enabled/disabled based on whether the server supports RAW_SEARCH_SEARCH and/or RAW_SEARCH_EA_SIZE levels * Skip unsupported levels from the server and give a warning rather than failing. Signed-off-by: Tim Prouty <tprouty@samba.org> | |||||
2010-06-03 | s4-smbtorture: allow to call single tests from a testcase in a testsuite | Günther Deschner | 1 | -0/+10 | |
directly on the commandline. Guenther | |||||
2010-04-10 | torture: Simplify torture suite running, call restricted test suite runner. | Jelmer Vernooij | 1 | -43/+29 | |
2010-04-10 | smbtorture: Remove unused shell feature. | Jelmer Vernooij | 1 | -51/+1 | |
2010-04-10 | smbtorture: Support --load-list argument. | Jelmer Vernooij | 1 | -16/+30 | |
2010-04-09 | s4/torture: Suppress Valgrind warnings | Kamen Mazdrashki | 1 | -1/+2 | |
This patch suppresses two Valgrind warnings of type "xxx bytes in yy blocks are indirectly lost in loss record" | |||||
2010-03-31 | smbtorture: Report number of available tests in a testsuite using subunit. | Jelmer Vernooij | 1 | -1/+7 | |
2010-01-10 | s4/torture: Parameterize output in LOCK tests based off server support | Steven Danneman | 1 | -0/+3 | |
Two new torture parameters: * smbexit_pdu_support: if the Server supports the Exit command * range_not_locked_on_file_close: whether the server returns the NT_STATUS_RANGE_NOT_LOCKED error when a file is closed which has a pending lock request. Windows returns this error, though per the spec, this error should only be returned to an unlock request. | |||||
2009-12-07 | s4 torture: Add a new torture:hide_on_access_denied parameter | Tim Prouty | 1 | -0/+3 | |
It appears some newer versions of windows return NT_STATUS_OBJECT_NAME_NOT_FOUND on a createfile when access is denied rather than NT_STATUS_ACCESS_DENIED. I'm not sure how this translates to directory enumeration yet, but for now make this a parameter that can be checked in the various torture tests. This also gets RAW-ACLS and SMB2-CREATE passing against win7. | |||||
2009-12-03 | s4 torture: Make RAW-SEARCH pass against win7 | Zachary Loafman | 1 | -0/+9 | |
Signed-off-by: Tim Prouty <tprouty@samba.org> | |||||
2009-12-03 | s4 torture: Parameterize WRITE_AND_CLOSE support | Zachary Loafman | 1 | -0/+1 | |
Signed-off-by: Tim Prouty <tprouty@samba.org> | |||||
2009-12-03 | s4 torture: Allow READ to be parameterized, add more readx tests | Zachary Loafman | 1 | -0/+1 | |
Signed-off-by: Tim Prouty <tprouty@samba.org> | |||||
2009-12-03 | s4-torture: Allow the legacy DENY_FCB/DENY_DOS share modes to be ignored | Zachary Loafman | 1 | -0/+2 | |
Signed-off-by: Tim Prouty <tprouty@samba.org> | |||||
2009-12-03 | s4 torture: Add a few more windows target types | Tim Prouty | 1 | -0/+4 | |
2009-12-03 | s4 torture: Allow some implementations to break from level1 to none with two ↵ | Tim Prouty | 1 | -0/+2 | |
breaks | |||||
2009-12-02 | s4/torture: Add target functionality parameters to SMBv1 BRL tests | Steven Danneman | 1 | -1/+6 | |
Abstract the server requirements to pass some BRL tests. * The new default for >64bit lock tests, is that the server should return STATUS_INVALID_LOCK_RANGE. * Add parameter for targets that don't implement DENY_DOS | |||||
2009-12-01 | Revert "s4 torture: Allow onefs to be checked like samba3 and samba4" | Tim Prouty | 1 | -1/+0 | |
This reverts commit 98f595036e196dd61340fef0faf63ca762a25307. No longer necessary | |||||
2009-11-25 | s4 torture: Allow onefs to be checked like samba3 and samba4 | Tim Prouty | 1 | -0/+1 | |
This is needed for the new RAW-SFILEINFO-END-OF-FILE test to differentiate what appears to be a windows bug. | |||||
2009-11-17 | s4/torture: Port SMBv1 Change Notify tests to SMBv2 | Aravind Srinivasan | 1 | -0/+2 | |
* Ported all tests from raw/notify.c to smb2/notify.c * Parameterized the max_buffer_size so it can be set on a per-target basis. * Fixed CHECK macros to use torture_result * Created a SMB2-NOTIFY test suite | |||||
2009-11-17 | torture/smb2: make SMB2 BRL tests pass against W2K8R2 | Steven Danneman | 1 | -0/+2 | |
The BRL tests previously based their results off several bugs in the W2K8 byte range lock code. I've fixed up the tests to pass against Win7 which has fixed these bugs, and assume that the Win7 behavior is the default. I have inverted the test behavior for >63-bit lock requests. The tests previously expected NT_STATUS_OK as their default in this case. I've changed that default to expect STATUS_INVALID_LOCK_RANGE. This may requires some changing of make test to compensate. I've also removed a few test scenarios from VALID-REQUEST in preparation of replacing them with separate tests ported from RAW-LOCK. | |||||
2009-10-22 | s4:smbtorture - Add "const" before "value" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-10-20 | s4-torture: ran minimal_includes.pl over source4/torture | Andrew Tridgell | 1 | -4/+0 | |
This reduces compile time somewhat. | |||||
2009-10-15 | s4-torture: catch bad command line options | Andrew Tridgell | 1 | -0/+3 | |
It is annoying when you mistype a command line option and aren't told. | |||||
2009-10-06 | s4/torture: Add server target of OneFS | Steven Danneman | 1 | -2/+5 | |
I've added a "--target=onefs" which lists expected deviation in the OneFS SMB server implementation compared to a Windows machine. I've added this in a generic way using a list of module specific parameters. This list currently only contains the absence of SACL support but will be added to as additional server differences are defined. I'd liked to use this abstraction for defining the differences between a WinXP and Win7 server as well. | |||||
2009-07-06 | RAW-LOCK: fix the run against w2k3, w2k8, win7rc and samba3/4 | Stefan Metzmacher | 1 | -0/+2 | |
We now allow --target=w2k8. The strange thing is that w2k8 and win7rc only do half of the timeout that was given by the client. metze | |||||
2009-06-13 | smbtorture: Output subunit by default. | Jelmer Vernooij | 1 | -1/+1 | |
2009-06-13 | smbtorture: Remove unused 'quiet' output format. | Jelmer Vernooij | 1 | -36/+0 | |
2009-02-11 | s4 torture: Smbtorture additions for Windows BRL | Zack Kirsch | 1 | -0/+2 | |
- Adds a few new BRL tests to RAW-LOCK - Adds a "win7" target to allow torture to handle protocol changes in windows 7 | |||||
2008-12-22 | Fix segfault when there are no tests registered. | Jelmer Vernooij | 1 | -1/+1 | |
2008-11-02 | Fix the build. | Jelmer Vernooij | 1 | -0/+3 | |
2008-11-01 | Split out torture results from torture context. | Jelmer Vernooij | 1 | -3/+6 | |
2008-10-23 | Move subunit ui ops out of smbtorture to the torture library. | Jelmer Vernooij | 1 | -75/+1 | |
2008-10-20 | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 1 | -1/+1 | |
remove some unused functions. |