summaryrefslogtreecommitdiffstats
path: root/source3/selftest/tests.py
Commit message (Collapse)AuthorAgeFilesLines
* s3:selftest: add a few more raw.* testsStefan Metzmacher2011-06-081-1/+3
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jun 8 18:57:01 CEST 2011 on sn-devel-104
* s3: Run BAD-NBT-SESSION in make testVolker Lendecke2011-05-291-0/+1
|
* s3: Remove the smbtorture3 OPLOCK3 testVolker Lendecke2011-05-221-1/+1
| | | | | This is the last user of cli_receive_smb. Oplocks are nowadays tested in smbtorture4, this mainly has historic value
* s3-selftest: no point in running base.chkpath and base.delaywrite twice.Günther Deschner2011-05-161-3/+3
| | | | | | | | Thanks to Bjoern Baumbach for pointing this out! Guenther Signed-off-by: Günther Deschner <gd@samba.org>
* s3: Run pthreadpooltest in make testVolker Lendecke2011-04-251-0/+3
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Apr 25 10:39:12 CEST 2011 on sn-devel-104
* selftest: Don't specify SELFTEST_TARGET as an env variableAndrew Bartlett2011-04-191-1/+1
| | | | | | | It is much more reliable to specify it as a direct parameter, and this is needed for the combined 'make test'. Andrew Bartlett
* s3-selftest Rename s3 DC environment to s3dcAndrew Bartlett2011-04-191-24/+24
| | | | | | | This should avoid a clash with the s4 DC environment in a future combined 'make test'. Andrew Bartlett
* selftest Add binary mappings for samba3 selftestAndrew Bartlett2011-04-161-12/+12
| | | | | | | | | 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
* s3: Add a test for sid2xidsVolker Lendecke2011-04-131-0/+4
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3-selftest Add workaround for RAP test failureAndrew Bartlett2011-04-131-0/+2
| | | | | | | | | | | The rap.sam test reads 0xFFFFFFFF as a string in the level 2 r->HomeDir attribute, which once we start validating ASCII strings fails. This restores a unchecked dos charset for this test only, until it is determined if the client or server RAP code is at fault. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s3-selftest Add tests to show kerberos works across a password changeAndrew Bartlett2011-04-061-1/+4
| | | | | | | | | | | | | It is important that a machine account password change does not invalidate existing tickets. This is only for the default kerberos method with a password in secrets.tdb. The keytab based methods are still not tested. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Apr 6 05:24:48 CEST 2011 on sn-devel-104
* s3-selftest Add testing of kerberos loginAndrew Bartlett2011-04-041-4/+15
| | | | | | | This uses a pre-calculated credentials cache, that should be valid until 2036. Andrew Bartlett
* s3: Add a quick test for bug 8042Volker Lendecke2011-04-031-0/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Apr 3 16:13:21 CEST 2011 on sn-devel-104
* s3-torture: a very simple test for convert_string_error()Andrew Tridgell2011-03-311-1/+1
| | | | | | this is a very simple test based on the example volker gave in 1e50f9a5. A more sophisticated test will also be worthwhile, but this at least gives us a basic test while changes are being made
* s3-selftest Allow LM passwords and turn of NTLMv2 for security=share testAndrew Bartlett2011-03-291-1/+1
|
* s3-selftest Add tests for security=serverAndrew Bartlett2011-03-291-2/+5
| | | | Andrew Bartlett
* s3-selftest: run a couple of dgram NBT tests against s3.Günther Deschner2011-03-101-1/+3
| | | | Guenther
* s3-selftest: properly move connect to seal options.Günther Deschner2011-03-091-2/+2
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 9 13:13:06 CET 2011 on sn-devel-104
* s3-selftest: no point in testing smb2 via ncacn_ip_tcp.Günther Deschner2011-03-091-9/+13
| | | | Guenther
* s3-selftest: only run smbtorture4 tests when smbtorture4 is available.Günther Deschner2011-03-081-14/+14
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Mar 8 14:51:18 CET 2011 on sn-devel-104
* s3-selftest: add pattern test of dcerpc binding options (using ↵Günther Deschner2011-03-081-2/+17
| | | | | | | | | | | rpc.lsa.lookupsids). Guenther Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Mar 8 12:29:21 CET 2011 on sn-devel-104
* s3-selftest: no need to run rpc.samba3.netlogon twice.Günther Deschner2011-03-081-1/+1
| | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org>
* s3-selftest convert tests.sh to pythonAndrew Bartlett2011-02-221-0/+196
This should allow us a much better chance of invoking the subunit wrappers in the right way, at the right level. Andrew Bartlett