summaryrefslogtreecommitdiff
path: root/source4/selftest
AgeCommit message (Collapse)AuthorFilesLines
2008-09-11Fix failures in the winbind struct-based test.Andrew Bartlett2-3/+0
Don't try to pass the 'privileged' socket directory around for expected value testing - it is just too hard... A better test (once we unify the winbind protocol with Samba3) would be a operation to see if you are on the priv pipe, and that will give acutal end-to-end testing. Andrew Bartlett (This used to be commit 2d4103518ab8a7286e65347b8b9b0ccb660e69f6)
2008-09-08Move blackbox.smbclient to test against the member server.Andrew Bartlett1-1/+2
The DC is now using smb signing, so testing for the old SMB versions won't work. Add a new test script to check 'net join' independent of blackbox.smbclient. Andrew Bartlett (This used to be commit 44ff392ffea52e89a3ac096a6d381ae540d3473c)
2008-07-15Rework provision to handle both simple and SASL binds.Andrew Bartlett1-5/+6
Fedora DS is still setup for simple binds only, at this point. (it also fails on other issues). Andrew Bartlett (This used to be commit b24c572d5a38c1f6906751c2ad2f809e1995b510)
2008-07-15Connect to the LDAP backend with SASL credentials.Andrew Bartlett1-1/+1
This reworks our LDAP backend code to move from anonymous access to a shared-secret SASL-protected connection. (SASL selects NTLM or DIGEST-MD5 on my system). To get this working, we must pre-populate the LDAP backend with a DN to store ths SASL secret on, and we use back-ldif for this. This gives us a reasonable basis to deploy a replicated OpenLDAP backend solution. Andrew Bartlett (This used to be commit cd0745253c4a9ec59a035e830e54d74a05b71aaa)
2008-07-15Fix 'make gdbtest-enb' and the GDB_PROVISION option.Andrew Bartlett2-2/+2
(This used to be commit 79c4d8e2fabc9c33d978c064b9c01ca45e463ced)
2008-06-28selftest changes for 'winbind privileged dir' change.Andrew Bartlett1-1/+3
(This used to be commit c19b28f7579268133939aebe06e1c947d4415182)
2008-06-26Move blackbox tests closer to what they're testing.Jelmer Vernooij1-4/+4
(This used to be commit c9b2e2aa861ccc01e5d92cfe468be1f6324ed294)
2008-06-25Use variable for selftest directory.Jelmer Vernooij1-1/+1
(This used to be commit 78760606fa71c370ae3c05b077c5146166bdaa7b)
2008-06-19Remove old ldap.js test, we have replicated it in python now.Andrew Bartlett1-1/+0
This will soon allow the removal of smbscript, once the samba3sam test conversion is complete. Andrew Bartlett (This used to be commit 60c93b9777d9bd7dce89f9024ba767f5404ac72d)
2008-06-19Add a blackbox test for the provision-backend script.Andrew Bartlett1-0/+1
This test (as most tests do :-) found a few bugs, also fixed in this commit. Andrew Bartlett (This used to be commit d96a6482dad54d1d27a87107865e833a9c32cf53)
2008-06-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into ↵Jelmer Vernooij1-1/+1
v4-0-fixmodulesdir (This used to be commit 30a33cd0a64c434d6aee551f641343c3b2a6d9ca)
2008-06-16Try to get a bit further with provisioningSimo Sorce1-1/+1
(This used to be commit 649f6c0c1084828dda7d50bd2904208192de77da)
2008-06-16Remove support for deprecated JS provisioning.Jelmer Vernooij1-7/+1
(This used to be commit 9a5859c33e2377f3c5ee8d637fa81d49cb6f5456)
2008-06-12Missed these on the last commitJim McDonough1-0/+1
(This used to be commit 0e8f946ed02a6d2d9469f9ccab5f3342b2b80725)
2008-06-03selftest: pass torture:writetimeupdatedelay to smbtortureStefan Metzmacher1-1/+5
metze (This used to be commit c285b540cb1c2b554a85ef08a4280f544d9d20cc)
2008-06-03selftest: set posix:writetimeupdatedelayStefan Metzmacher1-0/+3
metze Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 62030027d1ab735fb9c590fafb0887dc882662d1)
2008-05-30Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defsJelmer Vernooij2-3/+5
Conflicts: source/samba4-skip (This used to be commit 7b0e0eb346c2f6a240b20fbcf14029539c6512b9)
2008-05-30Place the NTP signd socket in the selftest areaAndrew Bartlett1-0/+2
(This used to be commit e2fa3788110698cd3340dfed8acd36744a27a5e5)
2008-05-30Don't pass an smb.conf to provision tests.Andrew Bartlett1-3/+3
These tests will create their own smb.conf in their prefix anyway. Andrew Bartlett (This used to be commit c0322e8e27d67655b7498b27df0829aa5682a345)
2008-05-30Make sure reason for skipping is output.Jelmer Vernooij1-1/+0
(This used to be commit 2d1cac54dec1aed9e5258bd44bdd236b5dc92224)
2008-05-29Add samba4-slow file listing tests that succeed but are just slow.Jelmer Vernooij1-17/+26
Added a 'make slowtest' target that does run these tests. Also added some comments in the test lists files. (This used to be commit f67f3422b0fd319a3c6d3ccb3ea444a97c3ebaae)
2008-05-29Allow full-line comments in include/exclude files.Jelmer Vernooij1-0/+1
(This used to be commit 4095f3c358a39d9eb8a1bcef52e49d44ea8fbd2a)
2008-05-29Fix samdb test and enable it.Jelmer Vernooij1-1/+1
(This used to be commit 6b202d3780f8ff50e0bdfa4a749c43b5639e4880)
2008-05-26Remove unused EJS net bindings.Jelmer Vernooij1-1/+0
(This used to be commit 3923414849c5a3b14379e2cd3e61d862150800a6)
2008-05-25Add tests for irpc python bindings.Jelmer Vernooij1-0/+1
(This used to be commit 1ce0632afeb94a69bf286706b3b1f9f4be7ea91f)
2008-05-24Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.Jelmer Vernooij1-1/+1
(This used to be commit e3178d522c95871f1db35d7e058906502387a553)
2008-05-23Report full 'path' of unexpected test results for easier inclusion in ↵Jelmer Vernooij1-1/+3
knownfailure file. (This used to be commit 33cc9b0f5fae7510d490928195016cf7fe3bbe42)
2008-05-23selftest: Use convenience function for prepending paths to environment ↵Jelmer Vernooij1-6/+11
variables. (This used to be commit f71cb65a9057fb426748dd5fe45cf2962da42ae4)
2008-05-23Self PYTHONPATH from selftest.Jelmer Vernooij1-0/+1
(This used to be commit f7e350368b40f575b312d4e0045981d9b1dcadfe)
2008-05-23Remove unused echo ejs script.Jelmer Vernooij1-1/+0
(This used to be commit 3a6b009d505503b2eb22acadeaac485151ed0173)
2008-05-23Convert samr test to python.Jelmer Vernooij1-1/+1
(This used to be commit 88d473b202e82b462ef82ffdeb4f1710918ffda5)
2008-05-22Fix python imports.Jelmer Vernooij1-0/+2
(This used to be commit 453206665677821b254c18cc67192e007b892f04)
2008-05-12Merge branch 'nosmbpython' into v4-0-testJelmer Vernooij2-2/+2
(This used to be commit 9683f7434c7ea01631d8adae9d43274c77ff51de)
2008-05-11Remove python extension from upgrade script.Jelmer Vernooij1-1/+1
(This used to be commit 5268649b7ef60a2caae9cdf66dfeaf6d2037aba3)
2008-05-11Use system python rather than smbpython.Jelmer Vernooij2-2/+2
(This used to be commit d3df51cd01e53383dcc05923d248db03bc6f62e9)
2008-04-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett1-0/+6
(This used to be commit 8d9812bada2801f93eb47270287b3c083a3e9df8)
2008-04-17Run samba3sam.js with bin/smbscript explicitly.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit 12fa30765361ed9b2e80951baa739ae4aba3fffe)
2008-04-17Add useful provisioning debugging optionsSimo Sorce1-0/+6
(This used to be commit 3f46eb95e47828ba1db236d584933c997cb0c170)
2008-04-17Run more tests that were previously skipped.Andrew Bartlett1-1/+4
Andrew Bartlett (This used to be commit 4e06b1d684d6893d79dd6cbd32c2f868dcc559da)
2008-04-16Adjust the expectations of the struct based winbind test.Andrew Bartlett1-1/+1
These expectations (such as what happens when we have no trusted domains) were incorrect, compared with Samba3 (which is the reference for this protocol). Andrew Bartlett (This used to be commit 29d5de9e8fb69346e29a95c6fcaefabd018c9447)
2008-04-16Mention the actual exit code when a suite failed.Jelmer Vernooij1-1/+3
(This used to be commit 46ad68ad0b9c604a6519de68c9bce8f5154b5c14)
2008-04-16Merge branch 'wbinfo-test' of ↵Jelmer Vernooij1-1/+2
git://git.samba.org/kai/samba/kai-work-in-progress into v4-0-selftest (This used to be commit 56340a5fa1b075001bba829686861a59406e1f5d)
2008-04-16Provide the right error count to formatters.Jelmer Vernooij1-1/+1
(This used to be commit f22602797fe841859c67558bb78e04c98b9e27e0)
2008-04-16Properly warn about exit codes that indicate success while tests claimJelmer Vernooij1-0/+3
failure. (This used to be commit 92873264d707bed88beac54a73a29d66c011f80c)
2008-04-16Support knownfail Subunit command.Jelmer Vernooij1-2/+13
(This used to be commit ad58a508542bd93115be0ad826fb93aa3d349658)
2008-04-15Deal with commands not even starting.Jelmer Vernooij1-6/+10
(This used to be commit 0f789e6779eca38d93b968a0ffbbb8559ce483f1)
2008-04-15blackbox: Add many more tests for wbinfoKai Blin1-1/+2
(This used to be commit 0a2942f6e948177fcc671eae705e6e61644de81c)
2008-04-15Add some documentation about the expected testsuite output.Jelmer Vernooij1-3/+43
(This used to be commit a24651d649d24589a6c65e7bc4be9c49fdc80b2a)
2008-04-15Add some documentation on test behaviour in selftest.Jelmer Vernooij1-12/+29
(This used to be commit e8e9f2cc7b0503e30b211094f452829395a73eec)
2008-04-15Fix some of the winbind tests.Andrew Bartlett2-2/+2
Some of the test expectations were incorrect. Andrew Bartlett (This used to be commit bc0e94360edb99e967dac01a3ecff42de0c1c222)