summaryrefslogtreecommitdiffstats
path: root/source3/selftest/tests.py
Commit message (Collapse)AuthorAgeFilesLines
...
* s3:selftest: ask smbtorture4 for smb2 testsGregor Beck2012-03-071-2/+9
| | | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Mar 7 01:34:05 CET 2012 on sn-devel-104
* selftest: Reduce declarations of smbclient_auth tests by moving into a loopAndrew Bartlett2012-03-051-3/+1
|
* selftest: run smbtorture_s3 tests against the ntvfs file serverAndrew Bartlett2012-03-051-0/+1
| | | | | | | This checks not only the behaviour of the NTVFS file server, but also the client library and authentication stack. Andrew Bartlett
* selftest: remove unused config.h checkAndrew Bartlett2012-03-051-6/+0
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Mar 5 01:10:01 CET 2012 on sn-devel-104
* s3-selftest: Add tests for ntlm_auth gss-spnego client and serverAndrew Bartlett2012-03-021-0/+5
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Mar 2 07:05:44 CET 2012 on sn-devel-104
* s3: Add a test that makes a chained open break an oplockVolker Lendecke2012-02-291-0/+1
| | | | | Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Feb 29 01:13:03 CET 2012 on sn-devel-104
* s3-selftest: avoid running LOCAL- tests twiceAndrew Bartlett2012-02-271-2/+2
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Feb 27 09:07:59 CET 2012 on sn-devel-104
* s3-selftest: run ntlm_auth against winbindd in make testAndrew Bartlett2012-02-241-1/+1
|
* selftest: test member server tests in security=adsAndrew Bartlett2012-02-201-13/+13
| | | | | | | By testing more things against s3member (which is security=ads against samba4) we can improve our test coverage. Andrew Bartlett
* s3-selftest: Add test for ntlm_auth --diagnosticsAndrew Bartlett2012-02-201-0/+3
|
* s3-selftest: Remove .posix_s3 from s3 test namesAndrew Bartlett2012-02-161-1/+1
| | | | | | | | | | As far as I can tell, this simply referred to the posix_s3.sh script that originally ran these tests. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Feb 16 06:57:09 CET 2012 on sn-devel-104
* selftest: Remove 'if have_ads_support:' from tests.pyAndrew Bartlett2012-02-161-46/+32
| | | | | | The selftest system now skips launching these if the environment is not available. Andrew Bartlett
* s3-selftest: Do not assume $USERNAME is the same as $DC_USERNAMEAndrew Bartlett2012-02-131-3/+3
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Feb 13 06:13:38 CET 2012 on sn-devel-104
* selftest: add smb2.rename to testsuiteChristian Ambach2012-02-101-1/+1
| | | | | Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Fri Feb 10 15:02:51 CET 2012 on sn-devel-104
* lib/util: Add hex_encode_bufVolker Lendecke2012-02-061-0/+1
| | | | | Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Mon Feb 6 09:15:33 CET 2012 on sn-devel-104
* s3-selftest: Add test for posix large reads and writesAndrew Bartlett2012-01-281-5/+20
| | | | | | | | | | | This includes encrypted reads and writes, both NTLM and kerberos. Andrew Bartlett Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Jan 28 00:13:57 CET 2012 on sn-devel-104
* s3:selftest: rpcclient doesn't support smb2Stefan Metzmacher2012-01-161-29/+27
| | | | metze
* s3-selftest The krb5 encrypted CIFS test was wrongAndrew Bartlett2012-01-131-1/+1
| | | | | | | | | | Sadly this fails in the test environement for now. It needs a /etc/krb5.keytab which we do not provide. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Jan 13 04:57:22 CET 2012 on sn-devel-104
* s3-sefltest Make krb5 tests contain the word krb5Andrew Bartlett2012-01-091-3/+3
|
* s3-selftst Add encrypted CIFS testing with kerberosAndrew Bartlett2012-01-091-9/+11
|
* s3-selftest: Add test for smbclient kerberos supportAndrew Bartlett2012-01-091-0/+10
|
* s3-selftest: remove smb4torture_possible and add have_ads_supportAndrew Bartlett2012-01-091-41/+58
| | | | | | | | | | The smb4torture_possible check has already been hidden in plansmbtorturetestsuite to reduce extra complexity and indentation. The have_ads_support check will allow ADS tests to be run when we do not have the ability to run smbtorture4 Andrew Bartlett
* s3-selftest Hide smb4torture_possible inside plansmbtorturetestsuite()Andrew Bartlett2012-01-091-5/+7
|
* s3: Run the CLEANUP2 testVolker Lendecke2012-01-051-0/+1
|
* s3-selftest: Add test for rpcclient, including kerberos authenticationAndrew Bartlett2012-01-051-1/+10
| | | | | | | | Some knownfail entries are added for things the currently fail. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3: Run the CLEANUP1 testVolker Lendecke2012-01-051-0/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Jan 5 14:42:43 CET 2012 on sn-devel-104
* s3:selftest: run SMB2-NEGPROTStefan Metzmacher2011-11-241-1/+1
| | | | metze
* s3-selftest: add new registry upgrade test to test listBjörn Baumbach2011-11-041-0/+2
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* s3-selftest Add all the LOCAL-* smbtorture tests to make testAndrew Bartlett2011-10-281-2/+21
| | | | | | | | The extra knownfail and skip entries are for tests the currently do not pass or hang. We need to work out why this happens, and fix the test or the test invocation. Andrew Bartlett
* s3-selftest: Add LOCAL-sprintf_appendAndrew Bartlett2011-10-281-1/+1
|
* s4-torture: Add a samr privilege check.Andreas Schneider2011-10-271-0/+1
| | | | | This is the first part which checks if a deleted user is propagated correctly to all daemons and caches with user information are emtpy.
* Move FSCTL handling into the VFS. Initial code changes. Passes smbtorture ↵Richard Sharpe2011-10-011-1/+1
| | | | NTTRANS-FSCTL. Test added to selftests.
* s3-selftest: Set path to bin/net and bin/wbinfo in command line to test scriptsAndrew Bartlett2011-09-121-12/+12
| | | | | | | This makes it easier to reproduce these tests outside the test environment, as we rely less on environment variables. Andrew Bartlett
* s3-test: Added net conf tests to tests.pyVicentiu Ciorbaru2011-08-221-0/+6
| | | | | | | | The tests are added as blackbox tests and they can be called with the wildcard source3.blackbox.net.*.conf with either 'local' or 'rpc' instead of '*' . Signed-off-by: Michael Adam <obnox@samba.org>
* s3-test: added samba3.blackbox.net.rpc.registry.roundtrip testsuiteVicentiu Ciorbaru2011-08-221-1/+4
| | | | | | | The testsuite makes use of the rpc mode from the registry roundtrip script to test net rpc conf / net rpc registry Signed-off-by: Michael Adam <obnox@samba.org>
* s3:selftest: run smbtorture3 CHAIN1/CHAIN2 testsStefan Metzmacher2011-08-121-1/+1
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Aug 12 09:37:04 CEST 2011 on sn-devel-104
* s3:selftest: run the net rpc registry test under "s3dc" instead "s3dc:local".Michael Adam2011-08-081-1/+1
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Aug 8 19:18:41 CEST 2011 on sn-devel-104
* s3-torture: Run epmapper as daemon and the tests over ncalrpc.Andreas Schneider2011-08-011-1/+8
|
* s3-selftest: finally enable RPC-LSA against s3.Günther Deschner2011-07-311-1/+1
| | | | Guenther
* s3-selftest: enable RPC-LSA-SECRETS against s3.Günther Deschner2011-07-311-1/+1
| | | | Guenther
* s3-selftest Add tests for 'map to guest = bad user'Andrew Bartlett2011-07-291-1/+4
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s3:selftest: run SMB2-BASICStefan Metzmacher2011-07-081-1/+1
| | | | metze
* selftest: Run tests for libsmbclient and libnetapiAndrew Bartlett2011-06-211-1/+3
| | | | | | | This adds the known failure for the one test (netbios browsing) that fails. Andrew Bartlett
* s3-selftest Add test for smbclient --authentication-fileAndrew Bartlett2011-06-091-5/+5
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Jun 9 13:49:59 CEST 2011 on sn-devel-104
* 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