summaryrefslogtreecommitdiffstats
path: root/source3/selftest
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* tdb2: don't use TDB2 versions of test tdb files.Rusty Russell2011-12-121-0/+0
| | | | | | | | | | | Now tdb2 handles tdb1 files, we don't need most of commit 5eecc854236f0b943aaa89e0c3a46f9fbd208ca9 which added TDB2 versions of all the testing tdbs. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User: Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date: Mon Dec 12 06:33:44 CET 2011 on sn-devel-104
* selftest: Add --flapping argument to filter-subunit.Jelmer Vernooij2011-12-051-1/+1
|
* selftest: Split out flapping tests into a separate file.Jelmer Vernooij2011-12-051-1/+1
|
* 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
|
* selftest: Have only one set of selftest knownfail and skip filesAndrew Bartlett2011-10-285-43/+3
| | | | | | | | | | | Listing tests that are not ever proposed (eg samba4.* in the samba3 selftest) is not an error, so just combine the lists. This is being done because some folks trying to learn how our 'make test' works are having trouble following the distributed nature of the selftest system. Andrew Bartlett
* 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.
* build: Reduce build systems to just top level waf and autoconfAndrew Bartlett2011-10-071-203/+0
| | | | | | | | | The s3-waf build system is a key component of the top level build, but with this commit is is no longer available directly. This reduces the number of build system combinations in master as we prepare for the Samba 4.0 release. Andrew Bartlett
* 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-122-2/+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-212-1/+5
| | | | | | | This adds the known failure for the one test (netbios browsing) that fails. Andrew Bartlett
* tdb2: create tdb2 versions of various testing TDBs.Rusty Russell2011-06-201-0/+0
| | | | | | | Soon, TDB2 will handle tdb1 files, but until then, we substitute. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
* 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
|
* selftest: Make knowfail/skip files consistent, always use ^prefixAndrew Bartlett2011-05-252-34/+34
| | | | | | | | | | | | Except in one case (where we mark printing tests as knownfail), this has all our regular expressions start with ^, which ensures we don't accidentially mix up the samba3/samba4 prefix here. Because of the particular values in these files at the moment, this should not change the set of tests, but it will help to ensure that future edits follow the correct pattern. Andrew Bartlett
* 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>
* selftest: Fix combination of Samba3 and Samba4 test listsAndrew Bartlett2011-04-281-0/+1
| | | | | | | | | | The previous code was too subtle, and tried to filter via two xfail scripts. The --fail-immediately for the source3 knownfail would then fail samba4 know failures. Andrew Bartlett Pair-Programmed-With: Andrew Tridgell <tridge@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