1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-18 00:23:50 +03:00
Commit Graph

17 Commits

Author SHA1 Message Date
Brad Henry
f2df3a90f1 r19475: fixed a couple of typos. 2007-10-10 14:21:39 -05:00
Brad Henry
908b483ed0 r19474: Move the Samba server / Windows client test to its own script. 2007-10-10 14:21:38 -05:00
Brad Henry
7d382b175b r19473: Add NET tests in their own script. Run the same set of tests that 'make test' does.
Comment those tests which don't pass.
2007-10-10 14:21:38 -05:00
Brad Henry
046b38817a r19472: Move rpc tests to their own scripts. Run the same tests as 'make test' does.
Comment those tests that don't pass.
2007-10-10 14:21:38 -05:00
Brad Henry
33760cfe94 r19471: Move BASE and RAW tests to their own scripts. Run the same set of tests as 'make test' does, at least for those that pass.
Comment the tests that don't pass.
2007-10-10 14:21:37 -05:00
Brad Henry
5871960928 r19470: Move common windows test functions into their own script wintest_functions.sh, and remove them from the main windows test script. 2007-10-10 14:21:37 -05:00
Brad Henry
42171cbf49 r19432: This way of reverting snapshots is much better than the way I was doing them before. 2007-10-10 14:21:30 -05:00
Brad Henry
3d0cadb303 r19281: Generalize what we do for the RAW-QFILEINFO test call so that the same process
is used for other tests that operate on a share when run against windows.
2007-10-10 14:21:02 -05:00
Brad Henry
059d52167c r19280: Missed renaming a remove_qfileinfo_test() function call. 2007-10-10 14:21:02 -05:00
Brad Henry
eb16d5324d r19279: These setup and cleanup functions are general enough for any test which needs
a share to operate on, not just the qfileinfo test, so now they are named
more appropriately.
2007-10-10 14:21:01 -05:00
Brad Henry
542bddacc8 r19277: This commit adds support to run the smbtorture RPC-ASYNCBIND RPC-ATSVC
RPC-DSSETUP RPC-EPMAPPER RPC-INITSHUTDOWN RPC-LSA-GETUSER RPC-MULTIBIND RPC-ROT
RPC-SECRETS RPC-SRVSVC RPC-SVCCTL  RPC-WKSSVC tests against windows, either
by 'make wintest' or in the build farm.

I was surprised when RPC-EVENTLOG and RPC-LSA failed, so i'll investigate today.
2007-10-10 14:21:01 -05:00
Brad Henry
0269f31015 r18884: client_test.exp getting changed to client_tests.exp was an intentional error that I inserted for testing earlier and forgot to take out before commiting.
The other error was a real bug. :)
2007-10-10 14:20:18 -05:00
Brad Henry
d0ed99859f r18883: Start including test_functions.sh.
test_win.sh has been rewritten to use the testit() function from test_functions.sh.
2007-10-10 14:20:18 -05:00
Andrew Tridgell
7120fbffa5 r18595: try an experiment of adding a RPC test into the windows testing
framework

Brad, I know this is a bit hackish. We really need a "testit" like
function like in test_functions.sh
2007-10-10 14:18:54 -05:00
Brad Henry
b2d3f8f7aa r18415: Make the samba-windows test scripts executable so they run a little easier in the build farm. 2007-10-10 14:18:25 -05:00
Andrew Tridgell
a85646cba5 r18026: patch from Brad allowing the windows testing to be configured
externally in the build farm
2007-10-10 14:17:04 -05:00
Andrew Tridgell
7232da0436 r17768: This merges in the current version of Brad Henry's windows testing
framework patch. There are some issues with the patch that I will
discuss in a separate email to the list, but given the low (zero?)
impact of the patch as it is, I think its better to integrate it now,
then let Brad send some minor update patches later
2007-10-10 14:16:38 -05:00