summaryrefslogtreecommitdiff
path: root/source4/script/tests/test_win.sh
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r21909: Merge some of my recent improvements to the test infrastructure:Jelmer Vernooij1-6/+6
- Allow tests to specify what environment they need to run in (dc and none are thecurrent supported ones). - Move more Samba4-specific code out of the common code (This used to be commit dbe9de10287c902f4a5ea5d431dea4a79f9b170b)
2007-10-10r21522: Stop passing the VM config file path to wintest_2k3_dc.sh on the ↵Brad Henry1-1/+1
command line. Forgot this one in the last commit. (This used to be commit 2982d9e90c26a78fb4a38ecaa65c192f5f764bf3)
2007-10-10r21495: Pass the VM .vmx file path to wintest_2k3_dc.sh on the command line.Brad Henry1-1/+1
(This used to be commit 06bf94781e688c57f625161722e0a25af5a8d2e3)
2007-10-10r21494: Fix 'make wintest' to support command-line changes to 'vm-get-ip.pl' ↵Brad Henry1-17/+23
and the revertsnapshot() shell function. Restructure existing tests to work with the recent build farm changes. Added windows DC testing to 'make wintest'. Some improvements and generalization to the way errors are handled. (This used to be commit de9687404e802d7e7629c9d03f496d3c5bd30397)
2007-10-10r19475: fixed a couple of typos.Brad Henry1-2/+0
(This used to be commit f2df3a90f1f3b85bc3c847ebfc1d01e2fa9e9ee7)
2007-10-10r19474: Move the Samba server / Windows client test to its own script.Brad Henry1-21/+1
(This used to be commit 908b483ed096497e1604b67ea797c223c3e34adf)
2007-10-10r19473: Add NET tests in their own script. Run the same set of tests that ↵Brad Henry1-0/+4
'make test' does. Comment those tests which don't pass. (This used to be commit 7d382b175b548ae32b4c7c1b728dcd02e20cbbfa)
2007-10-10r19472: Move rpc tests to their own scripts. Run the same tests as 'make ↵Brad Henry1-17/+3
test' does. Comment those tests that don't pass. (This used to be commit 046b38817ad30df14214c5d66ae10999699bdb08)
2007-10-10r19471: Move BASE and RAW tests to their own scripts. Run the same set of ↵Brad Henry1-37/+6
tests as 'make test' does, at least for those that pass. Comment the tests that don't pass. (This used to be commit 33760cfe94f8a4a0e4441dd8fb5089cf8c26487f)
2007-10-10r19470: Move common windows test functions into their own script ↵Brad Henry1-34/+2
wintest_functions.sh, and remove them from the main windows test script. (This used to be commit 587196092846dbab009be9063b1680ad73ae9c14)
2007-10-10r19432: This way of reverting snapshots is much better than the way I was ↵Brad Henry1-1/+1
doing them before. (This used to be commit 42171cbf4959ba36114762a09a747a3c7c87d135)
2007-10-10r19281: Generalize what we do for the RAW-QFILEINFO test call so that the ↵Brad Henry1-24/+31
same process is used for other tests that operate on a share when run against windows. (This used to be commit 3d0cadb303fe9db49289d300a1c9fca44eee9d33)
2007-10-10r19280: Missed renaming a remove_qfileinfo_test() function call.Brad Henry1-1/+1
(This used to be commit 059d52167cbc36d9dbf17b7a9e6463700fa4749d)
2007-10-10r19279: These setup and cleanup functions are general enough for any test ↵Brad Henry1-3/+3
which needs a share to operate on, not just the qfileinfo test, so now they are named more appropriately. (This used to be commit eb16d5324d6e1f4e4b33993e23a6446c3289a85f)
2007-10-10r19277: This commit adds support to run the smbtorture RPC-ASYNCBIND RPC-ATSVCBrad Henry1-10/+16
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. (This used to be commit 542bddacc8a57d5486d0b721ddd9357179b597b5)
2007-10-10r18884: client_test.exp getting changed to client_tests.exp was an ↵Brad Henry1-1/+1
intentional error that I inserted for testing earlier and forgot to take out before commiting. The other error was a real bug. :) (This used to be commit 0269f3101555daaa4b2c4080ab24c1ca75cdc2f6)
2007-10-10r18883: Start including test_functions.sh.Brad Henry1-113/+70
test_win.sh has been rewritten to use the testit() function from test_functions.sh. (This used to be commit d0ed99859f7cbed599abf7083e7fb20bd58b1556)
2007-10-10r18595: try an experiment of adding a RPC test into the windows testingAndrew Tridgell1-3/+12
framework Brad, I know this is a bit hackish. We really need a "testit" like function like in test_functions.sh (This used to be commit 7120fbffa5560dcaf3d796cb72fa3a6b78a991d6)
2007-10-10r18415: Make the samba-windows test scripts executable so they run a little ↵Brad Henry1-0/+0
easier in the build farm. (This used to be commit b2d3f8f7aae5b2bb9baf4e45fbc4632576e6fea8)
2007-10-10r18026: patch from Brad allowing the windows testing to be configuredAndrew Tridgell1-1/+3
externally in the build farm (This used to be commit a85646cba5ae5f96d99bd79d491e4151ffe6e78e)
2007-10-10r17768: This merges in the current version of Brad Henry's windows testingAndrew Tridgell1-0/+150
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 (This used to be commit 7232da0436ff1d84e419d268fee31a095bbb88b7)