Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3:test: don't rely on pyhton being in /usr/bin/python in the sids2xids test | Michael Adam | 2011-06-28 | 1 | -1/+1 |
| | | | | "/usr/bin/env pyhton" should always work as long as pyhton is in the path. | ||||
* | s3:test: fix the smbclient_s3 test on older systems | Michael Adam | 2011-06-28 | 1 | -1/+1 |
| | | | | mktemp requires precisely six Xs at the end of the template name | ||||
* | s3:test: fix the net registry roundtrip test on older systems | Michael Adam | 2011-06-28 | 1 | -1/+1 |
| | | | | mktemp requires exactly Xs at the end of the template name on SLES8 | ||||
* | s3-buildoptions Show compiled-in location of the new ncaclrpc and nmbd sockets | Andrew Bartlett | 2011-06-24 | 1 | -0/+2 |
| | |||||
* | s3: Run pthreadpooltest in make test | Volker Lendecke | 2011-04-25 | 1 | -0/+17 |
| | | | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Apr 25 10:39:12 CEST 2011 on sn-devel-104 (cherry picked from commit 422b2fa0d064f2afeeec400223bb8a47deecc4a5) | ||||
* | s3: Add a test for sid2xids | Volker Lendecke | 2011-04-13 | 2 | -0/+58 |
| | | | | Signed-off-by: Jeremy Allison <jra@samba.org> | ||||
* | s3-selftest Fix test_smbclient_auth.sh | Andrew Bartlett | 2011-03-28 | 1 | -12/+8 |
| | | | | | | | | | | | The -N in the command line meant that all the logins were as the guest, not as the user specified. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Mar 29 00:47:50 CEST 2011 on sn-devel-104 (cherry picked from commit 2c0d80259ad695160b5711db9439c68b5f7ce2d9) | ||||
* | s3:test: mark vanished parameter "postscript" invalid in net registry ↵ | Michael Adam | 2011-03-05 | 1 | -0/+1 |
| | | | | roundtrip test | ||||
* | s3:test: in net registry roundtrip test, mark "lock dir" as invalid parameter | Michael Adam | 2011-03-05 | 1 | -0/+1 |
| | | | | This is a synonym of lock directory which is already marked invalid. | ||||
* | s3:test: in net registry roundtrip test, exclude the files from exclude/logon | Michael Adam | 2011-03-05 | 1 | -1/+1 |
| | | | | These files are not samba config files... | ||||
* | s3:test: correctly react to each failing step in the net registry roundtrip ↵ | Michael Adam | 2011-03-05 | 1 | -0/+29 |
| | | | | tests | ||||
* | s3:test: improve logging in the net registry roundtrip test steps | Michael Adam | 2011-03-05 | 1 | -1/+7 |
| | |||||
* | s3:test: fix smbclient test on older systems (usage of mktemp) | Michael Adam | 2011-02-28 | 1 | -1/+1 |
| | | | | | | | --tmpdir is not a valid option to mktemp on older systems Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Feb 28 18:12:46 CET 2011 on sn-devel-104 | ||||
* | s3:test: fix registry roundtrip test on older systems (usage of mktemp) | Michael Adam | 2011-02-28 | 1 | -1/+1 |
| | | | | --tmpdir is not a valid option to mktemp on older systems | ||||
* | s3-selftest convert tests.sh to python | Andrew Bartlett | 2011-02-22 | 11 | -211/+92 |
| | | | | | | | This should allow us a much better chance of invoking the subunit wrappers in the right way, at the right level. Andrew Bartlett | ||||
* | s3-tests use $PREFIX to ensure tests don't work outside the test area | Andrew Bartlett | 2011-02-22 | 1 | -5/+6 |
| | | | | Andrew Bartlett | ||||
* | Add tests for various s3 auth modes | Andrew Bartlett | 2011-02-22 | 3 | -5/+47 |
| | |||||
* | s3:tests: move the log directory of the smbclient_s3 test to st/ | Michael Adam | 2011-02-21 | 1 | -7/+8 |
| | | | | | | | | And use a proper mktemp call to create a unique name. The old location under /tmp/ was bad. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Feb 21 13:39:06 CET 2011 on sn-devel-104 | ||||
* | s3:tests: clean up old log directories of the registry.roundtrip test | Michael Adam | 2011-02-21 | 1 | -1/+9 |
| | |||||
* | s3:tests: fix the smbclient_s3 test for multiple users running it. | Michael Adam | 2011-02-19 | 1 | -2/+16 |
| | | | | | | | | | | The test created /tmp/log.smbclient, which lets the test fail if two users are running the test simultaneously. Now /tmp/log.test_smbclient_s3.$$ is used. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Sat Feb 19 13:06:57 CET 2011 on sn-devel-104 | ||||
* | s3:tests: remove unused script/tests/test_functions.sh | Michael Adam | 2011-02-19 | 1 | -202/+0 |
| | | | | This is not used any more now with selftest. | ||||
* | s3:tests: include subunit.sh instead of test_functions.sh in test_posix_s3.sh | Michael Adam | 2011-02-19 | 1 | -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. | ||||
* | s3:tests: include subunit.sh instead of test_functions.sh in ↵ | Michael Adam | 2011-02-19 | 1 | -2/+2 |
| | | | | | | | | test_ntlm_auth_s3.sh 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. | ||||
* | s3:tests: include subunit.sh instead of test_functions.sh in ↵ | Michael Adam | 2011-02-19 | 1 | -2/+2 |
| | | | | | | | | test_smbtorture_s3.sh 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. | ||||
* | s3:tests: include subunit.sh instead of test_functions.sh in test_wbinfo_s3.sh | Michael Adam | 2011-02-19 | 1 | -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. | ||||
* | s3:tests: use the blackbox subunit output formatter for the testparm_s3 test. | Michael Adam | 2011-02-19 | 1 | -2/+2 |
| | | | | With the old output, failures would go unnoticed by selftest. | ||||
* | s3:tests: include subunit.sh instead of test_functions.sh in test_local_s3.sh | Michael Adam | 2011-02-19 | 1 | -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. | ||||
* | s3:tests: use the blackbox subunit output formatter for the smbclient_s3 test. | Michael Adam | 2011-02-19 | 1 | -2/+2 |
| | | | | With the old output, failures would go unnoticed by selftest. | ||||
* | s3:test: remove the give/take admin rights code from the net(rpc)registry test | Michael Adam | 2011-02-16 | 1 | -44/+0 |
| | | | | | This is not neede any more. The token has been fixed at the lower level on the dc. | ||||
* | s3:test: move the registry roundtrip test to a test script of its own | Michael Adam | 2011-02-16 | 2 | -85/+109 |
| | |||||
* | s3:test: add comment header to test_net_registry.sh | Michael Adam | 2011-02-16 | 1 | -2/+6 |
| | |||||
* | s3:test: use the blackbox subunit test driver in the net_registry tests. | Michael Adam | 2011-02-16 | 1 | -4/+3 |
| | |||||
* | s3:test: use the blackbox subunit test driver in the net_misc tests. | Michael Adam | 2011-02-16 | 1 | -2/+2 |
| | |||||
* | s3:test: add a simple failing blackbox testsuite | Michael Adam | 2011-02-16 | 1 | -0/+39 |
| | |||||
* | s3:test: add a simple blackbox test that succeeds. | Michael Adam | 2011-02-16 | 1 | -0/+26 |
| | |||||
* | s3-selftest: move all skipped test to skiplist. | Günther Deschner | 2011-02-15 | 1 | -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 | ||||
* | s3-selftest: when skipping tests, use the selftest/skip file. | Günther Deschner | 2011-02-15 | 1 | -18/+0 |
| | | | | Guenther | ||||
* | s3-selftest: remove some more unused test functions. | Günther Deschner | 2011-02-11 | 1 | -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 | ||||
* | s3-selftest: run the three net tests individually. | Günther Deschner | 2011-02-10 | 1 | -35/+0 |
| | | | | Guenther | ||||
* | s3-oldtest: remove unused tests_all.sh file. | Günther Deschner | 2011-02-10 | 1 | -94/+0 |
| | | | | Guenther | ||||
* | selftest: remove make oldtest. | Günther Deschner | 2011-02-08 | 1 | -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 | ||||
* | s3-build: remove --samba3-ndr-client from build_idl.sh script. | Günther Deschner | 2011-02-02 | 1 | -3/+3 |
| | | | | Guenther | ||||
* | s3-selftest: Enable RPC-EPMAPPER tests. | Andreas Schneider | 2011-02-02 | 1 | -1/+1 |
| | | | | | Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Feb 2 13:28:41 CET 2011 on sn-devel-104 | ||||
* | s3-smbd: Disable the endpoint mapper by default. | Andreas Schneider | 2011-02-02 | 1 | -0/+2 |
| | |||||
* | Add delete-ln test now we can correctly delete hardlinks. | Jeremy Allison | 2011-01-28 | 1 | -1/+1 |
| | | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Jan 28 01:24:19 CET 2011 on sn-devel-104 | ||||
* | s3-net: add roundtrip tests for registry import/export | Gregor Beck | 2011-01-21 | 1 | -0/+88 |
| | |||||
* | Add OPLOCK4 test which explores how Windows copes with oplock and share mode ↵ | Jeremy Allison | 2011-01-15 | 1 | -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 | ||||
* | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 2010-12-11 | 1 | -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 | ||||
* | tests: avoid bash in shebang and fix wrong "==" in test | Björn Jacke | 2010-12-02 | 1 | -1/+1 |
| | |||||
* | s3-oldtest: add WIN40 to print$ share. | Günther Deschner | 2010-11-29 | 1 | -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 |