summaryrefslogtreecommitdiff
path: root/source3/script
AgeCommit message (Collapse)AuthorFilesLines
2011-02-19s3:tests: include subunit.sh instead of test_functions.sh in test_wbinfo_s3.shMichael Adam1-2/+2
It would actually not be necessary at all to include a script providing testit() and so on, since this script snippet is currently only sourced in tests.sh to plan the included test.
2011-02-19s3:tests: use the blackbox subunit output formatter for the testparm_s3 test.Michael Adam1-2/+2
With the old output, failures would go unnoticed by selftest.
2011-02-19s3:tests: include subunit.sh instead of test_functions.sh in test_local_s3.shMichael Adam1-2/+2
It would actually not be necessary at all to include a script providing testit() and so on, since this script snippet is currently only sourced in tests.sh to plan the included test.
2011-02-19s3:tests: use the blackbox subunit output formatter for the smbclient_s3 test.Michael Adam1-2/+2
With the old output, failures would go unnoticed by selftest.
2011-02-16s3:test: remove the give/take admin rights code from the net(rpc)registry testMichael Adam1-44/+0
This is not neede any more. The token has been fixed at the lower level on the dc.
2011-02-16s3:test: move the registry roundtrip test to a test script of its ownMichael Adam2-85/+109
2011-02-16s3:test: add comment header to test_net_registry.shMichael Adam1-2/+6
2011-02-16s3:test: use the blackbox subunit test driver in the net_registry tests.Michael Adam1-4/+3
2011-02-16s3:test: use the blackbox subunit test driver in the net_misc tests.Michael Adam1-2/+2
2011-02-16s3:test: add a simple failing blackbox testsuiteMichael Adam1-0/+39
2011-02-16s3:test: add a simple blackbox test that succeeds.Michael Adam1-0/+26
2011-02-15s3-selftest: move all skipped test to skiplist.Günther Deschner1-8/+0
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 15 12:52:22 CET 2011 on sn-devel-104
2011-02-15s3-selftest: when skipping tests, use the selftest/skip file.Günther Deschner1-18/+0
Guenther
2011-02-11s3-selftest: remove some more unused test functions.Günther Deschner1-132/+0
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Feb 11 00:33:58 CET 2011 on sn-devel-104
2011-02-10s3-selftest: run the three net tests individually.Günther Deschner1-35/+0
Guenther
2011-02-10s3-oldtest: remove unused tests_all.sh file.Günther Deschner1-94/+0
Guenther
2011-02-08selftest: remove make oldtest.Günther Deschner1-513/+0
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 8 22:16:31 CET 2011 on sn-devel-104
2011-02-02s3-build: remove --samba3-ndr-client from build_idl.sh script.Günther Deschner1-3/+3
Guenther
2011-02-02s3-selftest: Enable RPC-EPMAPPER tests.Andreas Schneider1-1/+1
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Feb 2 13:28:41 CET 2011 on sn-devel-104
2011-02-02s3-smbd: Disable the endpoint mapper by default.Andreas Schneider1-0/+2
2011-01-28Add delete-ln test now we can correctly delete hardlinks.Jeremy Allison1-1/+1
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Jan 28 01:24:19 CET 2011 on sn-devel-104
2011-01-21s3-net: add roundtrip tests for registry import/exportGregor Beck1-0/+88
2011-01-15Add OPLOCK4 test which explores how Windows copes with oplock and share mode ↵Jeremy Allison1-1/+1
breaks on hard links. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Jan 15 00:59:46 CET 2011 on sn-devel-104
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij1-49/+49
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-02tests: avoid bash in shebang and fix wrong "==" in testBjörn Jacke1-1/+1
2010-11-29s3-oldtest: add WIN40 to print$ share.Günther Deschner1-0/+1
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Nov 29 16:20:37 CET 2010 on sn-devel-104
2010-11-12s3: Rename GIT_COMMIT_{TIME,DATE} to COMMIT_{TIME,DATE}.Jelmer Vernooij1-4/+4
This avoids some special casing in the waf code.
2010-11-10Add test that detects problems in the SMB signing code when run through ↵Jeremy Allison1-1/+1
cli_write() (which doesn't use the new async methods). Unfortunately, and I think due to the socket wrapper code, this doesn't detect the failure on the build farm, but running the RW-SIGNING test separately against a Samba or Windows server using signing does. Jeremy.
2010-10-28s3-selftest: add vfs_modulesdir variable for both test systems.Günther Deschner1-1/+2
Guenther
2010-10-05s3-waf: add slightly different mkbuildoptions awk script for waf.Günther Deschner1-0/+273
This allows to run make test (w/o smbtorture4 for now) using waf. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Oct 5 18:24:55 UTC 2010 on sn-devel-104
2010-10-05s3-selftest: enable smb2 torture tests against samba3.Günther Deschner2-1/+5
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Oct 5 14:38:07 UTC 2010 on sn-devel-104
2010-09-22s3:tests: fix misplaced '...' for grep pattern in test_net_registry.shMichael Adam1-1/+1
2010-09-10s3-selftest: rename printer "print4" to "lp".Günther Deschner1-1/+1
This should trigger a false error condition in our code. Guenther
2010-08-16s3-selftest: fix make oldtest (testparm_s3 tests use $LOCAL_PATH).Günther Deschner1-2/+3
Guenther
2010-08-13s3-selftest: fix testparm tests as non-root.Günther Deschner1-1/+1
Thanks to Andreas for pointing this out. Guenther
2010-07-14s3-selftest: enable RPC-BIND against s3.Günther Deschner1-1/+1
Guenther
2010-07-05s3-idl: support --full for s3 build_idl.sh as well.Günther Deschner1-0/+13
Guenther
2010-06-17s3-selftest: fix locktest9 in make selftest.Günther Deschner3-3/+5
Guenther
2010-06-04s3-selftest: do not call main RPC-SPOOLSS testsuite.Günther Deschner1-1/+1
The tests formerly available in there can now be accessed via RPC-SPOOLSS-PRINTSERVER. Guenther
2010-06-02s3-selftest: Fix blackbox smbclient s3 tests during make selftest.Günther Deschner1-1/+1
Guenther
2010-05-21s3: registry: add tests with empty valuenameGregor Beck1-13/+25
Signed-off-by: Michael Adam <obnox@samba.org>
2010-05-21s3: registry: let test_setvalue use getvalueraw instead of enumerateGregor Beck1-22/+6
simplifies code, prerequisite to handle empty valuenames Signed-off-by: Michael Adam <obnox@samba.org>
2010-05-12s3-selftest: enable RAP-SAM against Samba 3.Günther Deschner1-1/+1
Guenther
2010-05-07idl: get the logic of the prevous commit rightBjörn Jacke1-1/+1
2010-05-07idl: fix Unix builds by replacing bashismBjörn Jacke1-1/+1
test -nt is not portable - tridge, please check!
2010-05-04s3-idl: update the 2nd build_idl.sh scriptAndrew Tridgell1-9/+13
2010-04-28s3-selftest: enable RAP-PRINTING against s3.Günther Deschner1-1/+1
Guenther
2010-04-23s3-selftest: enable RPC-SPOOLSS-DRIVER against s3.Günther Deschner1-0/+1
Guenther
2010-04-23s3-selftest: add print$ share with two arch dirs.Günther Deschner1-0/+8
(make test variant) Guenther
2010-04-19s3: Test for wb ccache access by smbclientVolker Lendecke1-0/+33