summaryrefslogtreecommitdiffstats
path: root/source3/selftest
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-selftest: Add a seperate test for ACL tests using vfstestAndrew Bartlett2012-08-161-1/+1
| | | | | | | | | | | This does not check for consistency or correctness yet, that will be done with python unit tests. The purpose of this test is to ensure that the vfstest wrapper doesn't crash. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Aug 16 09:32:25 CEST 2012 on sn-devel-104
* s3-selftest: convert xattr-tdb-1 vfstest driver into a subunit testAndrew Bartlett2012-08-161-0/+2
| | | | | | | | | | | We don't use the simple smb.conf because we need to override all the paths for this to work as non-root without a panic, so we use the s3dc environment, which already loads this module. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Aug 16 02:55:19 CEST 2012 on sn-devel-104
* s3-selftest: convert stream_depot vfstest driver into a subunit testAndrew Bartlett2012-08-161-0/+3
| | | | | | | | | | This gives us our first automated coverage of the vfstest binary. We don't use the simple smb.conf because we need to override all the paths for this to work as non-root without a panic, so we use the s3dc environment, which already loads this module. Andrew Bartlett
* s3-selftest: Add smbclient tarmode testSalvador I. Gonzalez2012-08-141-1/+4
| | | | | | (With small changes to have test complete by Andrew Bartlett) Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* selftest: Run unix.whomai against the machine acccount as wellAndrew Bartlett2012-07-191-0/+2
| | | | | | This shows that the machine account got an extra SID in the token for domain users. Andrew Bartlett
* s4-torture: Allow unix.whoami to test against a member serverAndrew Bartlett2012-07-191-5/+7
| | | | | | | | | | | This compares only the domain SIDs betwen the two servers, rather than the full token, as well known and other SIDs may be added locally in both cases. This also expands the test environments this is run against to verify this between our AD server and domain members. Andrew Bartlett
* s3-selftest: Run lsa tests over np and tcpip.Andreas Schneider2012-07-061-0/+5
|
* s3:selftest: run SMB2-SESSION-RECONNECTStefan Metzmacher2012-06-251-1/+1
| | | | | | | metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Mon Jun 25 22:42:03 CEST 2012 on sn-devel-104
* s3:selftest: run raw.sessionStefan Metzmacher2012-06-251-2/+2
| | | | | | | | | | | | Note: raw.session.reauth2 still fails: failure: samba3.raw.session.reauth2(s3dc) [ _StringException: _StringException: ../source4/torture/raw/session.c:186: status was NT_STATUS_ACCESS_DENIED, expected NT_STATUS_OK: 2nd open failed But it's not critical as real clients won't reauth as anonymous. metze
* s3:selftest: run rpc.samba3.smb-reauth1 and rpc.samba3.smb-reauth2Stefan Metzmacher2012-06-251-0/+1
| | | | metze
* s3:selftest: run smbtorture3 SMB2-SESSION-REAUTHStefan Metzmacher2012-06-251-0/+1
| | | | metze
* s3:selftest: run smb2.session as ntlm and krb5Stefan Metzmacher2012-06-251-0/+4
| | | | | | This activates the smb2.session.expire1 test, when krb5 is used. metze
* selftest: Test unix.whoami with kerberos on plugin_s4_dcAndrew Bartlett2012-06-241-2/+5
| | | | | | | | This also tests the comparison with LDAP on anonymous connections and marks this as knownfail, while we investigate the correct behaviour here. Andrew Bartlett
* s4-torture: Expand whoami test to confirm the user token.Andrew Bartlett2012-06-201-1/+1
| | | | | | | | | | | | | This uses the tokenGroups attribute on LDAP and the posix whoami call to confirm that user token matches between LDAP and CIFS. I have a seperate patch for the anonymous case, because this isn't consistent at this stage, and we need to study and fix that. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Jun 20 18:43:43 CEST 2012 on sn-devel-104
* Tests for bug #8972 - run the POSIX tests against the posix_share.Jeremy Allison2012-06-051-2/+8
|
* s3:selftest: add a binary mapping for smbclient4Michael Adam2012-05-311-2/+2
|
* s3:selftest: add a binary mapping for nmblookup4Michael Adam2012-05-311-2/+2
|
* s3:selftest: improve strange linebreaks for blackbox tests in tests.py for ↵Michael Adam2012-05-311-22/+31
| | | | readability
* s3:selftest: introduce a variable for binpath('dbwrap_tool') in tests.pyMichael Adam2012-05-311-2/+3
|
* s3:selftest: introduce a variable for binpath('ntlm_auth3') in tests.pyMichael Adam2012-05-311-4/+5
|
* s3:selftest: introduce a variable for binpath('smbtorture3') in tests.pyMichael Adam2012-05-311-4/+5
|
* s3:selftest: introduce a variable for binpath('net') in tests.pyMichael Adam2012-05-311-9/+10
|
* s3:selftest: introduce a variable for binpath('wbinfo') in tests.pyMichael Adam2012-05-311-5/+6
| | | | to remove explicit calls to binpath('wbinfo')
* s3:selftest: introduce a variable for binpath('smbclient3') to test.pyMichael Adam2012-05-311-15/+17
| | | | to remove manual calls to binpath("smbclient3")
* s3:selftest: run rpc.samba3.smb[1|2]-pipe-nameStefan Metzmacher2012-05-281-0/+1
| | | | metze
* s3:selftest: run smbtorture3 CLEANUP3 in the s3dc:local environmentStefan Metzmacher2012-05-251-0/+4
| | | | | | | | | metze Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri May 25 20:09:15 CEST 2012 on sn-devel-104
* Added torture test for bug #8910. Test remove_duplicate_addrs2().Jeremy Allison2012-05-221-1/+2
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue May 22 01:31:17 CEST 2012 on sn-devel-104
* selftest: Remove tests for security=serverAndrew Bartlett2012-05-151-4/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* selftest: run more raw.samba3 against secshare simple file serverAndrew Bartlett2012-05-021-1/+1
| | | | | | | | | | This allows these tests to run in an environment where they can pass, as they fail when ACL support is turned on in smbd. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed May 2 02:51:27 CEST 2012 on sn-devel-104
* selftest: Run smbtorture tests being run against s3dc against plugin_s4_dc ↵Andrew Bartlett2012-05-021-3/+7
| | | | as well
* selftest: attempt to test samba3hide in a different environmentAndrew Bartlett2012-05-021-0/+3
| | | | | | | This should ensure that the samba3hide test is still run and passes, in a non-ACLed environment. Andrew Bartlett
* s3:selftest run LOCAL-IDMAP-TDB-COMMON in make testChristian Ambach2012-05-011-0/+1
| | | | | Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Tue May 1 11:07:08 CEST 2012 on sn-devel-104
* selftest: Add test to ensure that bug #8872 does not come backAndrew Bartlett2012-04-271-0/+3
| | | | | | | | | The raw.composite test checks that we handle mutliple concurrent connections. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Apr 27 16:25:37 CEST 2012 on sn-devel-104
* selftest: Remove silly space before unit test nameAndrew Bartlett2012-04-271-1/+5
| | | | | | When we have no description, there is no need for a leading space here Andrew Bartlett
* selftest: push --target selection into plansmbtorturetestsuiteAndrew Bartlett2012-04-261-3/+4
|
* s3/selftest: Fix reference to knownfail file.Jelmer Vernooij2012-04-161-1/+1
|
* s3-selftest: Remove some unnecessary commaBjörn Baumbach2012-03-221-2/+2
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* s3-selftest: Add samba3.blackbox.net.registry.check to test listBjörn Baumbach2012-03-221-0/+2
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* s3:selftest: reactivate the writetimeupdatedelay speed-upMichael Adam2012-03-151-1/+2
| | | | Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
* selftest: test wbinfo --authenticate and --krb5authAndrew Bartlett2012-03-151-0/+5
|
* s3:selftest: add support for 'make test FAIL_IMMEDIATELY=1'Stefan Metzmacher2012-03-141-0/+4
| | | | | | | This is what autobuild uses in order to let the build abort on the first failure. metze
* selftest: fix running additional smbclient test for non-spnego session setupAndrew Bartlett2012-03-101-1/+1
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sat Mar 10 20:46:05 CET 2012 on sn-devel-104
* selftest: add more tests for different authentication codepathsAndrew Bartlett2012-03-081-0/+4
|
* 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