Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-09 | s3-build: Move generated config.h and config.h.in to include/autoconf | Andrew Bartlett | 1 | -1/+1 | |
This ensures that these are not found by the waf build, which causes issues when the wrong config.h is used by the recursive smbtorture build Andrew Bartlett | |||||
2011-04-27 | dynconfig: Have only one dynconfig.o in the common code. | Andrew Bartlett | 2 | -2/+2 | |
2011-04-27 | s3-test Make samba3.blackbox.net.local.registry.roundtrip reliable | Andrew Bartlett | 1 | -2/+2 | |
Looking for smb.conf files with find -name \*.conf would find and not find all sorts of things that were just not valid inputs. When restricted to under source3 it then finds no inputs in the top level build, as it only worked on the generated smb.conf files from 'make test' environments. Instead, just run it on the one file we know is valid, and if we want to run it on more files, then we can make this test run against more environments, or specific target files. Andrew Bartlett | |||||
2011-04-25 | s3: Some build farm machines do not have /bin/true | Volker Lendecke | 1 | -4/+7 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Apr 25 14:35:42 CEST 2011 on sn-devel-104 | |||||
2011-04-25 | s3: Run pthreadpooltest in make test | Volker Lendecke | 1 | -0/+17 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Apr 25 10:39:12 CEST 2011 on sn-devel-104 | |||||
2011-04-16 | selftest Add binary mappings for samba3 selftest | Andrew Bartlett | 4 | -13/+17 | |
This will help us have a top level 'make test', working around the fact that the --eanble-s3build has different names for some of these binaries, without fixing the names forever (we can just change the mapping later). Andrew Bartlett | |||||
2011-04-13 | s3: Add a test for sid2xids | Volker Lendecke | 2 | -0/+58 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-04 | s3-selftest Look only under source3 for smb.conf files | Andrew Bartlett | 1 | -1/+1 | |
This test looks for any .conf file with [global] in it, and assumes it's a Samba3 format smb.conf file. If 'make test' has been run in the top level build, it was finding the smb.conf files it generated. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Apr 4 23:50:06 CEST 2011 on sn-devel-104 | |||||
2011-04-04 | s3-selftest Remove more instances of /tmp in test_smbclient_s3.sh | Andrew Bartlett | 1 | -4/+4 | |
2011-03-29 | s3-selftest Fix test_smbclient_auth.sh | Andrew Bartlett | 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 | |||||
2011-03-29 | s3-selftest unconditionaly include subunit.sh | Andrew Bartlett | 12 | -32/+4 | |
we no longer . this file into other shell scripts, so we don't need this check any more. Andrew Bartlett | |||||
2011-03-05 | s3:test: mark vanished parameter "postscript" invalid in net registry ↵ | Michael Adam | 1 | -0/+1 | |
roundtrip test | |||||
2011-03-05 | s3:test: in net registry roundtrip test, mark "lock dir" as invalid parameter | Michael Adam | 1 | -0/+1 | |
This is a synonym of lock directory which is already marked invalid. | |||||
2011-03-05 | s3:test: in net registry roundtrip test, exclude the files from exclude/logon | Michael Adam | 1 | -1/+1 | |
These files are not samba config files... | |||||
2011-03-05 | s3:test: correctly react to each failing step in the net registry roundtrip ↵ | Michael Adam | 1 | -0/+29 | |
tests | |||||
2011-03-05 | s3:test: improve logging in the net registry roundtrip test steps | Michael Adam | 1 | -1/+7 | |
2011-02-28 | s3:test: fix smbclient test on older systems (usage of mktemp) | Michael Adam | 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 | |||||
2011-02-28 | s3:test: fix registry roundtrip test on older systems (usage of mktemp) | Michael Adam | 1 | -1/+1 | |
--tmpdir is not a valid option to mktemp on older systems | |||||
2011-02-22 | s3-selftest convert tests.sh to python | Andrew Bartlett | 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 | |||||
2011-02-22 | s3-tests use $PREFIX to ensure tests don't work outside the test area | Andrew Bartlett | 1 | -5/+6 | |
Andrew Bartlett | |||||
2011-02-22 | Add tests for various s3 auth modes | Andrew Bartlett | 3 | -5/+47 | |
2011-02-21 | s3:tests: move the log directory of the smbclient_s3 test to st/ | Michael Adam | 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 | |||||
2011-02-21 | s3:tests: clean up old log directories of the registry.roundtrip test | Michael Adam | 1 | -1/+9 | |
2011-02-19 | s3:tests: fix the smbclient_s3 test for multiple users running it. | Michael Adam | 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 | |||||
2011-02-19 | s3:tests: remove unused script/tests/test_functions.sh | Michael Adam | 1 | -202/+0 | |
This is not used any more now with selftest. | |||||
2011-02-19 | s3:tests: include subunit.sh instead of test_functions.sh in test_posix_s3.sh | Michael Adam | 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. | |||||
2011-02-19 | s3:tests: include subunit.sh instead of test_functions.sh in ↵ | Michael Adam | 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. | |||||
2011-02-19 | s3:tests: include subunit.sh instead of test_functions.sh in ↵ | Michael Adam | 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. | |||||
2011-02-19 | s3:tests: include subunit.sh instead of test_functions.sh in test_wbinfo_s3.sh | Michael Adam | 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. | |||||
2011-02-19 | s3:tests: use the blackbox subunit output formatter for the testparm_s3 test. | Michael Adam | 1 | -2/+2 | |
With the old output, failures would go unnoticed by selftest. | |||||
2011-02-19 | s3:tests: include subunit.sh instead of test_functions.sh in test_local_s3.sh | Michael Adam | 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. | |||||
2011-02-19 | s3:tests: use the blackbox subunit output formatter for the smbclient_s3 test. | Michael Adam | 1 | -2/+2 | |
With the old output, failures would go unnoticed by selftest. | |||||
2011-02-16 | s3:test: remove the give/take admin rights code from the net(rpc)registry test | Michael Adam | 1 | -44/+0 | |
This is not neede any more. The token has been fixed at the lower level on the dc. | |||||
2011-02-16 | s3:test: move the registry roundtrip test to a test script of its own | Michael Adam | 2 | -85/+109 | |
2011-02-16 | s3:test: add comment header to test_net_registry.sh | Michael Adam | 1 | -2/+6 | |
2011-02-16 | s3:test: use the blackbox subunit test driver in the net_registry tests. | Michael Adam | 1 | -4/+3 | |
2011-02-16 | s3:test: use the blackbox subunit test driver in the net_misc tests. | Michael Adam | 1 | -2/+2 | |
2011-02-16 | s3:test: add a simple failing blackbox testsuite | Michael Adam | 1 | -0/+39 | |
2011-02-16 | s3:test: add a simple blackbox test that succeeds. | Michael Adam | 1 | -0/+26 | |
2011-02-15 | s3-selftest: move all skipped test to skiplist. | Günther Deschner | 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 | |||||
2011-02-15 | s3-selftest: when skipping tests, use the selftest/skip file. | Günther Deschner | 1 | -18/+0 | |
Guenther | |||||
2011-02-11 | s3-selftest: remove some more unused test functions. | Günther Deschner | 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 | |||||
2011-02-10 | s3-selftest: run the three net tests individually. | Günther Deschner | 1 | -35/+0 | |
Guenther | |||||
2011-02-10 | s3-oldtest: remove unused tests_all.sh file. | Günther Deschner | 1 | -94/+0 | |
Guenther | |||||
2011-02-08 | selftest: remove make oldtest. | Günther Deschner | 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 | |||||
2011-02-02 | s3-build: remove --samba3-ndr-client from build_idl.sh script. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2011-02-02 | s3-selftest: Enable RPC-EPMAPPER tests. | Andreas Schneider | 1 | -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-02 | s3-smbd: Disable the endpoint mapper by default. | Andreas Schneider | 1 | -0/+2 | |
2011-01-28 | Add delete-ln test now we can correctly delete hardlinks. | Jeremy Allison | 1 | -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-21 | s3-net: add roundtrip tests for registry import/export | Gregor Beck | 1 | -0/+88 | |